My personal PHP Framework
Add the repository to the repositories:
"repositories": [
{
"type": "git",
"url": "https://github.com/TomMalbran/Framework.git"
}
]Add the require using the corresponding version:
"require": {
"tommalbran/framework": "dev-main#v0.1.0"
}Execute the installer:
./vendor/bin/framework install