-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.lock
67 lines (62 loc) · 1.84 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
{
"_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": "2fcd548551d36af98cc6e5b57bfeec15",
"packages": [
{
"name": "educoder/pest",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/educoder/pest.git",
"reference": "7c4d24d6aafc4ebac711c73cc8797d9b1779525b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/educoder/pest/zipball/7c4d24d6aafc4ebac711c73cc8797d9b1779525b",
"reference": "7c4d24d6aafc4ebac711c73cc8797d9b1779525b",
"shasum": ""
},
"require": {
"lib-curl": "*",
"php": ">=5.2"
},
"type": "library",
"autoload": {
"classmap": [
""
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Zukowski",
"email": "[email protected]"
},
{
"name": "Donald Sipe",
"email": "[email protected]"
}
],
"description": "A proper REST client for PHP.",
"homepage": "https://github.com/educoder/pest",
"time": "2013-11-17 12:58:01"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": [
],
"platform-dev": [
]
}