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 f04d6af commit e00dcb3Copy full SHA for e00dcb3
composer.json
@@ -14,10 +14,10 @@
14
"require": {
15
"php": ">=5.5.9",
16
"twilio/sdk": "~5.16",
17
- "illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
18
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
19
- "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
20
- "illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
+ "illuminate/notifications": "^5.1",
+ "illuminate/support": "^5.1",
+ "illuminate/events": "^5.1",
+ "illuminate/queue": "^5.1"
21
},
22
"require-dev": {
23
"mockery/mockery": "^0.9.5",
0 commit comments