Skip to content

Commit e00dcb3

Browse files
committed
Simplify composer dependencies versions
1 parent f04d6af commit e00dcb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"require": {
1515
"php": ">=5.5.9",
1616
"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.*"
17+
"illuminate/notifications": "^5.1",
18+
"illuminate/support": "^5.1",
19+
"illuminate/events": "^5.1",
20+
"illuminate/queue": "^5.1"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)