- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparsekit.json
More file actions
Latest commit
29 lines (29 loc) · 440 Bytes
/
Copy pathparsekit.json
File metadata and controls
29 lines (29 loc) · 440 Bytes
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
{
"name":"parsekit/parsekit",
"require":{
"parser":">=3.4.3",
"ln-e\/console":"dev-master",
"als\/path":"*"
},
"minimumStability":"dev",
"docRoot":"bin",
"devAutoload":{
"files":{
"0":"Debug.p"
},
"nestedClasspath":{
"0":"tests"
}
},
"autoload":{
"nestedClasspath":{
"0":"src"
},
"classpath":{
"0":"classes"
},
"namespace":{
"Parsekit\/Semver":"src\/Parsekit\/Component\/Semver\/src"
}
}
}