Skip to content

Commit 812bfbf

Browse files
committed
chore(composer): laravel 7 support added
1 parent b5f46dc commit 812bfbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=7.2",
28-
"illuminate/support": "^6.0.0",
29-
"laracasts/flash": "~3.0"
27+
"php": "^7.2.5",
28+
"illuminate/support": "^7.0",
29+
"laracasts/flash": "^3.1"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "~5.0",
33-
"mockery/mockery": "~0.9"
32+
"phpunit/phpunit": "^8.5",
33+
"mockery/mockery": "^1.3.1"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)