Skip to content

Commit

Permalink
Merge pull request #18 from slashrsm/symfony_6
Browse files Browse the repository at this point in the history
Symfony 6 support
  • Loading branch information
slashrsm authored Jul 21, 2022
2 parents 3491709 + 6b1f46e commit 6729174
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 6729174

Please sign in to comment.