Skip to content

Commit 4a0e222

Browse files
authored
Update composer.json
1 parent 97d7e0b commit 4a0e222

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"require": {
1414
"php": ">=7.0",
1515
"alymosul/exponent-server-sdk-php": "1.0.*",
16-
"illuminate/notifications": "5.3 || 5.4.*",
17-
"illuminate/support": "5.3 || 5.4.*",
18-
"illuminate/events": "5.3 || 5.4.*",
19-
"illuminate/queue": "5.3 || 5.4.*",
20-
"illuminate/http": "5.3 || 5.4.*",
21-
"illuminate/routing": "5.3 || 5.4.*",
22-
"illuminate/validation": "5.3 || 5.4.*",
23-
"illuminate/auth": "5.3 || 5.4"
16+
"illuminate/notifications": "5.3.* || 5.4.*",
17+
"illuminate/support": "5.3.* || 5.4.*",
18+
"illuminate/events": "5.3.* || 5.4.*",
19+
"illuminate/queue": "5.3.* || 5.4.*",
20+
"illuminate/http": "5.3.* || 5.4.*",
21+
"illuminate/routing": "5.3.* || 5.4.*",
22+
"illuminate/validation": "5.3.* || 5.4.*",
23+
"illuminate/auth": "5.3.* || 5.4.*"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)