Skip to content

Commit 0c48089

Browse files
authored
Merge pull request #13 from carlos-ea/patch-1
Allow symfony 5
2 parents 9179c96 + 8a2dbbc commit 0c48089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"php": "^7.2",
1818
"ext-json": "*",
1919
"league/fractal": "^0.18.0",
20-
"symfony/http-foundation": "^4.3",
21-
"symfony/validator": "^4.3"
20+
"symfony/http-foundation": "^4.3 || ^5.0",
21+
"symfony/validator": "^4.3 || ^5.0"
2222
},
2323
"require-dev": {
24-
"symfony/phpunit-bridge": "^4.3",
24+
"symfony/phpunit-bridge": "^4.3 || ^5.0",
2525
"nyholm/nsa": "^1.1"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)