forked from ircmaxell/PHPPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
53 lines (52 loc) · 1.45 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
{
"hash": "f0ee609f3432252c6d3294f592159a73",
"packages": [
{
"name": "nikic/php-parser",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser",
"reference": "222c9612ab9c65551b7febd38cbb0fa685b0e0db"
},
"dist": {
"type": "zip",
"url": "https://github.com/nikic/PHP-Parser/archive/222c9612ab9c65551b7febd38cbb0fa685b0e0db.zip",
"reference": "222c9612ab9c65551b7febd38cbb0fa685b0e0db",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"PHPParser": "lib/"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"php",
"parser"
],
"time": "1356092915"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"nikic/php-parser": 20,
"php/php-src": 20
}
}