Skip to content

Commit

Permalink
PHP 8 and Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Nov 30, 2020
1 parent 3817d9b commit aca130c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
},
"require": {
"php": "^7.1.3",
"illuminate/database": "^5.6|^6.0|^7.0",
"illuminate/http": "^5.6|^6.0|^7.0",
"illuminate/support": "^5.6|^6.0|^7.0",
"php": "^7.1.3|^8.0",
"illuminate/database": "^5.6|^6.0|^7.0|^8.0",
"illuminate/http": "^5.6|^6.0|^7.0|^8.0",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0",
"nesbot/carbon": "^1.20|^2.0"
},
"autoload": {
Expand Down

0 comments on commit aca130c

Please sign in to comment.