Skip to content

Commit e67d48b

Browse files
authored
7
1 parent ffd3d69 commit e67d48b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/support": "^6.0"
14+
"illuminate/support": "^7.0"
1515
},
1616
"require-dev": {
17-
"mockery/mockery": "0.9.*",
18-
"phpunit/phpunit": "~5.7"
17+
"mockery/mockery": "^1.3",
18+
"phpunit/phpunit": "^8.5"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)