2024-08-31 16:36:22 -04:00
|
|
|
{
|
|
|
|
"project": {
|
|
|
|
"compiler": {
|
|
|
|
"extension": "php",
|
2024-09-30 03:11:21 -04:00
|
|
|
"minimum_version": "8.3",
|
2024-09-24 14:20:21 -04:00
|
|
|
"maximum_version": "8.0"
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"create_symlink": true
|
2024-08-31 16:36:22 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"assembly": {
|
2024-08-31 16:39:37 -04:00
|
|
|
"name": "Socialbox",
|
2024-08-31 16:36:22 -04:00
|
|
|
"package": "net.nosial.socialbox",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"uuid": "573597f7-c7f0-408a-8a02-462756927cb6"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"source_path": "src/Socialbox",
|
|
|
|
"default_configuration": "release",
|
2024-09-24 14:20:21 -04:00
|
|
|
"main": "main_policy",
|
2024-08-31 16:36:22 -04:00
|
|
|
"define_constants": {
|
|
|
|
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",
|
|
|
|
"ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%",
|
|
|
|
"ASSEMBLY_UID": "%ASSEMBLY.UID%"
|
|
|
|
},
|
2024-09-24 14:20:21 -04:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "com.symfony.uid",
|
|
|
|
"version": "latest",
|
|
|
|
"source": "symfony/uid=latest@packagist"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "net.nosial.configlib",
|
|
|
|
"version": "latest",
|
|
|
|
"source": "nosial/libs.config=latest@n64"
|
2024-09-24 15:01:34 -04:00
|
|
|
},
|
|
|
|
{
|
2025-01-22 13:18:55 -05:00
|
|
|
"name": "net.nosial.loglib2",
|
2024-09-24 15:01:34 -04:00
|
|
|
"version": "latest",
|
2025-01-22 13:18:55 -05:00
|
|
|
"source": "nosial/loglib2=latest@github"
|
2024-09-24 15:01:34 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "net.nosial.optslib",
|
|
|
|
"version": "latest",
|
|
|
|
"source": "nosial/libs.opts=latest@n64"
|
2024-10-24 15:23:28 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "com.gregwar.captcha",
|
|
|
|
"version": "latest",
|
|
|
|
"source": "gregwar/captcha=latest@packagist"
|
2024-09-24 14:20:21 -04:00
|
|
|
}
|
|
|
|
],
|
2024-08-31 16:36:22 -04:00
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "release",
|
|
|
|
"build_type": "ncc",
|
|
|
|
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "debug",
|
|
|
|
"build_type": "ncc",
|
|
|
|
"output": "build/debug/%ASSEMBLY.PACKAGE%.ncc",
|
|
|
|
"define_constants": {
|
|
|
|
"DEBUG": "1"
|
|
|
|
}
|
2024-09-24 14:20:21 -04:00
|
|
|
},
|
2024-09-13 13:51:40 -04:00
|
|
|
{
|
2024-09-24 14:20:21 -04:00
|
|
|
"name": "release_executable",
|
|
|
|
"build_type": "executable",
|
|
|
|
"output": "build/release/%ASSEMBLY.NAME%",
|
|
|
|
"options": {
|
|
|
|
"ncc_configuration": "release"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "debug_executable",
|
|
|
|
"build_type": "executable",
|
|
|
|
"output": "build/debug/%ASSEMBLY.NAME%",
|
|
|
|
"options": {
|
|
|
|
"ncc_configuration": "debug"
|
|
|
|
},
|
|
|
|
"define_constants": {
|
|
|
|
"DEBUG": "1"
|
|
|
|
}
|
2024-09-13 13:51:40 -04:00
|
|
|
}
|
2024-08-31 16:36:22 -04:00
|
|
|
]
|
2024-09-24 14:20:21 -04:00
|
|
|
},
|
|
|
|
"execution_policies": [
|
|
|
|
{
|
|
|
|
"name": "main_policy",
|
|
|
|
"runner": "php",
|
|
|
|
"execute": {
|
|
|
|
"working_directory": "%CWD%",
|
|
|
|
"silent": false,
|
2024-12-30 13:58:47 -05:00
|
|
|
"tty": false,
|
2024-09-24 14:20:21 -04:00
|
|
|
"timeout": null,
|
|
|
|
"idle_timeout": null,
|
|
|
|
"target": "main"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2024-08-31 16:36:22 -04:00
|
|
|
}
|