tplcom/stand-with-cyprus

2.0.1 2023-06-10 15:48 UTC

This package is auto-updated.

Last update: 2024-09-12 17:45:36 UTC


README

"StandWithCyprus example"

关于

这是关于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