Skip to content

Commit

Permalink
Add base application to ApplicationPropertiesClassReflectionExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Aug 10, 2021
1 parent 41cc2da commit 1435f04
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 284 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.

## [0.7.6] 2021-08-10
### Added
* Compatibility with yii 2.0.43 (#45)

## [0.7.5] 2021-07-08
### Added
* Compatibility with phpstan 0.12.91 (#44)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"phpunit/phpunit": "^8.0",
"yiisoft/yii2": "^2.0.15",
"yiisoft/yii2": "^2.0.42",
"phpstan/phpstan-phpunit": "^0.12"
},
"autoload": {
Expand Down
Loading

0 comments on commit 1435f04

Please sign in to comment.