forked from kodus/sql-splitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
69 lines (69 loc) · 2.31 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
64
65
66
67
68
69
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "02aca3898108ebb8a7bc27f27b6c4302",
"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",
"support": {
"issues": "https://github.com/mindplay-dk/testies/issues",
"source": "https://github.com/mindplay-dk/testies/tree/master"
},
"time": "2016-05-09T09:41:04+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": true,
"platform": {
"php": "^7.0 || ^8.0",
"ext-mbstring": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}