Skip to content

Commit e5c4fa4

Browse files
committed
Update dependencies for Laravel 5.5
1 parent 0450c75 commit e5c4fa4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
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.5.0",
17+
"illuminate/support": "~5.5.0",
18+
"illuminate/events": "~5.5.0",
19+
"illuminate/queue": "~5.5.0",
20+
"illuminate/http": "~5.5.0",
21+
"illuminate/routing": "~5.5.0",
22+
"illuminate/validation": "~5.5.0",
23+
"illuminate/auth": "~5.5.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^0.9.5",
27-
"phpunit/phpunit": "~5.7"
27+
"phpunit/phpunit": "~6.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)