forked from allebb/executioner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
67 lines (67 loc) · 2.19 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 https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "6157295f99479baaa1c4ba138db07fe2",
"content-hash": "ab13ba52ff264062f7f4b4a10343f03b",
"packages": [
{
"name": "ballen/collection",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/bobsta63/collection.git",
"reference": "0410ed3878902acf4fb5ab1e1dd416f074f9306f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobsta63/collection/zipball/0410ed3878902acf4fb5ab1e1dd416f074f9306f",
"reference": "0410ed3878902acf4fb5ab1e1dd416f074f9306f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Ballen\\Collection\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPLv2"
],
"authors": [
{
"name": "Bobby Allen",
"email": "ballen@bobbyallen.me",
"homepage": "http://bobbyallen.me",
"role": "Developer"
}
],
"description": "A Collection class (library) which provides OOP replacement for the traditional array data structure.",
"keywords": [
"array",
"collection",
"list"
],
"time": "2015-12-21 12:51:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}