Skip to content

Commit

Permalink
Update dependencies to support Laravel 7 and beyond
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Apr 18, 2020
1 parent 27845e1 commit 593d337
Show file tree
Hide file tree
Showing 2 changed files with 871 additions and 655 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": ">=7.1.0",
"laravel/dusk": "^5.0.0",
"laravel/framework": "~5.7.0||~5.8.0||^6.0"
"php": ">=7.0",
"laravel/dusk": ">=3.0.0",
"laravel/framework": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0||^8.0",
"mockery/mockery": "^1.0",
"fzaninotto/faker": "^1.7"
"phpunit/phpunit": "^8.5",
"mockery/mockery": "^1.3.1",
"fzaninotto/faker": "^1.9.1"
},
"autoload": {
"psr-4" : {
Expand Down
Loading

0 comments on commit 593d337

Please sign in to comment.