samovar / composer-plugin
Composer plugin for php projects
Package info
github.com/samovar/composer-plugin
Type:composer-plugin
pkg:composer/samovar/composer-plugin
1.2.0
2020-05-14 20:09 UTC
Requires
- php: ^7.1.3
- composer-plugin-api: ^1.1
- symfony/filesystem: ^3.4 | ^4.0 | ^5.0
- symfony/finder: ^3.4 | ^4.0 | ^5.0
Requires (Dev)
- composer/composer: ^1.0.2
- friendsofphp/php-cs-fixer: ^2.15
README
Configure symfony application
# https://symfony.com/download symfony new --full app && \ cd app && \ composer require "php:^7.4" && \ composer update --with-all-dependencies && \ bin/phpunit && \ composer configure --no-backup && \ vendor/bin/php-cs-fixer fix && \ vendor/bin/phpstan analyze && \ git add --all && \ git commit -m "Init"