-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
115 lines (115 loc) · 3.85 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_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"
],
"content-hash": "e9122812a781805b63d73f0314100acd",
"packages": [
{
"name": "resty/resty",
"version": "0.6.0",
"source": {
"type": "git",
"url": "https://github.com/fictivekin/Resty.php.git",
"reference": "3ba18ec4b507b3b6fcbc49bba5a503baba051c0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fictivekin/Resty.php/zipball/3ba18ec4b507b3b6fcbc49bba5a503baba051c0a",
"reference": "3ba18ec4b507b3b6fcbc49bba5a503baba051c0a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"funkatron/funit": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"Resty\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache 2.0"
],
"authors": [
{
"name": "Ed Finkler",
"email": "[email protected]",
"homepage": "http://fictivekin.com"
}
],
"description": "A simple PHP library for doing RESTful HTTP stuff. Does not require the curl extension",
"homepage": "https://github.com/fictivekin/resty.php",
"keywords": [
"client",
"http",
"rest",
"restful"
],
"time": "2014-02-13T16:19:46+00:00"
}
],
"packages-dev": [
{
"name": "heroku/heroku-buildpack-php",
"version": "v101",
"source": {
"type": "git",
"url": "https://github.com/heroku/heroku-buildpack-php.git",
"reference": "efca12bb59ccdebec79cabddd94e7c1ef51de908"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/efca12bb59ccdebec79cabddd94e7c1ef51de908",
"reference": "efca12bb59ccdebec79cabddd94e7c1ef51de908",
"shasum": ""
},
"bin": [
"bin/heroku-hhvm-apache2",
"bin/heroku-hhvm-nginx",
"bin/heroku-php-apache2",
"bin/heroku-php-nginx"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Zuelke",
"email": "[email protected]"
}
],
"description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP/HHVM and Apache2/Nginx as on Heroku",
"homepage": "http://github.com/heroku/heroku-buildpack-php",
"keywords": [
"apache",
"apache2",
"foreman",
"heroku",
"hhvm",
"nginx",
"php"
],
"time": "2016-04-12T02:41:29+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"resty/resty": 0
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^5.5.35",
"ext-mysql": "*"
},
"platform-dev": []
}