Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Nov 20, 2020
1 parent fc8ca9a commit 8bce13e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"laravel/framework": "^6.0|^7.0|^8.0",
"laravel/framework": "^7.0|^8.0",
"react/child-process": "^0.6.1",
"react/event-loop": "^1.1.1"
},
Expand All @@ -33,9 +33,10 @@
"test": "vendor/bin/phpunit"
},
"require-dev": {
"laravel/legacy-factories": "^1.0.4",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"symfony/process": "^4.2|^5.0"
"laravel/legacy-factories": "^1.1",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^5.0|^6.0",
"symfony/process": "^5.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 8bce13e

Please sign in to comment.