mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-18 05:28:14 +01:00
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "halaxa/json-machine",
|
|
"config": {
|
|
"lock": false,
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": "<7.2"
|
|
},
|
|
"require-dev": {
|
|
"ext-json": "*",
|
|
"phpunit/phpunit": "^5.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"JsonMachine\\": "src/"},
|
|
"files": ["src/functions.php"]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {"JsonMachineTest\\": "test/JsonMachineTest"}
|
|
}
|
|
}
|