Skip to content

Commit

Permalink
Add 0.11.0 version changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jan 18, 2022
1 parent d85f412 commit 90055fb
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 398 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

### Unreleased
#### 2022-01-XX
### 0.11.0
#### 2022-01-18

- Updated `gacela.php` config file:
- The `$globalServices` are passed into `mappingInterfaces()` and not as `AbstractConfigGacela` constructor argument.
- Deleted deprecated array config in gacela.php
- Allow null as default config value
- The globalServices are passed into mappingInterfaces() and not as constructor argument.

### 0.10.0
#### 2021-10-04
Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"symfony/console": "^5.3"
"symfony/console": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.10",
"phpstan/phpstan": "^1.0",
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^1.4",
"friendsofphp/php-cs-fixer": "^3.5",
"phpbench/phpbench": "^1.1",
"symfony/var-dumper": "^5.3"
},
Expand All @@ -46,6 +46,9 @@
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 90055fb

Please sign in to comment.