Skip to content

Commit 6bc0c3b

Browse files
authored
Merge pull request #7 from devayes/master
Updated composer.json
2 parents c688bca + 2bededf commit 6bc0c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"type": "library",
1010
"require": {
1111
"php": "^5.6.4|^7.0",
12-
"laravel/framework": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0"
12+
"laravel/framework": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "~5.4|~6.0|~7.0",
1616
"mockery/mockery": "^0.9|^1.0",
17-
"orchestra/testbench": "~3.3|~3.4|~3.5|~3.6|~3.7"
17+
"orchestra/testbench": "~3.3|~3.4|~3.5|~3.6|~3.7|~3.8"
1818
},
1919
"autoload": {
2020
"files": [

0 commit comments

Comments
 (0)