Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit 24f7713

Browse files
committed
Update version constraints for Laravel >5.0 <5.7.7
1 parent 87c4002 commit 24f7713

File tree

2 files changed

+240
-231
lines changed

2 files changed

+240
-231
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"require": {
1212
"guzzlehttp/guzzle": "~6.0",
13-
"illuminate/queue": "5.5.*",
14-
"illuminate/support": "5.5.*",
15-
"illuminate/contracts": "5.5.*",
16-
"illuminate/routing": "5.5.*"
13+
"illuminate/queue": "^5.5 <5.7.7",
14+
"illuminate/support": "^5.5 <5.7.7",
15+
"illuminate/contracts": "^5.5 <5.7.7",
16+
"illuminate/routing": "^5.5 <5.7.7"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"require-dev": {
39-
"laravel/laravel": "5.5.*",
39+
"laravel/laravel": "^5.5",
4040
"phpunit/phpunit": "^7.4",
4141
"mockery/mockery": "^1.2"
4242
}

0 commit comments

Comments
 (0)