phel / phel-composer-plugin
A composer plugin for the Phel language.
Installs: 2 391
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 0
Type:composer-plugin
Requires
- php: >=7.4
- composer-plugin-api: ^1.1.0 || ^2.0
Requires (Dev)
- composer/composer: ^1.10.0
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^9
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2021-10-06 05:58:14 UTC
README
This is the composer plugin for the Phel language.
Publish a new version on packagist
To publish a new version on packagist just create a tag and push it to origin:
git tag v1.0.0
git push origin v1.0.0