-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
88 lines (84 loc) · 2.58 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
{
"_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",
"This file is @generated automatically"
],
"hash": "018aae4bae5537d75710a8a967bd67a2",
"packages": [
{
"name": "phalcon/zephir",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phalcon/zephir.git",
"reference": "edd567a88996e52aafb69154641f4dea048d2cc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phalcon/zephir/zipball/edd567a88996e52aafb69154641f4dea048d2cc4",
"reference": "edd567a88996e52aafb69154641f4dea048d2cc4",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-hash": "*",
"ext-json": "*",
"php": "~5.3"
},
"require-dev": {
"ext-gmp": "*",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"squizlabs/php_codesniffer": "1.5.2"
},
"bin": [
"bin/zephir"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Zephir\\": "Library"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Zephir Team",
"homepage": "http://zephir-lang.com/"
},
{
"name": "Contributors",
"homepage": "https://github.com/phalcon/zephir/graphs/contributors"
}
],
"description": "Zephir is a compiled high level language aimed to the creation of C-extensions for PHP",
"homepage": "http://zephir-lang.com/",
"keywords": [
"extension"
],
"time": "2014-10-21 16:57:41"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"phalcon/zephir": 20
},
"prefer-stable": false,
"platform": [
],
"platform-dev": [
]
}