1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 13:08:16 +01:00
json-machine/composer.json
2019-03-21 11:53:31 +01:00

28 lines
634 B
JSON

{
"name": "halaxa/json-machine",
"description": "Fast, efficient and easy-to-use JSON stream parser developed for unpredictably long JSON streams or documents.",
"license": "Apache-2.0",
"authors": [
{
"name": "Filip Halaxa",
"email": "filip@halaxa.cz"
}
],
"config": {
"platform": {
"php": "5.6"
}
},
"require": {
"php": ">=5.6",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"guzzlehttp/guzzle": "^6"
},
"autoload" : {
"psr-4": {"JsonMachine\\": "src/"}
}
}