samovar / composer-plugin
Composer plugin for php projects
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
Type:composer-plugin
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"