Skip to content

Commit

Permalink
Allow Symfony 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
slashrsm committed Jul 21, 2022
1 parent 4b777ea commit 6b1f46e
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",
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0",
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.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"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6b1f46e

Please sign in to comment.