Skip to content

Commit 238cedf

Browse files
authored
Merge pull request #1 from smithandre/feature/symfony-5
Symfony 5
2 parents cc16ee1 + 613a98c commit 238cedf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"require": {
1313
"php": ">=7.1",
1414
"doctrine/collections": "^1.3",
15-
"symfony/expression-language": "^3.0 || ^4.0",
16-
"symfony/property-access": "^3.0 || ^4.0"
15+
"symfony/expression-language": "^4.4 || ^5.0",
16+
"symfony/property-access": "^4.4 || ^5.0"
1717
},
1818
"suggest": {
1919
"symfony/framework-bundle": "For Symfony integration",
2020
"symfony/security": "To load security functions for expressions"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.3",
24-
"symfony/framework-bundle": "^3,0 || ^4.0",
25-
"symfony/security": "^3,0 || ^4.0"
23+
"phpunit/phpunit": "^9.6",
24+
"symfony/framework-bundle": "^4.4 || ^5.0",
25+
"symfony/security": "^4.4 || ^5.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)