54 lines
No EOL
1.4 KiB
JSON
54 lines
No EOL
1.4 KiB
JSON
{
|
|
"project": {
|
|
"compiler": {
|
|
"extension": "php",
|
|
"minimum_version": "8.0",
|
|
"maximum_version": "8.2"
|
|
},
|
|
"options": {
|
|
"create_symlink": true
|
|
}
|
|
},
|
|
"assembly": {
|
|
"name": "Keybert",
|
|
"package": "net.nosial.keybert",
|
|
"version": "1.0.2",
|
|
"uuid": "1695515c-2857-11ee-a7a6-6d740ea6cd07"
|
|
},
|
|
"execution_policies": [
|
|
{
|
|
"name": "main",
|
|
"runner": "php",
|
|
"execute": {
|
|
"target": "main",
|
|
"working_directory": "%CWD%",
|
|
"tty": true
|
|
}
|
|
}
|
|
],
|
|
"build": {
|
|
"source_path": "src",
|
|
"default_configuration": "release",
|
|
"main": "main",
|
|
"dependencies": [
|
|
{
|
|
"name": "com.symfony.process",
|
|
"version": "latest",
|
|
"source_type": "remote",
|
|
"source": "symfony/process=latest@composer"
|
|
},
|
|
{
|
|
"name": "net.nosial.optslib",
|
|
"version": "latest",
|
|
"source_type": "remote",
|
|
"source": "nosial/libs.opts=latest@n64"
|
|
}
|
|
],
|
|
"configurations": [
|
|
{
|
|
"name": "release",
|
|
"output_path": "build/release"
|
|
}
|
|
]
|
|
}
|
|
} |