skip to Main Content

Php versions – Error "Composer could not detect the root package (laravel/laravel) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version" Laravel

Error "Composer could not detect the root package (laravel/laravel) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version" I'm using Laravel 10, PHP 8.2.9 and the latest version of Composer, this warning appears when I try to install AdminLTE and coincidentally, when I…

VIEW QUESTION

Magento 2 – Fresh Install

Creating a Fresh m2 install. Following the usual steps we have. Instailling it via composer. composer create-project --repository=https://repo.magento.com/ magento/project-community-edition But then errors with the below. Any ideas? composer create-project --repository=https://repo.magento.com/ magento/project-community-edition Creating a "magento/project-community-edition" project at "./project-community-edition" Warning from repo.magento.com:…

VIEW QUESTION

Php versions – laravel composer install suddenly returns "An option shortcut cannot be empty."

I have been working on a Laravel 7 project since a while. Suddenly, my composer install returns the following error Generating optimized autoload files Class ModulesTestsThumbnailTest located in ./Modules/Media/Tests/ThumbnailTest.php does not comply with psr-4 autoloading standard. Skipping. > IlluminateFoundationComposerScripts::postAutoloadDump >…

VIEW QUESTION
Back To Top
Search