Switch to main branch of fxmlrpc.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-05-23 04:57:24 -05:00
parent 8a56d8350e
commit 89410971b4
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 19 additions and 25 deletions

View File

@ -40,7 +40,7 @@
"league/flysystem-aws-s3-v3": "^2.0", "league/flysystem-aws-s3-v3": "^2.0",
"league/mime-type-detection": "^1.7", "league/mime-type-detection": "^1.7",
"league/plates": "^3.1", "league/plates": "^3.1",
"lstrojny/fxmlrpc": "dev-php8 as 0.13", "lstrojny/fxmlrpc": "dev-master",
"matomo/device-detector": "^4.0", "matomo/device-detector": "^4.0",
"mezzio/mezzio-session": "^1.3", "mezzio/mezzio-session": "^1.3",
"mezzio/mezzio-session-cache": "^1.4", "mezzio/mezzio-session-cache": "^1.4",
@ -79,12 +79,6 @@
"wikimedia/composer-merge-plugin": "dev-master", "wikimedia/composer-merge-plugin": "dev-master",
"zircote/swagger-php": "^3" "zircote/swagger-php": "^3"
}, },
"repositories": [
{
"type": "git",
"url": "https://github.com/VincentLanglet/fxmlrpc.git"
}
],
"require-dev": { "require-dev": {
"codeception/codeception": "^4.0", "codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.1", "codeception/module-asserts": "^1.1",

36
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "44513940d9a78bde92dbe68aa71ae68b", "content-hash": "05e4ea9b6e9a99c125005d4925875957",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
@ -3494,11 +3494,17 @@
}, },
{ {
"name": "lstrojny/fxmlrpc", "name": "lstrojny/fxmlrpc",
"version": "dev-php8", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/VincentLanglet/fxmlrpc.git", "url": "https://github.com/lstrojny/fxmlrpc.git",
"reference": "8f053ee53d27da796adff3e1ca929f48e7171c1f" "reference": "c84c39583db75bf639155c20e7d5704e1d47596b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lstrojny/fxmlrpc/zipball/c84c39583db75bf639155c20e7d5704e1d47596b",
"reference": "c84c39583db75bf639155c20e7d5704e1d47596b",
"shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0", "php": "^7.2 || ^8.0",
@ -3529,6 +3535,7 @@
"zendframework/zend-log": "To use ZF2 Zend\\Log\\Logger as a logger", "zendframework/zend-log": "To use ZF2 Zend\\Log\\Logger as a logger",
"zendframework/zendframework1": "To use ZF1 Log" "zendframework/zendframework1": "To use ZF1 Log"
}, },
"default-branch": true,
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -3540,11 +3547,7 @@
"fXmlRpc\\": "src/fXmlRpc" "fXmlRpc\\": "src/fXmlRpc"
} }
}, },
"autoload-dev": { "notification-url": "https://packagist.org/downloads/",
"psr-4": {
"fXmlRpc\\": "tests/fXmlRpc"
}
},
"license": [ "license": [
"MIT" "MIT"
], ],
@ -3563,7 +3566,11 @@
"xml", "xml",
"xmlrpc" "xmlrpc"
], ],
"time": "2020-12-17T18:20:51+00:00" "support": {
"issues": "https://github.com/lstrojny/fxmlrpc/issues",
"source": "https://github.com/lstrojny/fxmlrpc/tree/master"
},
"time": "2021-05-21T15:11:33+00:00"
}, },
{ {
"name": "matomo/device-detector", "name": "matomo/device-detector",
@ -12948,14 +12955,7 @@
"time": "2021-03-09T10:59:23+00:00" "time": "2021-03-09T10:59:23+00:00"
} }
], ],
"aliases": [ "aliases": [],
{
"package": "lstrojny/fxmlrpc",
"version": "dev-php8",
"alias": "0.13",
"alias_normalized": "0.13.0.0"
}
],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": {
"azuracast/azuraforms": 20, "azuracast/azuraforms": 20,