Skip to content

Commit 0f3394d

Browse files
Merge pull request #1763 from mycarrysun/php-8-compatibility
Allow versions above php 7 for php 8 compatibility
2 parents 98d40be + 2a3d1ad commit 0f3394d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
}],
1515
"require": {
16-
"php": "^7.2.5",
16+
"php": "^7.2.5|^8.0",
1717
"dingo/blueprint": "^0.4",
1818
"illuminate/routing": "^7.0|^8.0",
1919
"illuminate/support": "^7.0|^8.0",

0 commit comments

Comments
 (0)