2022-12-14 04:28:12 -05:00
|
|
|
{
|
|
|
|
"project": {
|
|
|
|
"compiler": {
|
|
|
|
"extension": "php",
|
|
|
|
"minimum_version": "8.0",
|
|
|
|
"maximum_version": "8.2"
|
|
|
|
},
|
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
|
|
|
|
}
|
|
|
|
},
|
2022-12-14 04:28:12 -05:00
|
|
|
"options": []
|
|
|
|
},
|
|
|
|
"assembly": {
|
|
|
|
"name": "OptsLib",
|
|
|
|
"package": "net.nosial.optslib",
|
2023-01-27 00:18:54 -05:00
|
|
|
"copyright": "Copyright (c) 2022-2023 Nosial",
|
2022-12-18 13:44:23 -05:00
|
|
|
"description": "A simple options parser library for PHP",
|
2023-01-27 00:15:50 -05:00
|
|
|
"version": "1.0.0",
|
2022-12-14 04:28:12 -05:00
|
|
|
"uuid": "20aefdfa-7b91-11ed-919f-cb63712c8e36"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"source_path": "src",
|
2022-12-14 05:07:44 -05:00
|
|
|
"default_configuration": "release",
|
2022-12-14 04:28:12 -05:00
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "release",
|
2023-01-28 01:23:14 -05:00
|
|
|
"output_path": "build/release"
|
2022-12-14 04:28:12 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|