mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 20:15:13 +01:00
22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"name": "test/testovich",
|
|
"description": "test",
|
|
"type": "library",
|
|
"license": "proprietary",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Test\\Http\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-json": "*",
|
|
"phpoffice/phpspreadsheet": "^1.9.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
} |