2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 16:52:15 +00:00
Files
website/common/code/test/composer.json
2021-03-09 19:33:39 +00:00

25 lines
670 B
JSON

{
"name": "boost/website-tests",
"description": "Some very basic tests of the website code.",
"repositories": [
{
"type": "package",
"package": {
"name": "mustache/spec",
"version": "master",
"source": {
"url": "https://github.com/mustache/spec.git",
"type": "git",
"reference": "41d1eb385676cf6a673b8d612b6ab5cdfd5a660c"
}
}
}
],
"require": {
"nette/tester": "*",
"mustache/spec": "master"
},
"minimum-stability": "dev",
"prefer-stable": true
}