![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/gaufrette/extras/ |
{ "name": "gaufrette/extras", "description": "Provides extra features (prefixed fs, resolvable fs) to Gaufrette", "type": "library", "require": { "knplabs/gaufrette": "~0.4" }, "require-dev": { "phpspec/phpspec": "^3.4", "phpunit/phpunit": "~5.5", "aws/aws-sdk-php": "~2.4|~3" }, "license": "MIT", "authors": [ { "name": "Albin Kerouanton", "email": "[email protected]" }, { "name": "KnpLabs Team", "homepage": "http://knplabs.com" }, { "name": "The contributors", "homepage": "http://github.com/Gaufrette/extras/contributors" } ], "minimum-stability": "stable", "config": { "bin-dir": "bin/" }, "autoload": { "psr-4": { "Gaufrette\\Extras\\": "src/" } }, "autoload-dev": { "psr-4": { "Gaufrette\\Extras\\Tests\\": "tests/" } } }