optslib/project.json

45 lines
1.3 KiB
JSON
Raw Normal View History

{
"project": {
"compiler": {
"extension": "php",
2024-10-13 16:52:34 -04:00
"minimum_version": "8.2",
"maximum_version": "8.0"
},
2022-12-16 01:52:50 -05:00
"update_source": {
2022-12-18 13:35:22 -05:00
"source": "nosial/libs.opts@n64",
2022-12-16 01:52:50 -05:00
"repository": {
"name": "n64",
"type": "gitlab",
"host": "git.n64.cc",
"ssl": true
}
}
},
"assembly": {
"name": "OptsLib",
"package": "net.nosial.optslib",
2022-12-18 13:44:23 -05:00
"description": "A simple options parser library for PHP",
2024-10-13 16:52:34 -04:00
"copyright": "Copyright (c) 2022-2023 Nosial",
"version": "1.1.3",
"uuid": "20aefdfa-7b91-11ed-919f-cb63712c8e36"
},
"build": {
"source_path": "src",
"default_configuration": "release",
"configurations": [
{
"name": "release",
"build_type": "ncc",
2023-10-10 21:33:09 -04:00
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
2024-10-13 16:52:34 -04:00
},
{
"name": "release-executable",
"build_type": "executable",
"output": "build/release/release_executable_gz",
"options": {
"ncc_configuration": "release"
}
}
]
}
}