Skip to content

Commit

Permalink
Laravel 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Sep 8, 2020
1 parent 94996ee commit 4e58033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0"
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
Expand Down

0 comments on commit 4e58033

Please sign in to comment.