46 lines
No EOL
1.3 KiB
JSON
46 lines
No EOL
1.3 KiB
JSON
{
|
|
"project": {
|
|
"compiler": {
|
|
"extension": "php",
|
|
"minimum_version": "8.0",
|
|
"maximum_version": "8.2"
|
|
},
|
|
"update_source": {
|
|
"source": "nosial/libs.opts@n64",
|
|
"repository": {
|
|
"name": "n64",
|
|
"type": "gitlab",
|
|
"host": "git.n64.cc",
|
|
"ssl": true
|
|
}
|
|
},
|
|
"options": []
|
|
},
|
|
"assembly": {
|
|
"name": "OptsLib",
|
|
"package": "net.nosial.optslib",
|
|
"copyright": "Copyright (c) 2022 Nosial",
|
|
"description": "A simple options parser library for PHP",
|
|
"version": "1.0.0",
|
|
"uuid": "20aefdfa-7b91-11ed-919f-cb63712c8e36"
|
|
},
|
|
"build": {
|
|
"source_path": "src",
|
|
"default_configuration": "release",
|
|
"define_constants": {
|
|
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
|
|
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",
|
|
"ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%",
|
|
"ASSEMBLY_UID": "%ASSEMBLY.UID%"
|
|
},
|
|
"configurations": [
|
|
{
|
|
"name": "release",
|
|
"output_path": "build/release",
|
|
"define_constants": {
|
|
"DEBUG": "0"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |