mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 16:52:15 +00:00
25 lines
670 B
JSON
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
|
|
}
|