Skip to content

Commit

Permalink
L7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rias committed Apr 6, 2020
1 parent 4e611ec commit f5e7f13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.2",
"illuminate/bus": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.0",
"illuminate/support": "^5.8|^6.0"
"illuminate/bus": "^5.8|^6.0|^7.0",
"illuminate/database": "^5.8|^6.0|^7.0",
"illuminate/support": "^5.8|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0",
"orchestra/testbench": "^3.8|^4.0|^5.0",
"phpunit/phpunit": "^8.2"
},
"autoload": {
Expand Down

0 comments on commit f5e7f13

Please sign in to comment.