Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
spatie
/
color
/
Editing: composer.json
{ "name": "spatie/color", "description": "A little library to handle color conversions", "keywords": [ "spatie", "color", "conversion", "rgb" ], "homepage": "https://github.com/spatie/color", "license": "MIT", "authors": [ { "name": "Sebastian De Deyne", "email": "sebastian@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "php" : "^7.3|^8.0" }, "require-dev": { "pestphp/pest": "^1.22", "phpunit/phpunit": "^6.5||^9.0" }, "autoload": { "psr-4": { "Spatie\\Color\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\Color\\Test\\": "tests" } }, "scripts": { "test": "vendor/bin/pest" }, "config": { "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true } } }
Save
Cancel