Skip to content

Tag: composer-php

Does Laravel 8 require PHP 8.1?

So.. I developed a project with Laravel 9, then I had to upload it to my client’s server by FTP ( which was slow and painful ) to find out only afterwards that my client’s server PHP version could not go over 8.0. I tried to open the project live link ( to where I uploaded ) and the composer

What does the “key: value” syntax do in composer scripts

From compser documentation you can write scripts like so: But in Symfony I found a slightly different syntax that instead of a list is using a key:value pair like this: How does this syntax work exactly? Does it redirect commands to another one, adds a dependency between 2 commands or what? Answer This syntax…

problem lose class address when update composer 1 to 2

i have problem when install or update composer. When the composer is updated and generated, the autoload file for example autoload_classmap.php changes and no class or file is found. I do not know how to solve. Thanks for the help. composer.json file } and when update composer say: not found class App/Clearin…