{ "name": "woltlab/webp-exif", "description": "Extract and embed EXIF metadata from and to WebP images", "type": "library", "license": "MIT", "keywords": [ "exif", "webp" ], "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-exif": "*", "nelexa/buffer": "^1.3", "symfony/polyfill-php84": "^1.31" }, "require-dev": { "phpunit/phpunit": "^12.2", "phpstan/phpstan": "^2.1", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/extension-installer": "^1.4", "phpunit/php-code-coverage": "^12.0" }, "autoload": { "psr-4": { "WoltLab\\WebpExif\\": "src/" } }, "autoload-dev": { "psr-4": { "WoltLabTest\\WebpExif\\": "test/" } }, "scripts": { "test": "phpunit --colors=always test", "phpstan": "phpstan" }, "config": { "allow-plugins": { "phpstan/extension-installer": true } } }