Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 7937cec

Browse files
committed
upgrade to Laravel v5.5
1 parent 82b8e90 commit 7937cec

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

composer.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"php": ">=5.6.4",
9-
"laravel/framework": "5.4.*",
10-
"lucid-arch/laravel-foundation": "5.4.*",
8+
"php": ">=7.0.0",
9+
"laravel/framework": "5.5.*",
10+
"lucid-arch/laravel-foundation": "5.5.*",
1111
"laravel/tinker": "~1.0"
1212
},
1313
"require-dev": {
1414
"fzaninotto/faker": "~1.4",
1515
"mockery/mockery": "0.9.*",
16-
"phpunit/phpunit": "~5.0",
16+
"phpunit/phpunit": "~6.0",
1717
"symfony/css-selector": "3.1.*",
1818
"symfony/dom-crawler": "3.1.*",
19-
"lucid-arch/laravel-console": "dev-master"
19+
"lucid-arch/laravel-console": "5.5.*"
2020
},
2121
"autoload": {
2222
"classmap": [
@@ -42,11 +42,16 @@
4242
"post-update-cmd": [
4343
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
4444
"php artisan optimize"
45+
],
46+
"post-autoload-dump": [
47+
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
48+
"@php artisan package:discover"
4549
]
4650
},
4751
"config": {
4852
"preferred-install": "dist",
49-
"sort-packages": true
53+
"sort-packages": true,
54+
"optimize-autoloader": true
5055
},
5156
"minimum-stability": "dev",
5257
"prefer-stable": true

0 commit comments

Comments
 (0)