mirror of
https://github.com/boostorg/website.git
synced 2026-01-29 20:12:14 +00:00
This requires the use of composer, which I've been avoiding to make running the website easier, but in this case it isn't needed as part of general operations, so it should be okay.
8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"name": "boost/website-tests",
|
|
"description": "Some very basic tests of the website code.",
|
|
"require": {
|
|
"nette/tester": "*"
|
|
}
|
|
}
|