2023-02-25 00:05:03 -05:00
|
|
|
{
|
|
|
|
"project": {
|
|
|
|
"compiler": {
|
|
|
|
"extension": "php",
|
|
|
|
"minimum_version": "8.0",
|
|
|
|
"maximum_version": "8.2"
|
|
|
|
},
|
|
|
|
"options": []
|
|
|
|
},
|
|
|
|
"assembly": {
|
|
|
|
"name": "TempFile",
|
|
|
|
"package": "net.nosial.tempfile",
|
2023-02-25 01:00:41 -05:00
|
|
|
"copyright": "Copyright (c) 2022-2023 Nosial",
|
|
|
|
"description": "TempFile is a PHP library for creating temporary files.",
|
2023-02-26 15:55:24 -05:00
|
|
|
"version": "1.1.0",
|
2023-02-25 00:05:03 -05:00
|
|
|
"uuid": "910f98fe-b4c9-11ed-b13f-fdc283a6db6d"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"source_path": "src",
|
2023-02-25 01:00:41 -05:00
|
|
|
"default_configuration": "release",
|
2023-02-25 00:05:03 -05:00
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "release",
|
2024-09-29 21:06:03 -04:00
|
|
|
"build_type": "ncc",
|
|
|
|
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "debug",
|
|
|
|
"build_type": "ncc",
|
|
|
|
"output": "build/debug/%ASSEMBLY.PACKAGE%.ncc",
|
|
|
|
"define_constants": {
|
|
|
|
"DEBUG": "1"
|
|
|
|
}
|
2023-02-25 00:05:03 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|