Level 30
From Github ( https://github.com/laravel/framework/issues/1050 )
OK so i deleted the entire Symphony folder from the vendors directory.
Then i ran 'composer update'.
This appears to have fixed my issues :)
Adam.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I just installed intervention with composer. I think I got this warning before installing the html facades, but I can't remember. I'm just wondering if this has significant meaning? note I really am not a wiz on the command line.
Here's whole thing
c:\xampp\htdocs\project\laravel>composer require intervention/image
Using version ^2.3 for intervention/image
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing psr/http-message (1.0)
Downloading: 100%
- Installing guzzlehttp/psr7 (1.1.0)
Downloading: 100%
- Installing intervention/image (2.3.1)
Downloading: 100%
intervention/image suggests installing ext-imagick (to use Imagick based image processing.)
intervention/image suggests installing intervention/imagecache (Caching extension for the Intervention Image library)
Writing lock file
Generating autoload files
Generating optimized class loader
[Symfony\Component\Process\Exception\ProcessTimedOutException]
The process "php artisan optimize" exceeded the timeout of 300 seconds.
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--sort-packages] [packages1] ... [pac
kagesN]
Here's what is concerning me:
[Symfony\Component\Process\Exception\ProcessTimedOutException]
The process "php artisan optimize" exceeded the timeout of 300 seconds.
Thank you for your advice.
Please or to participate in this conversation.