1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-03-15 08:59:39 +01:00
json-machine/build/composer-lt-7.2.json

22 lines
447 B
JSON
Raw Permalink Normal View History

2021-11-23 12:42:13 +01:00
{
"name": "halaxa/json-machine",
"config": {
"lock": false,
"sort-packages": true
},
"require": {
"php": "<7.2"
2021-11-23 12:42:13 +01:00
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^5.0"
},
2021-12-05 10:33:44 +01:00
"autoload": {
2021-11-23 12:42:13 +01:00
"psr-4": {"JsonMachine\\": "src/"},
"files": ["src/functions.php"]
},
2021-12-05 10:33:44 +01:00
"autoload-dev": {
2021-11-23 12:42:13 +01:00
"psr-4": {"JsonMachineTest\\": "test/JsonMachineTest"}
}
}