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 #9 from johannebert/patch-1
Browse files Browse the repository at this point in the history
Support for Laravel 6
  • Loading branch information
approached authored Nov 4, 2019
2 parents 2bf8529 + 64f6baf commit 8bab011
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",
"laravel/framework": "~5.0|^5.8|^6.0",
"nesbot/carbon": "^1.0|^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8bab011

Please sign in to comment.