Upgrade to 3.9.3

This commit is contained in:
Bastian Allgeier
2023-03-30 15:17:37 +02:00
parent 20e971adb4
commit cd495f054e
47 changed files with 3386 additions and 2384 deletions

View File

@@ -3,9 +3,9 @@
"description": "A PHP class that makes working with images as simple as possible.",
"license": "MIT",
"require": {
"php": ">=5.6.0",
"php": ">=8.0",
"ext-gd": "*",
"league/color-extractor": "0.3.*"
"league/color-extractor": "0.4.*"
},
"authors": [
{
@@ -18,5 +18,9 @@
"psr-0": {
"claviska": "src/"
}
},
"require-dev": {
"laravel/pint": "^1.5",
"phpstan/phpstan": "^1.10"
}
}