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

Commit 38476f9

Browse files
authored
Merge pull request #5 from lucid-architecture/5.5
Upgrade to Laravel v5.5
2 parents bf2c22f + a4cd1c1 commit 38476f9

File tree

2 files changed

+626
-274
lines changed

2 files changed

+626
-274
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.7",
16+
"phpunit/phpunit": "~6.0",
1717
"symfony/css-selector": "3.1.*",
1818
"symfony/dom-crawler": "3.1.*",
19-
"lucid-arch/laravel-console": "dev-dev"
19+
"lucid-arch/laravel-console": "5.5.*"
2020
},
2121
"autoload": {
2222
"classmap": [
@@ -46,11 +46,16 @@
4646
"post-update-cmd": [
4747
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
4848
"php artisan optimize"
49+
],
50+
"post-autoload-dump": [
51+
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
52+
"@php artisan package:discover"
4953
]
5054
},
5155
"config": {
5256
"preferred-install": "dist",
53-
"sort-packages": true
57+
"sort-packages": true,
58+
"optimize-autoloader": true
5459
},
5560
"minimum-stability": "dev",
5661
"prefer-stable": true

0 commit comments

Comments
 (0)