phel / phel-composer-plugin
This package is abandoned and no longer maintained.
The author suggests using the phel-lang/phel-composer-plugin package instead.
A composer plugin for the Phel language.
Package info
github.com/phel-lang/phel-composer-plugin
Type:composer-plugin
pkg:composer/phel/phel-composer-plugin
v0.2.0
2021-05-12 18:25 UTC
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