Skip to content

Commit 1e4a3b9

Browse files
authored
Merge pull request #9 from mpociot/master
Allow backport usage and use stable version
2 parents d3a1890 + 8596727 commit 1e4a3b9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
"require": {
1515
"php": ">=5.6.4",
1616
"guzzlehttp/guzzle": "^6.2",
17-
"illuminate/events": "^5.3@dev",
18-
"illuminate/notifications": "^5.3@dev",
19-
"illuminate/support": "^5.3@dev"
17+
"illuminate/notifications": "5.3.*",
18+
"illuminate/support": "5.1.*|5.2.*|5.3.*"
2019
},
2120
"require-dev": {
2221
"mockery/mockery": "^0.9.5",
@@ -34,6 +33,5 @@
3433
},
3534
"config": {
3635
"sort-packages": true
37-
},
38-
"minimum-stability": "dev"
36+
}
3937
}

0 commit comments

Comments
 (0)