We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f99ec commit 504e43fCopy full SHA for 504e43f
composer.json
@@ -33,10 +33,10 @@
33
],
34
"require": {
35
"php": ">=5.6.4",
36
- "illuminate/events": "^5.3@dev",
37
- "illuminate/notifications": "^5.3@dev",
38
- "illuminate/queue": "^5.3@dev",
39
- "illuminate/support": "^5.3@dev",
+ "illuminate/events": "5.3.*",
+ "illuminate/notifications": "5.3.*",
+ "illuminate/queue": "5.3.*",
+ "illuminate/support": "5.3.*",
40
"pusher/pusher-php-server": "2.5.0-rc4"
41
},
42
"require-dev": {
@@ -59,5 +59,6 @@
59
"config": {
60
"sort-packages": true
61
62
- "minimum-stability": "dev"
+ "minimum-stability": "dev",
63
+ "prefer-stable": true
64
}
0 commit comments