optslib/project.json

41 lines
1.1 KiB
JSON
Raw Normal View History

{
"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
}
},
"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",
"version": "1.1.0",
"uuid": "20aefdfa-7b91-11ed-919f-cb63712c8e36"
},
"build": {
"source_path": "src",
"default_configuration": "release",
"configurations": [
{
"name": "release",
"build_type": "ncc",
"options": {
"compression": "high"
},
2023-01-28 01:23:14 -05:00
"output_path": "build/release"
}
]
}
}