Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #12 from miladnouri/master
Browse files Browse the repository at this point in the history
Laravel 8.0 support
  • Loading branch information
approached authored Oct 30, 2020
2 parents a084a53 + f0ade19 commit de14828
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 @@ -20,11 +20,11 @@
}
],
"require": {
"laravel/framework": "~5.0|^5.8|^6.0|^7.0",
"laravel/framework": "~5.0|^5.8|^6.0|^7.0|^8.0",
"nesbot/carbon": "^1.0|^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|^8.0"
"phpunit/phpunit": "~4.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit de14828

Please sign in to comment.