Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Add Laravel 8.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Sep 15, 2020
1 parent 63d006d commit b2dbc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"psr/http-message": "^1.0"
},
"require-dev": {
"illuminate/contracts": "^5.1|^6.0|^7.0",
"illuminate/support": "^5.1|^6.0|^7.0",
"illuminate/contracts": "^5.1|^6.0|^7.0|^8.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
"mockery/mockery": "^0.9|^1.0",
"phpunit/phpunit": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
},
Expand Down

0 comments on commit b2dbc96

Please sign in to comment.