Skip to content

Commit 1f6cf54

Browse files
authored
Merge pull request #39 from 1ed/symfony-6
Allow Symfony 6
2 parents 5991467 + 4d9ef37 commit 1f6cf54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.0",
20-
"symfony/framework-bundle": "~2.8|~3.0|~4.0|~5.0",
21-
"symfony/form": "~2.8|~3.0|~4.0|~5.0",
22-
"symfony/property-access": "~2.8|~3.0|~4.0|~5.0"
20+
"symfony/framework-bundle": "~2.8|~3.0|~4.0|~5.0|~6.0",
21+
"symfony/form": "~2.8|~3.0|~4.0|~5.0|~6.0",
22+
"symfony/property-access": "~2.8|~3.0|~4.0|~5.0|~6.0"
2323
},
2424
"require-dev": {
2525
"symfony/phpunit-bridge": "^5.0",

0 commit comments

Comments
 (0)