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 da476e4 commit d363795Copy full SHA for d363795
composer.json
@@ -12,11 +12,11 @@
12
}
13
],
14
"require": {
15
- "php": ">=5.6.4",
+ "php": ">=5.5.9",
16
"twilio/sdk": "^4.11",
17
- "illuminate/notifications": "5.3.*",
18
- "illuminate/support": "5.3.*",
19
- "illuminate/events": "5.3.*"
+ "illuminate/notifications": "5.1.*|5.2.*|5.3.*",
+ "illuminate/support": "5.1.*|5.2.*|5.3.*",
+ "illuminate/events": "5.1.*|5.2.*|5.3.*"
20
},
21
"require-dev": {
22
"mockery/mockery": "^0.9.5",
@@ -37,7 +37,5 @@
37
38
"config": {
39
"sort-packages": true
40
- },
41
- "minimum-stability": "dev",
42
- "prefer-stable": true
+ }
43
0 commit comments