1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-02-24 16:12:25 +01:00
json-machine/composer.json
Filip Halaxa 067c34da4e Revert "Dropped PHP 5 support"
This reverts commit c81414a2f543459d204782f92c7873f2f0dc8839.
2020-12-05 13:59:27 +01:00

27 lines
644 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"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27",
"guzzlehttp/guzzle": "^6",
"ext-json": "*"
},
"suggest": {
"ext-json": "To run JSON Machine out of the box without custom decoders."
},
"autoload" : {
"psr-4": {"JsonMachine\\": "src/"},
"files": ["src/functions.php"]
}
}