Add script 'get-openssl-version.sh'.
This commit is contained in:
24
snippets/dokuwiki-2023-04-04/vendor/splitbrain/slika/composer.json
vendored
Normal file
24
snippets/dokuwiki-2023-04-04/vendor/splitbrain/slika/composer.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "splitbrain/slika",
|
||||
"description": "Simple image resizing",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andreas Gohr",
|
||||
"email": "andi@splitbrain.org"
|
||||
}
|
||||
],
|
||||
"suggest": {
|
||||
"ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"splitbrain\\slika\\tests\\": "tests",
|
||||
"splitbrain\\slika\\": "src"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user