Skip to content

Commit 642c6e0

Browse files
mythxxxslashrsm
authored andcommitted
Allow Symfony 7
Changes necessary for this package to be used with Symfony 7, there are no BC issues (vs SF 6)
1 parent 6e2e63a commit 642c6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"php": ">=5.6.0",
2727
"portphp/portphp": "^1.0.0",
2828
"seld/signal-handler": "^1.0 || ^2.0",
29-
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
30-
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
29+
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
30+
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3131
"psr/log": "^1.0 || ^2.0 || ^3.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)