idmarinas / composer-plugin
Composer plugin
Package info
github.com/idmarinas/composer-plugin
Type:composer-plugin
pkg:composer/idmarinas/composer-plugin
Requires
- php: ^8.2
- composer-plugin-api: ^2.1
- symfony/filesystem: ^6.4 | ^7.0 | ^8.0
- symfony/finder: ^6.4 | ^7.0 | ^8.0
- symfony/lock: ^6.4 | ^7.0 | ^8.0
- symfony/string: ^6.4 | ^7.0 | ^8.0
- symfony/validator: ^6.4 | ^7.0 | ^8.0
Requires (Dev)
- composer/composer: ^2.1
- phpunit/phpunit: ^9.6
README
IDMarinas Composer Plugin
Composer Plugin for customize a "IDMarinas Template Bundle"
Code analysis
🖖 Support
🩵 If you like this project, give it a 🌟 and share it with your friends!
💾 Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Open a command console, enter your project directory and execute:
$ composer require --dev idmarinas/composer-plugin
Note
By default, the plugin is already included in IDMarinas Template Bundle.
⚙️ Configuration
Then allow the idmarinas/composer-plugin plugin to run in your project:
{
"config": {
"allow-plugins": {
"idmarinas/composer-plugin": true
}
}
}
Note
By default, when you customize “IDMarinas Template Bundle”, the plugin itself is deactivated. Since it has already fulfilled its purpose.