Skip to content
This repository was archived by the owner on Jul 1, 2019. It is now read-only.

Commit ecdde93

Browse files
author
Andrey Helldar
authored
Add Laravel 5.6 support
1 parent 44bea13 commit ecdde93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"require": {
2424
"php": ">=7.0",
25-
"illuminate/http": "5.5.*",
26-
"illuminate/routing": "5.5.*",
27-
"illuminate/session": "5.5.*",
28-
"illuminate/support": "5.5.*",
29-
"illuminate/pipeline": "5.5.*"
25+
"illuminate/http": "^5.5",
26+
"illuminate/routing": "^5.5",
27+
"illuminate/session": "^5.5",
28+
"illuminate/support": "^5.5",
29+
"illuminate/pipeline": "^5.5"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "~6.0",
32+
"phpunit/phpunit": "~6.0|~7.0",
3333
"graham-campbell/testbench": "^4.0",
3434
"mockery/mockery": "dev-master"
3535
},

0 commit comments

Comments
 (0)