/var/www/flurhymez/vendor/spatie/image
NameSizeModeActions
.github/-0755rm
src/-0755rm
.php_cs11970644editdlrm
CHANGELOG.md24400644editdlrm
composer.json12170644editdlrm
LICENSE.md10900644editdlrm
psalm.xml4440644editdlrm
README.md36140644editdlrm
Edit: /var/www/flurhymez/vendor/spatie/image/composer.json (1217B)
{ "name": "spatie/image", "description": "Manipulate images with an expressive API", "keywords": [ "spatie", "image" ], "homepage": "https://github.com/spatie/image", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "php": "^7.2|^8.0", "ext-exif": "*", "ext-mbstring": "*", "ext-json": "*", "league/glide": "^1.6", "spatie/image-optimizer": "^1.1", "spatie/temporary-directory": "^1.0|^2.0", "symfony/process": "^3.0|^4.0|^5.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0", "symfony/var-dumper": "^4.0|^5.0", "vimeo/psalm": "^4.6" }, "autoload": { "psr-4": { "Spatie\\Image\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\Image\\Test\\": "tests" } }, "scripts": { "psalm": "vendor/bin/psalm", "test": "vendor/bin/phpunit" }, "config": { "sort-packages": true } }