Skip to content

Commit a49a6d2

Browse files
committed
update dependency
1 parent 246c113 commit a49a6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"require": {
1313
"php": ">=5.5.9",
1414
"ext-dom": "*",
15-
"laravel/framework": "5.1.*|5.2.*|5.3.*",
15+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
1616
"guzzlehttp/guzzle": "^6.2"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "0.9.*",
2020
"phpunit/phpunit": "~4.0",
21-
"laravel/laravel": "5.1.*|5.2.*|5.3.*"
21+
"laravel/laravel": "5.1.*|5.2.*|5.3.*|5.4.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)