Skip to content

Commit a30820f

Browse files
committed
IHF: Laravel 5.5 support.
1 parent 28171ef commit a30820f

File tree

2 files changed

+382
-348
lines changed

2 files changed

+382
-348
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.6.4",
14-
"illuminate/support": "5.4.*",
13+
"php": ">=7.0",
14+
"illuminate/support": "5.5.*",
1515
"nesbot/carbon": "^1.20",
16-
"symfony/filesystem": "^3.2",
17-
"symfony/finder": "^3.2",
18-
"symfony/process": "^3.2",
19-
"symfony/var-dumper": "^3.2",
16+
"symfony/filesystem": "^3.3",
17+
"symfony/finder": "^3.3",
18+
"symfony/process": "^3.3",
19+
"symfony/var-dumper": "^3.3",
2020
"spatie/array-to-xml": "^2.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.7",
23+
"phpunit/phpunit": "^6.0",
2424
"mockery/mockery": "^0.9",
2525
"illuminated/testing-tools": "^0.6"
2626
},

0 commit comments

Comments
 (0)