forked from kodus/sql-splitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
63 lines (63 loc) · 2.05 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"_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"
],
"content-hash": "489066c7efa502aba22d53ca08a0f97a",
"packages": [],
"packages-dev": [
{
"name": "mindplay/testies",
"version": "0.3.0",
"source": {
"type": "git",
"url": "https://github.com/mindplay-dk/testies.git",
"reference": "272516fe2232929032e09002f380437a23aa3feb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mindplay-dk/testies/zipball/272516fe2232929032e09002f380437a23aa3feb",
"reference": "272516fe2232929032e09002f380437a23aa3feb",
"shasum": ""
},
"require-dev": {
"guzzlehttp/guzzle": "5.*",
"phpunit/php-code-coverage": "^3.0"
},
"suggest": {
"phpunit/php-code-coverage": "^3.0"
},
"type": "library",
"autoload": {
"files": [
"header.php"
],
"psr-4": {
"mindplay\\testies\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL3.0+"
],
"authors": [
{
"name": "Rasmus Schultz",
"email": "[email protected]"
}
],
"description": "Yeah, testies: a lightweight library for quick, simple unit-testing",
"time": "2016-05-09T09:41:04+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.0"
},
"platform-dev": []
}