CodelyTV / php-basic-skeleton

🐘🚀 PHP Basic Skeleton: Bootstrap your new projects using this Composer Project
https://codely.com/cursos
MIT License
107 stars 47 forks source link

Composer installation method is outdated #32

Closed fabriziofs closed 4 months ago

fabriziofs commented 2 years ago

The available version of this skeleton on Packagist is the 1.2.1(18/07/2018) and it's not compatible with PHP 8.

Maybe it's a good idea to create a new release for keep the support of composer create-project codelytv/php-bootstrap your-project-name method?

Thanks! <💚>

abel-santos-corral commented 9 months ago

For me it's running with this: composer create-project --ignore-platform-reqs codelytv/php-bootstrap tdd

rgomezcasas commented 4 months ago

This should be working with the latest php version 🙌