23 lines
465 B
JSON
23 lines
465 B
JSON
|
{
|
||
|
"name": "unit3d/installer",
|
||
|
"description": "Installer for UNIT3D",
|
||
|
"type": "project",
|
||
|
"require": {
|
||
|
"php": ">=8.3",
|
||
|
"ext-dom": "*",
|
||
|
"symfony/console": "^4.4.49",
|
||
|
"symfony/process": "^4.4.44",
|
||
|
"symfony/yaml": "^4.4.45",
|
||
|
"symfony/var-dumper": "^4.4.47"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"App\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9.6.15"
|
||
|
}
|
||
|
}
|