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 cf50737 commit 417083bCopy full SHA for 417083b
composer.json
@@ -13,16 +13,14 @@
13
],
14
"require": {
15
"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",
+ "illuminate/notifications": "5.3.*",
+ "illuminate/support": "5.1.*|5.2.*|5.3.*",
20
"minishlink/web-push": "^1.1"
21
},
22
"require-dev": {
23
"mockery/mockery": "^0.9.5",
24
"phpunit/phpunit": "4.*",
25
- "orchestra/testbench": "^3.3@dev"
+ "orchestra/testbench": "3.3.*"
26
27
"autoload": {
28
"psr-4": {
@@ -37,7 +35,6 @@
37
35
"config": {
38
36
"sort-packages": true
39
40
- "minimum-stability": "dev",
41
"prefer-stable": true,
42
"scripts": {
43
"test": "vendor/bin/phpunit"
0 commit comments