mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-17 13:08:16 +01:00
25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "halaxa/json-machine",
|
|
"description": "Efficient, easy-to-use and fast JSON pull parser",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Filip Halaxa",
|
|
"email": "filip@halaxa.cz"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7",
|
|
"guzzlehttp/guzzle": "^6",
|
|
"symfony/http-client": "^5"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {"JsonMachine\\": "src/"},
|
|
"files": ["src/functions.php"]
|
|
}
|
|
}
|