/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
brick
/
varexporter
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/brick/varexporter
mkdir
upload
Name
Size
Mode
Actions
src/
-
0755
rm
CHANGELOG.md
3181
0644
edit
dl
rm
composer.json
616
0644
edit
dl
rm
LICENSE
1089
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/brick/varexporter/composer.json
(616B)
{ "name": "brick/varexporter", "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()", "type": "library", "keywords": [ "var_export" ], "license": "MIT", "require": { "php": "^7.2 || ^8.0", "nikic/php-parser": "^4.0" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^9.0", "php-coveralls/php-coveralls": "^2.2", "vimeo/psalm": "4.23.0" }, "autoload": { "psr-4": { "Brick\\VarExporter\\": "src/" } }, "autoload-dev": { "psr-4": { "Brick\\VarExporter\\Tests\\": "tests/" } } }
Save
cmd:
run