Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
Changes necessary for this package to be used with Symfony 7, there are no BC issues (vs SF 6)
  • Loading branch information
mythxxx authored and slashrsm committed Aug 23, 2024
1 parent 6e2e63a commit 642c6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"php": ">=5.6.0",
"portphp/portphp": "^1.0.0",
"seld/signal-handler": "^1.0 || ^2.0",
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"autoload": {
Expand Down

0 comments on commit 642c6e0

Please sign in to comment.