2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-21 15:42:09 +00:00
Files
website/common/code/test/composer.lock
Daniel James 095be89684 Convert the tests to use Nette Tester.
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.
2016-05-11 09:02:21 +01:00

76 lines
2.3 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "c5a9bdf02ea2db81e9e3ed36bbf22199",
"content-hash": "bb903285558e703d2b8ae2e1fc43a25f",
"packages": [
{
"name": "nette/tester",
"version": "v1.7.1",
"source": {
"type": "git",
"url": "https://github.com/nette/tester.git",
"reference": "d97534578e8cf66eabe081e7d5eaa4dd527ab0c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/tester/zipball/d97534578e8cf66eabe081e7d5eaa4dd527ab0c8",
"reference": "d97534578e8cf66eabe081e7d5eaa4dd527ab0c8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"bin": [
"src/tester"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "An easy-to-use PHP unit testing framework.",
"homepage": "https://tester.nette.org",
"keywords": [
"nette",
"testing",
"unit"
],
"time": "2016-03-19 14:34:02"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}