2 Star 0 Fork 2

Gitee 极速下载 / hamcrest-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/hamcrest/hamcrest-php
克隆/下载
composer.json 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "hamcrest/hamcrest-php",
"type": "library",
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": ["test"],
"license": "BSD-3-Clause",
"authors": [
],
"autoload": {
"classmap": ["hamcrest"]
},
"autoload-dev": {
"classmap": ["tests", "generator"]
},
"require": {
"php": "^5.3|^7.0|^8.0"
},
"require-dev": {
"phpunit/php-file-iterator": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0"
},
"replace": {
"kodova/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"cordoval/hamcrest-php": "*"
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}
PHP
1
https://gitee.com/mirrors/hamcrest-php.git
git@gitee.com:mirrors/hamcrest-php.git
mirrors
hamcrest-php
hamcrest-php
master

搜索帮助