Skip to content

Commit

Permalink
support php version 8.0 or more (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
maherelgamil authored Feb 3, 2021
1 parent 7abaaa9 commit e54684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"docs": "https://github.com/cybercog/laravel-eloquent-flag/wiki"
},
"require": {
"php": "^7.1.3|8.0",
"php": "^7.1.3|^8.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
Expand Down

0 comments on commit e54684d

Please sign in to comment.