exec-libvips-php/composer.json

18 lines
340 B
JSON
Raw Normal View History

2023-06-15 02:58:02 +02:00
{
"name": "sergio/exec_libvips_php",
"type": "library",
"license": "proprietary",
"autoload": {
"psr-4": {
"Sergio\\ExecLibvipsPhp\\": "src/"
}
},
"authors": [
{
"name": "Sergiotarxz",
"email": "sergiotarxz@posteo.net"
}
],
"require": {}
}