tempfilelib/project.json

28 lines
747 B
JSON
Raw Permalink Normal View History

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.",
"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",
2023-02-25 01:00:41 -05:00
"output_path": "build/release"
2023-02-25 00:05:03 -05:00
}
]
}
}