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

Commit

Permalink
Merge pull request #24 from LaravelArab/feature/laravel-8-support
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
chadidi authored Dec 24, 2020
2 parents 8497868 + 5aa84ba commit 8bd1cf3
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 8bd1cf3

Please sign in to comment.