You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
530 B
26 lines
530 B
{
|
|
"name": "claviska/simpleimage",
|
|
"description": "A PHP class that makes working with images as simple as possible.",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-gd": "*",
|
|
"league/color-extractor": "0.4.*"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Cory LaViska",
|
|
"homepage": "http://www.abeautifulsite.net/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"claviska": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"laravel/pint": "^1.5",
|
|
"phpstan/phpstan": "^1.10"
|
|
}
|
|
}
|
|
|