Skip to content

Commit 417083b

Browse files
committed
Use stable version and allow backwards compatibility
1 parent cf50737 commit 417083b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@
1313
],
1414
"require": {
1515
"php": ">=5.6.4",
16-
"illuminate/notifications": "^5.3@dev",
17-
"illuminate/support": "^5.3@dev",
18-
"illuminate/events": "^5.3@dev",
19-
"illuminate/database": "^5.3@dev",
16+
"illuminate/notifications": "5.3.*",
17+
"illuminate/support": "5.1.*|5.2.*|5.3.*",
2018
"minishlink/web-push": "^1.1"
2119
},
2220
"require-dev": {
2321
"mockery/mockery": "^0.9.5",
2422
"phpunit/phpunit": "4.*",
25-
"orchestra/testbench": "^3.3@dev"
23+
"orchestra/testbench": "3.3.*"
2624
},
2725
"autoload": {
2826
"psr-4": {
@@ -37,7 +35,6 @@
3735
"config": {
3836
"sort-packages": true
3937
},
40-
"minimum-stability": "dev",
4138
"prefer-stable": true,
4239
"scripts": {
4340
"test": "vendor/bin/phpunit"

0 commit comments

Comments
 (0)