tplcom / stand-with-cyprus
Stand with Cyprus
2.0.1
2023-06-10 15:48 UTC
Requires
- php: ^7.4|^8.0|^8.1
- symfony/console: ^5.4|^6.0
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8
- friendsofphp/php-cs-fixer: ^3.8
- phpstan/phpstan: ^1.10
README
About
This is a political message for composer about the "Turkish invasion of Cyprus" which started in 1974.
See more on Wikipedia - Turkish invasion of Cyprus.
You can add #StandWithCyprus
to the console of your php project.
Installation
This package contains only a single Command Application.
Add the composer require command from the Terminal:
composer require tplcom/stand-with-cyprus
Add an entry on the composer.json scripts
'post-install-cmd' or any other hook:
scripts: {
"post-install-cmd": [
"stand-with-cyprus"
]
}
Development
- We create the binary using box.
git clone git@github.com:theodorosploumis/stand-with-cyprus.git
cd stand-with-cyprus
composer install
composer build