This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.lock
87 lines (85 loc) · 2.58 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"hash": "3c9302abae310263c0841c57cf6f12ff",
"packages": [
{
"name": "EHER/PHPUnit",
"version": "1.6",
"source": {
"type": "git",
"url": "https://github.com/EHER/phpunit-all-in-one",
"reference": "1.6"
},
"dist": {
"type": "zip",
"url": "https://github.com/EHER/phpunit-all-in-one/zipball/1.6",
"reference": "1.6",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/finder": "*"
},
"time": "2012-05-23 18:46:24",
"bin": [
"bin/dbunit",
"bin/phpcov",
"bin/phpcpd",
"bin/phpdcd",
"bin/phploc",
"bin/phpunit",
"bin/phpunit-skelgen"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"description": "Unofficial version of PHPUnit to be handled with Composer."
},
{
"name": "symfony/finder",
"version": "v2.1.7",
"target-dir": "Symfony/Component/Finder",
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder",
"reference": "v2.1.7"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Finder/archive/v2.1.7.zip",
"reference": "v2.1.7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2013-01-09 08:51:07",
"type": "library",
"autoload": {
"psr-0": {
"Symfony\\Component\\Finder": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "http://symfony.com"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}