-
- Downloads
Re-applying laravel update with PHP min 7.2.5
... | @@ -34,9 +34,9 @@ | ... | @@ -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 @@ | ... | @@ -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" | ||
} | } | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Please register or sign in to comment