Skip to content

Commit 1435f04

Browse files
committed
Add base application to ApplicationPropertiesClassReflectionExtension
1 parent 41cc2da commit 1435f04

File tree

4 files changed

+396
-284
lines changed

4 files changed

+396
-284
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
* **Fixed** for any bug fixes.
1313
* **Security** in case of vulnerabilities.
1414

15+
## [0.7.6] 2021-08-10
16+
### Added
17+
* Compatibility with yii 2.0.43 (#45)
18+
1519
## [0.7.5] 2021-07-08
1620
### Added
1721
* Compatibility with phpstan 0.12.91 (#44)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^2.18",
2323
"phpunit/phpunit": "^8.0",
24-
"yiisoft/yii2": "^2.0.15",
24+
"yiisoft/yii2": "^2.0.42",
2525
"phpstan/phpstan-phpunit": "^0.12"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)