-
Notifications
You must be signed in to change notification settings - Fork 20
/
composer.lock
99 lines (96 loc) · 2.93 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
88
89
90
91
92
93
94
95
96
97
98
99
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "31347848a20072fbe4887ba991511609",
"packages": [
],
"packages-dev": [
{
"name": "atoum/atoum",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/atoum/atoum.git",
"reference": "ab221f3dfbca93ff5a88f45070d8743db419d546"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/atoum/atoum/zipball/ab221f3dfbca93ff5a88f45070d8743db419d546",
"reference": "ab221f3dfbca93ff5a88f45070d8743db419d546",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-json": "*",
"ext-session": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"php": ">=5.3.3"
},
"replace": {
"mageekguy/atoum": "*"
},
"suggest": {
"ext-mbstring": "Provides support for UTF-8 strings"
},
"bin": [
"bin/atoum"
],
"type": "library",
"autoload": {
"classmap": [
"classes/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Frédéric Hardy",
"email": "frederic.hardy@atoum.org",
"homepage": "http://blog.mageekbox.net"
},
{
"name": "François Dussert",
"email": "francois.dussert@atoum.org"
},
{
"name": "Gérald Croes",
"email": "gerald.croes@atoum.org"
},
{
"name": "Julien Bianchi",
"email": "julien.bianchi@atoum.org"
},
{
"name": "Ludovic Fleury",
"email": "ludovic.fleury@atoum.org"
}
],
"description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
"homepage": "http://www.atoum.org",
"keywords": [
"TDD",
"atoum",
"test",
"unit testing"
],
"time": "2013-10-24 11:42:42"
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"atoum/atoum": 20
},
"platform": {
"php": ">=5.3.0"
},
"platform-dev": [
]
}