Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Laravel 8 support
Browse files Browse the repository at this point in the history
Resolves #23
  • Loading branch information
chadidi committed Dec 24, 2020
1 parent 8497868 commit 5aa84ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^5.6.4|^7.0",
"illuminate/support": "^5.4|^6.0|^7.0"
"php": "^5.6.4|^7.0|^8.0",
"illuminate/support": "^5.4|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.4|^4.0|^5.0",
"orchestra/testbench": "~3.6.7|~3.7.8|~3.8.6|^4.8|^5.2|^6.0",
"phpunit/phpunit": "^5.7.14|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
Expand Down

0 comments on commit 5aa84ba

Please sign in to comment.