forked from lucatume/wp-routes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
93 lines (93 loc) · 3.01 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
{
"_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"
],
"hash": "9770be151096e3938ed0a68423ce3b71",
"packages": [
{
"name": "lucatume/klein52",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/lucatume/klein52.git",
"reference": "9e6dcd0b3e9d354f54040d6cf8159c8797a44b84"
},
"require": {
"php": ">=5.2.17"
},
"require-dev": {
"phpunit/phpunit": "3.7.x"
},
"type": "library",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris O'Hara",
"email": "[email protected]",
"homepage": "http://chris6f.com/",
"role": "Developer"
},
{
"name": "Luca Tumedei",
"email": "[email protected]",
"homepage": "http://theaveragedev.com",
"role": "PHP 5.2 adaptation"
}
],
"description": "A lightning fast router for PHP 5.2 (fork of chriso/klein.php) ",
"homepage": "https://github.com/lucatume/klein.php",
"keywords": [
"boilerplate",
"router",
"routing",
"sinatra"
],
"time": "2015-09-23 15:11:24"
}
],
"packages-dev": [
{
"name": "xrstf/composer-php52",
"version": "dev-default",
"source": {
"type": "hg",
"url": "https://bitbucket.org/xrstf/composer-php52",
"reference": "1ff7517a885cad1aa42b370f926b308a2f9b5766"
},
"dist": {
"type": "zip",
"url": "https://bitbucket.org/xrstf/composer-php52/get/1ff7517a885cad1aa42b370f926b308a2f9b5766.zip",
"reference": "1ff7517a885cad1aa42b370f926b308a2f9b5766",
"shasum": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-default": "1.x-dev"
}
},
"autoload": {
"psr-0": {
"xrstf\\Composer52": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"homepage": "http://www.xrstf.de/",
"time": "2015-08-07 21:46:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}