Submit
Path:
~
/
/
usr
/
share
/
psa-roundcube
/
vendor
/
roundcube
/
plugin-installer
/
File Content:
composer.json
{ "name": "roundcube/plugin-installer", "description": "A composer-installer for Roundcube plugins and skins.", "license": "GPL-3.0-or-later", "type": "composer-plugin", "authors": [ { "name": "Thomas Bruederli", "email": "thomas@roundcube.net" }, { "name": "Till Klampaeckel", "email": "till@php.net" }, { "name": "Philip Weir", "email": "roundcube@tehinterweb.co.uk" } ], "require": { "php": ">=7.3 <8.5", "composer-plugin-api": "^2.1", "roundcube/roundcubemail": "*" }, "require-dev": { "composer/composer": "^2.1", "ergebnis/composer-normalize": "^2.13", "friendsofphp/php-cs-fixer": "^3.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.2", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.3" }, "repositories": [ { "type": "git", "url": "https://github.com/roundcube/roundcubemail.git" } ], "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Roundcube\\Composer\\": "src/" } }, "config": { "allow-plugins": { "ergebnis/composer-normalize": true, "phpstan/extension-installer": true } }, "extra": { "class": [ "Roundcube\\Composer\\RoundcubeInstaller" ] } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
src
---
0755
test-composer
---
0755
.php-cs-fixer.dist.php
2085 bytes
0644
README.md
2471 bytes
0644
composer.json
1553 bytes
0644
phpstan.neon.dist
547 bytes
0644
N4ST4R_ID | Naxtarrr