18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"name": "jms/parser-lib",
|
|
"description": "A library for easily creating recursive-descent parsers.",
|
|
"license": "Apache2",
|
|
"require": {
|
|
"phpoption/phpoption": ">=0.9,<2.0-dev"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
}
|
|
} |