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

Commit 73481ce

Browse files
committed
Streamline dependency constraints and add support for Laravel 5.7+
1 parent bb28c7f commit 73481ce

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
{
1414
"name": "Peter Matseykanets",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/pmatseykanets",
17-
"role": "Developer"
16+
"homepage": "https://github.com/pmatseykanets"
1817
}
1918
],
2019
"require": {
2120
"php": ">=5.6.4",
2221
"guzzlehttp/guzzle": "^6.2",
23-
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
24-
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*",
25-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
22+
"illuminate/queue": "~5.1",
23+
"illuminate/notifications": "~5.3",
24+
"illuminate/support": "~5.1"
2625
},
2726
"require-dev": {
2827
"mockery/mockery": "~1.0",

0 commit comments

Comments
 (0)