Skip to content

Commit

Permalink
Merge pull request #1 from smithandre/feature/symfony-5
Browse files Browse the repository at this point in the history
Symfony 5
  • Loading branch information
pierredup authored Apr 30, 2024
2 parents cc16ee1 + 613a98c commit 238cedf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"require": {
"php": ">=7.1",
"doctrine/collections": "^1.3",
"symfony/expression-language": "^3.0 || ^4.0",
"symfony/property-access": "^3.0 || ^4.0"
"symfony/expression-language": "^4.4 || ^5.0",
"symfony/property-access": "^4.4 || ^5.0"
},
"suggest": {
"symfony/framework-bundle": "For Symfony integration",
"symfony/security": "To load security functions for expressions"
},
"require-dev": {
"phpunit/phpunit": "^7.3",
"symfony/framework-bundle": "^3,0 || ^4.0",
"symfony/security": "^3,0 || ^4.0"
"phpunit/phpunit": "^9.6",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/security": "^4.4 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 238cedf

Please sign in to comment.