Skip to content

Commit 3fe513d

Browse files
committed
Allowed latest PHP and Laravel
1 parent 0dd9152 commit 3fe513d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"type": "library",
1818
"minimum-stability": "dev",
1919
"require": {
20-
"php": "~5.4|~5.5|5.6|~7.0|~7.1|^7.2|^7.3",
21-
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
20+
"php": "~5.4|~5.5|5.6|^7.0|^8.0",
21+
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)