Skip to content

Commit dfd59d9

Browse files
committed
Upgraded to Laravel 5.6.
1 parent ce6e638 commit dfd59d9

File tree

2 files changed

+206
-308
lines changed

2 files changed

+206
-308
lines changed

composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0",
14-
"illuminate/support": "5.5.*",
13+
"php": "^7.1.3",
14+
"illuminate/support": "5.6.*",
1515
"nesbot/carbon": "^1.20",
16-
"symfony/filesystem": "^3.3",
17-
"symfony/finder": "^3.3",
18-
"symfony/process": "^3.3",
19-
"symfony/var-dumper": "^3.3",
16+
"symfony/filesystem": "^4.0",
17+
"symfony/finder": "^4.0",
18+
"symfony/process": "^4.0",
19+
"symfony/var-dumper": "^4.0",
2020
"spatie/array-to-xml": "^2.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^6.0",
24-
"mockery/mockery": "^1.0",
25-
"illuminated/testing-tools": "5.5.*"
23+
"phpunit/phpunit": "^7.0",
24+
"mockery/mockery": "^1.0"
2625
},
2726
"autoload": {
2827
"files": ["src/autoload.php"],

0 commit comments

Comments
 (0)