Skip to content

Commit

Permalink
Symfony 7 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
N-M committed Jan 29, 2024
1 parent 3631f94 commit 8c43b17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"psr/http-factory": "^1.0",
"psr/http-factory-implementation": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/uid": "^5.4 || ^6.3",
"symfony/property-access": "^5.4 || ^6.3",
"symfony/serializer": "^5.4 || ^6.3"
"symfony/uid": "^5.4 || ^6.3 || ^7.0",
"symfony/property-access": "^5.4 || ^6.3 || ^7.0",
"symfony/serializer": "^5.4 || ^6.3 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.35",
Expand Down

0 comments on commit 8c43b17

Please sign in to comment.