test_lgq/niucloud/vendor/kosinix/grafika/composer.json
2024-01-24 17:36:08 +08:00

25 lines
527 B
JSON

{
"name": "kosinix/grafika",
"description": "An image manipulation library for PHP.",
"keywords": ["grafika"],
"homepage": "http://kosinix.github.io/grafika",
"type": "library",
"license": [
"MIT",
"GPL-2.0+"
],
"authors": [
{
"name": "Nico Amarilla",
"homepage": "https://www.kosinix.com"
}
],
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-4": {
"Grafika\\": "src/Grafika"
}
}
}