Skip to content

Commit

Permalink
Support Symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jan 10, 2024
1 parent 6587ce2 commit 86f5138
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# CHANGELOG

## 0.5.1

* Support Symfony 7

## 0.5.0

* Initial release
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
],
"require": {
"psr/container": "^2.0",
"symfony/clock": "^6.4",
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/property-access": "^6.4",
"symfony/property-info": "^6.4",
"symfony/serializer": "^6.4",
"symfony/clock": "^6.4 || ^7.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0",
"phpstan/phpdoc-parser": "^1.25"
},
"require-dev": {
Expand All @@ -39,10 +39,10 @@
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.6",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/framework-bundle": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/phpunit-bridge": "^6.4",
"symfony/var-dumper": "^6.4",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/phpunit-bridge": "^6.4 || ^7.0",
"symfony/var-dumper": "^6.4 || ^7.0",
"vimeo/psalm": "^5.18"
},
"autoload": {
Expand Down

0 comments on commit 86f5138

Please sign in to comment.