Skip to content

Commit edd69c5

Browse files
authored
Allow L7
1 parent 68d3d19 commit edd69c5

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
@@ -11,16 +11,16 @@
1111
],
1212
"require": {
1313
"php": ">=7.2",
14-
"illuminate/support": "^5.5|^6",
15-
"illuminate/console": "^5.5|^6",
16-
"illuminate/filesystem": "^5.5|^6",
14+
"illuminate/support": "^5.5|^6|^7",
15+
"illuminate/console": "^5.5|^6|^7",
16+
"illuminate/filesystem": "^5.5|^6|^7",
1717
"barryvdh/reflection-docblock": "^2.0.6",
1818
"composer/composer": "^1.6",
1919
"doctrine/dbal": "~2.3"
2020
},
2121
"require-dev": {
22-
"illuminate/config": "^5.5|^6",
23-
"illuminate/view": "^5.5|^6",
22+
"illuminate/config": "^5.5|^6|^7",
23+
"illuminate/view": "^5.5|^6|^7",
2424
"phpro/grumphp": "^0.17.1",
2525
"squizlabs/php_codesniffer": "^3",
2626
"orchestra/testbench": "^3|^4",

0 commit comments

Comments
 (0)