Add script 'get-openssl-version.sh'.
This commit is contained in:
27
snippets/dokuwiki-2023-04-04/vendor/kissifrot/php-ixr/composer.json
vendored
Normal file
27
snippets/dokuwiki-2023-04-04/vendor/kissifrot/php-ixr/composer.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "kissifrot/php-ixr",
|
||||
"type": "library",
|
||||
"description": "Incutio XML-RPC library (IXR)",
|
||||
"keywords": ["xmlrpc","xlm-rpc", "remote procedure call", "rpc"],
|
||||
"homepage": "http://scripts.incutio.com/xmlrpc/",
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Incutio Ltd 2010 - Simon Willison",
|
||||
"homepage": "http://scripts.incutio.com/xmlrpc/"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"ext-xml": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"IXR\\tests\\": "tests/",
|
||||
"IXR\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user