tempfilelib/project.json
2023-02-25 01:00:41 -05:00

28 lines
No EOL
747 B
JSON

{
"project": {
"compiler": {
"extension": "php",
"minimum_version": "8.0",
"maximum_version": "8.2"
},
"options": []
},
"assembly": {
"name": "TempFile",
"package": "net.nosial.tempfile",
"copyright": "Copyright (c) 2022-2023 Nosial",
"description": "TempFile is a PHP library for creating temporary files.",
"version": "1.0.0",
"uuid": "910f98fe-b4c9-11ed-b13f-fdc283a6db6d"
},
"build": {
"source_path": "src",
"default_configuration": "release",
"configurations": [
{
"name": "release",
"output_path": "build/release"
}
]
}
}