This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
132 lines (132 loc) · 4.46 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"_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": "56cc66f47b6a386e96def777e44b6fc1",
"packages": [
{
"name": "battis/configxml",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/battis/configxml.git",
"reference": "b68daa917e052bd8f53c3be0378b23d33526f961"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/battis/configxml/zipball/b68daa917e052bd8f53c3be0378b23d33526f961",
"reference": "b68daa917e052bd8f53c3be0378b23d33526f961",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Battis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Seth Battis",
"email": "[email protected]"
}
],
"description": "Load a configuration XML file for quick use",
"time": "2016-05-09T19:47:21+00:00"
},
{
"name": "battis/educoder-pest-fork",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/battis/pest.git",
"reference": "ee99df2b7e276195d3ab06738f2af3f44f3ed054"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/battis/pest/zipball/ee99df2b7e276195d3ab06738f2af3f44f3ed054",
"reference": "ee99df2b7e276195d3ab06738f2af3f44f3ed054",
"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": "2016-03-23T15:38:23+00:00"
},
{
"name": "smtech/canvaspest",
"version": "v1.1.6",
"source": {
"type": "git",
"url": "https://github.com/smtech/canvaspest.git",
"reference": "b06ab320228873a0278272888a63e29edcd53ce0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smtech/canvaspest/zipball/b06ab320228873a0278272888a63e29edcd53ce0",
"reference": "b06ab320228873a0278272888a63e29edcd53ce0",
"shasum": ""
},
"require": {
"battis/educoder-pest-fork": "~1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"smtech\\CanvasPest\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Seth Battis",
"email": "[email protected]"
}
],
"description": "An extension of Pest to make RESTful queries to the Instructure Canvas API",
"time": "2017-04-04T12:32:46+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}