Skip to content

Commit e54684d

Browse files
authored
support php version 8.0 or more (#72)
1 parent 7abaaa9 commit e54684d

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
@@ -53,7 +53,7 @@
5353
"docs": "https://github.com/cybercog/laravel-eloquent-flag/wiki"
5454
},
5555
"require": {
56-
"php": "^7.1.3|8.0",
56+
"php": "^7.1.3|^8.0",
5757
"illuminate/database": "^5.8|^6.0|^7.0|^8.0"
5858
},
5959
"require-dev": {

0 commit comments

Comments
 (0)