Skip to content

Commit

Permalink
Laravel 8 support (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sausin authored Jul 11, 2021
1 parent 6842365 commit 6d9c3cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"require": {
"php": ">=7.2",
"doctrine/dbal": "^2.10",
"illuminate/support": "^5.8|^6.0|^7.0",
"illuminate/contracts": "^5.8|^6.0|^7.0",
"illuminate/database": "^5.8|^6.0|^7.0",
"illuminate/queue": "^5.8|^6.0|^7.0",
"illuminate/events": "^5.8|^6.0|^7.0"
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
"illuminate/queue": "^5.8|^6.0|^7.0|^8.0",
"illuminate/events": "^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5|^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6d9c3cf

Please sign in to comment.