Skip to content

Commit 35a3005

Browse files
authored
Merge pull request #2 from austincarpenter/main
Add PHP 8 support
2 parents 119209f + 3818e84 commit 35a3005

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
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/codinglabsau/laravel-roles",
1313
"keywords": ["Laravel", "Roles"],
1414
"require": {
15-
"php" : "^7.3",
15+
"php" : "^7.3|^8.0",
1616
"illuminate/support": "^6.0|^7.0|^8.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)