-
Notifications
You must be signed in to change notification settings - Fork 26
/
composer.lock
49 lines (49 loc) · 1.47 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
{
"_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",
"This file is @generated automatically"
],
"hash": "ba6087e6a7372960fd986d04c741f64e",
"packages": [
{
"name": "apache/log4php",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/logging-log4php.git",
"reference": "8c6df2481cd68d0d211d38f700406c5f0a9de0c2"
},
"require": {
"php": ">=5.2.7"
},
"type": "library",
"autoload": {
"classmap": [
"src/main/php/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "A versatile logging framework for PHP",
"homepage": "http://logging.apache.org/log4php/",
"keywords": [
"log",
"logging",
"php"
],
"time": "2012-10-26 09:13:25"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"platform": {
"php": ">=5.3.3"
},
"platform-dev": []
}