mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Re-applying laravel update with PHP min 7.2.5
This commit is contained in:
parent
ca37de5e45
commit
1e062d4fc8
|
@ -34,9 +34,9 @@
|
||||||
"guzzlehttp/guzzle": "^6.5",
|
"guzzlehttp/guzzle": "^6.5",
|
||||||
"intervention/image": "^2.5",
|
"intervention/image": "^2.5",
|
||||||
"javiereguiluz/easyslugger": "^1.0",
|
"javiereguiluz/easyslugger": "^1.0",
|
||||||
"laravel/framework": "^6.0",
|
"laravel/framework": "^6.20",
|
||||||
"laravel/helpers": "^1.2",
|
"laravel/helpers": "^1.2",
|
||||||
"laravel/passport": "^8.4",
|
"laravel/passport": "^9.3.2",
|
||||||
"laravel/slack-notification-channel": "^2.0",
|
"laravel/slack-notification-channel": "^2.0",
|
||||||
"laravel/tinker": "^2.4",
|
"laravel/tinker": "^2.4",
|
||||||
"laravelcollective/html": "^6.0",
|
"laravelcollective/html": "^6.0",
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"process-timeout": 3000,
|
"process-timeout": 3000,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.2"
|
"php": "7.2.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
4032
composer.lock
generated
4032
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue