Skip to content

Commit d8d8d83

Browse files
author
Lucas Houssa
committed
error_fixed
1 parent efbe832 commit d8d8d83

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
@@ -10,11 +10,11 @@
1010
],
1111
"require": {
1212
"php": ">=5.4.0",
13-
"illuminate/support": "^5.*|^6.*|^7.*"
13+
"laravel/framework": "^5.8|^6.0|^7.0"
1414
},
1515
"require-dev": {
1616
"mockery/mockery": "dev-master",
17-
"phpunit/phpunit": "^6.1|"
17+
"phpunit/phpunit": "^6.1"
1818
},
1919
"autoload": {
2020
"psr-0": {

0 commit comments

Comments
 (0)