-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
58 lines (58 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
{
"_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": "1f43e0c51eb02f1a740bad504db24a34",
"packages": [
{
"name": "piphp/gpio",
"version": "v0.3.3",
"source": {
"type": "git",
"url": "https://github.com/PiPHP/GPIO.git",
"reference": "5d2c5b8f6fa7b3327b29ed88fcee0e89a3ca398b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PiPHP/GPIO/zipball/5d2c5b8f6fa7b3327b29ed88fcee0e89a3ca398b",
"reference": "5d2c5b8f6fa7b3327b29ed88fcee0e89a3ca398b",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"PiPHP\\GPIO\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andrew Carter",
"email": "andrewcarter1992@gmail.com"
}
],
"description": "A library for accessing the GPIO pins on a Raspberry Pi",
"keywords": [
"GPIO",
"pi",
"pin",
"pins",
"raspberry"
],
"time": "2016-07-09T11:38:12+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}