Skip to content

Commit 4fdd976

Browse files
authored
Merge pull request #45 from barryvdh/feat/laravel9
Support Laravel 9
2 parents 199f997 + 4097d55 commit 4fdd976

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7",
14-
"illuminate/support": "^5.5|^6|^7|^8",
15-
"symfony/form": "^3.4|^4|^5",
16-
"symfony/validator": "^3|^4|^5",
17-
"symfony/twig-bridge": "^3|^4|^5"
13+
"php": "^7.2|^8",
14+
"illuminate/support": "^6|^7|^8",
15+
"symfony/form": "^4|^5|^6",
16+
"symfony/validator": "^4|^5|^6",
17+
"symfony/twig-bridge": "^4|^5|^6"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -38,7 +38,7 @@
3838
},
3939
"require-dev": {
4040
"squizlabs/php_codesniffer": "^2.3",
41-
"orchestra/testbench": "^3"
41+
"orchestra/testbench": "^3|^4|^5|^6|^7"
4242
},
4343
"scripts": {
4444
"test": "phpunit",

0 commit comments

Comments
 (0)