tplcom / 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
关于
这是关于1974年开始的“土耳其入侵塞浦路斯”的作曲家政治信息。
更多详情请见 维基百科 - 土耳其入侵塞浦路斯.
您可以在PHP项目的控制台中添加 #StandWithCyprus
。
安装
此包只包含一个 单个命令应用。
在终端中添加composer require命令
composer require tplcom/stand-with-cyprus
在composer.json的scripts
'post-install-cmd'或任何其他钩子中添加条目
scripts: {
"post-install-cmd": [
"stand-with-cyprus"
]
}
开发
- 我们使用 box 创建二进制文件。
git clone git@github.com:theodorosploumis/stand-with-cyprus.git
cd stand-with-cyprus
composer install
composer build