58 lines
No EOL
1.7 KiB
JSON
58 lines
No EOL
1.7 KiB
JSON
{
|
|
"project": {
|
|
"compiler": {
|
|
"extension": "php",
|
|
"minimum_version": "8.0",
|
|
"maximum_version": "8.2"
|
|
},
|
|
"update_source": {
|
|
"source": "nosial/libs.tamer@n64",
|
|
"repository": {
|
|
"name": "n64",
|
|
"type": "gitlab",
|
|
"host": "git.n64.cc",
|
|
"ssl": true
|
|
}
|
|
},
|
|
"options": []
|
|
},
|
|
"assembly": {
|
|
"name": "TamerLib",
|
|
"package": "net.nosial.tamerlib",
|
|
"description": "TamerLib allows the execution of parallel tasks",
|
|
"company": "Nosial",
|
|
"copyright": "Copyright (c) 2022-2023 Nosial, All Rights Reserved",
|
|
"version": "2.0.0",
|
|
"uuid": "a365e7d6-a1c0-11ed-b7c7-b9654ed9efa5"
|
|
},
|
|
"build": {
|
|
"source_path": "src",
|
|
"default_configuration": "release",
|
|
"dependencies": [
|
|
{
|
|
"name": "net.nosial.optslib",
|
|
"version": "latest",
|
|
"source_type": "remote",
|
|
"source": "nosial/libs.opts=latest@n64"
|
|
},
|
|
{
|
|
"name": "net.nosial.loglib",
|
|
"version": "latest",
|
|
"source_type": "remote",
|
|
"source": "nosial/libs.log=latest@n64"
|
|
},
|
|
{
|
|
"name": "com.symfony.process",
|
|
"version": "latest",
|
|
"source_type": "remote",
|
|
"source": "symfony/process=latest@composer"
|
|
}
|
|
],
|
|
"configurations": [
|
|
{
|
|
"name": "release",
|
|
"output_path": "build/release"
|
|
}
|
|
]
|
|
}
|
|
} |