2022-05-16 01:22:47 +00:00
|
|
|
{
|
|
|
|
"name": "mcnd/imagine",
|
|
|
|
"description": "A simple image processor using GD extension.",
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
|
|
|
"email": "mcndave@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2023-02-01 18:26:37 +00:00
|
|
|
"php": "^7.4|^8.x",
|
2022-05-16 01:22:47 +00:00
|
|
|
"ext-gd": "*"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Imagine\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|