idmarinas / composer-plugin
Composer plugin
Fund package maintenance!
Paypal
Github-Sponsors
Installs: 1 246
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: ^8.2
- composer-plugin-api: ^2.1
- symfony/filesystem: ^6.4 | ^7.0
- symfony/finder: ^6.4 | ^7.0
- symfony/lock: ^6.4 | ^7.0
- symfony/string: ^6.4 | ^7.0
- symfony/validator: ^6.4 | ^7.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.