
| Current Path : /var/www/html_old/12park.006/vendor/consolidation/self-update/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/12park.006/vendor/consolidation/self-update/composer.json |
{
"name": "consolidation/self-update",
"description": "Provides a self:update command for Symfony Console applications.",
"license": "MIT",
"authors": [
{
"name": "Alexander Menk",
"email": "menk@mestrona.net"
},
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"autoload":{
"psr-4":{
"SelfUpdate\\":"src"
}
},
"require": {
"php": ">=5.5.0",
"symfony/console": "^2.8|^3|^4|^5",
"symfony/filesystem": "^2.5|^3|^4|^5"
},
"bin": [
"scripts/release"
],
"scripts": {
"release": "./scripts/release VERSION"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}