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

24 lines
535 B
JSON
Raw Normal View History

2015-10-06 18:02:03 +02:00
{
2018-11-29 11:41:26 +01:00
"name": "halaxa/json-machine",
"description": "Efficient, easy-to-use and fast JSON pull parser",
2018-11-29 20:24:49 +01:00
"license": "Apache-2.0",
"authors": [
{
"name": "Filip Halaxa",
"email": "filip@halaxa.cz"
}
],
2015-10-06 18:02:03 +02:00
"require": {
"php": ">=5.6",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"guzzlehttp/guzzle": "^6"
2015-10-06 18:02:03 +02:00
},
"autoload" : {
"psr-4": {"JsonMachine\\": "src/"},
"files": ["src/functions.php"]
2015-10-06 18:02:03 +02:00
}
}