hranicka / composer-sandbox
Composer Sandbox
v2.0.3
2016-08-13 06:17 UTC
Requires
- php: >=7.0
Requires (Dev)
- etten/codestyle: ^2.0
- phpunit/phpunit: ^5.5
- squizlabs/php_codesniffer: ~2.6.0
README
This is a sandbox which helps you create a new composer package.
It includes:
- .gitignore rules
- composer.json
- shippable.yml for CI
- PHPUnit bootstrap
New project creation
$ composer create-project hranicka/composer-sandbox my-app
Repository name should be lower case, with hyphens instead of spaces.
Tests
See shippable.yml and PHPUnit config.