Skip to content

Commit

Permalink
Bump dependencies for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 8, 2020
1 parent 95ce9dc commit f0c2b06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
],
"require": {
"php": "^7.2",
"laravel/framework": "~5.8.0|^6.0|^7.0"
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0|^4.0|^5.0",
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0",
"larapack/dd": "^1.0",
"phpunit/phpunit": "^7.5|^8.0"
"phpunit/phpunit": "^7.5|^8.0|^9.3"
},
"autoload": {
"psr-4": {
Expand All @@ -43,7 +43,6 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand Down

0 comments on commit f0c2b06

Please sign in to comment.