Skip to content

Commit d1a8413

Browse files
committed
Use stable version and allow backport usage
1 parent b800797 commit d1a8413

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
@@ -21,9 +21,8 @@
2121
"require": {
2222
"php": ">=5.6.4",
2323
"guzzlehttp/guzzle": "^6.2",
24-
"illuminate/events": "^5.3@dev",
25-
"illuminate/notifications": "^5.3@dev",
26-
"illuminate/support": "^5.3@dev"
24+
"illuminate/notifications": "5.3.*",
25+
"illuminate/support": "5.1.*|5.2.*|5.3.*"
2726
},
2827
"require-dev": {
2928
"mockery/mockery": "^0.9.5",
@@ -44,6 +43,5 @@
4443
},
4544
"config": {
4645
"sort-packages": true
47-
},
48-
"minimum-stability": "dev"
46+
}
4947
}

0 commit comments

Comments
 (0)