inicio projeto
parents
Showing
+90 -0
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "macatendimento/composer-installer-plugin", | ||
"type": "composer-plugin", | ||
"license": "MIT", | ||
"autoload": { | ||
"psr-4": { "Novosga\\Composer\\": "src/" } | ||
}, | ||
"extra": { | ||
"class": "Novosga\\Composer\\ModuleInstallerPlugin" | ||
}, | ||
"require": { | ||
"composer-plugin-api": "^1.0" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
src/ModuleInstaller.php
0 → 100644
src/ModuleInstallerPlugin.php
0 → 100644
Please register or sign in to comment