/
var
/
www
/
flurhymez
/
vendor
/
phpunit
/
php-text-template
/
/var/www/flurhymez/vendor/phpunit/php-text-template
mkdir
upload
Name
Size
Mode
Actions
.psalm/
-
0755
rm
src/
-
0755
rm
ChangeLog.md
1187
0644
edit
dl
rm
composer.json
956
0644
edit
dl
rm
LICENSE
1560
0644
edit
dl
rm
README.md
412
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/phpunit/php-text-template/composer.json
(956B)
{ "name": "phpunit/php-text-template", "description": "Simple template engine.", "type": "library", "keywords": [ "template" ], "homepage": "https://github.com/sebastianbergmann/php-text-template/", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues" }, "config": { "platform": { "php": "7.3.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { "php": ">=7.3" }, "require-dev": { "phpunit/phpunit": "^9.3" }, "autoload": { "classmap": [ "src/" ] }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }
Save
cmd:
run