{ "name": "typo3/phar-stream-wrapper", "description": "Interceptors for PHP's native phar:// stream handling", "type": "library", "license": "MIT", "homepage": "https://typo3.org/", "keywords": ["php", "phar", "stream-wrapper", "security"], "require": { "php": "^7.0", "ext-fileinfo": "*", "ext-json": "*" }, "require-dev": { "ext-xdebug": "*", "phpunit/phpunit": "^6.5" }, "autoload": { "psr-4": { "TYPO3\\PharStreamWrapper\\": "src/" } }, "autoload-dev": { "psr-4": { "TYPO3\\PharStreamWrapper\\Tests\\": "tests/" } } }