Downgrade packages for full compatible with joomla

This commit is contained in:
Artem Vasilev 2024-03-16 15:53:03 +03:00
parent 6f7610c782
commit bc5c75254f
2 changed files with 108 additions and 273 deletions

View File

@ -12,13 +12,16 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"require": { "require": {
"php": "^8.0", "php": "^7.2.5",
"ext-openssl": "*", "ext-openssl": "*",
"league/oauth2-server": "^8.5", "league/oauth2-server": "^8.4",
"lcobucci/jwt": "^4.3" "lcobucci/jwt": "^3.4.6"
}, },
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,
"platform": {
"php": "7.2.5"
},
"vendor-dir": "com_oauthserver/administrator/vendor" "vendor-dir": "com_oauthserver/administrator/vendor"
} }
} }

372
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": "eb5ee6f4e7c37eb8b194292ec78c1731", "content-hash": "b183f271b766b565d7485c78e2d49411",
"packages": [ "packages": [
{ {
"name": "defuse/php-encryption", "name": "defuse/php-encryption",
@ -73,108 +73,47 @@
}, },
"time": "2023-06-19T06:10:36+00:00" "time": "2023-06-19T06:10:36+00:00"
}, },
{
"name": "lcobucci/clock",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/clock.git",
"reference": "6f28b826ea01306b07980cb8320ab30b966cd715"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715",
"reference": "6f28b826ea01306b07980cb8320ab30b966cd715",
"shasum": ""
},
"require": {
"php": "~8.2.0 || ~8.3.0",
"psr/clock": "^1.0"
},
"provide": {
"psr/clock-implementation": "1.0"
},
"require-dev": {
"infection/infection": "^0.27",
"lcobucci/coding-standard": "^11.0.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.25",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.2.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
],
"description": "Yet another clock abstraction",
"support": {
"issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/3.2.0"
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2023-11-17T17:00:27+00:00"
},
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
"version": "4.3.0", "version": "3.4.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/lcobucci/jwt.git", "url": "https://github.com/lcobucci/jwt.git",
"reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4" "reference": "3ef8657a78278dfeae7707d51747251db4176240"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/4d7de2fe0d51a96418c0d04004986e410e87f6b4", "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240",
"reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4", "reference": "3ef8657a78278dfeae7707d51747251db4176240",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-sodium": "*", "php": "^5.6 || ^7.0"
"lcobucci/clock": "^2.0 || ^3.0",
"php": "^7.4 || ^8.0"
}, },
"require-dev": { "require-dev": {
"infection/infection": "^0.21", "mikey179/vfsstream": "~1.5",
"lcobucci/coding-standard": "^6.0", "phpmd/phpmd": "~2.2",
"mikey179/vfsstream": "^1.6.7", "phpunit/php-invoker": "~1.1",
"phpbench/phpbench": "^1.2", "phpunit/phpunit": "^5.7 || ^7.3",
"phpstan/extension-installer": "^1.0", "squizlabs/php_codesniffer": "~2.3"
"phpstan/phpstan": "^1.4", },
"phpstan/phpstan-deprecation-rules": "^1.0", "suggest": {
"phpstan/phpstan-phpunit": "^1.0", "lcobucci/clock": "*"
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/php-invoker": "^3.1",
"phpunit/phpunit": "^9.5"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": { "autoload": {
"files": [
"compat/class-aliases.php",
"compat/json-exception-polyfill.php",
"compat/lcobucci-clock-polyfill.php"
],
"psr-4": { "psr-4": {
"Lcobucci\\JWT\\": "src" "Lcobucci\\JWT\\": "src"
} }
@ -185,7 +124,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Luís Cobucci", "name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com", "email": "lcobucci@gmail.com",
"role": "Developer" "role": "Developer"
} }
@ -197,7 +136,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/lcobucci/jwt/issues", "issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/4.3.0" "source": "https://github.com/lcobucci/jwt/tree/3.4.6"
}, },
"funding": [ "funding": [
{ {
@ -209,7 +148,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2023-01-02T13:28:00+00:00" "time": "2021-09-28T19:18:28+00:00"
}, },
{ {
"name": "league/event", "name": "league/event",
@ -267,37 +206,37 @@
}, },
{ {
"name": "league/oauth2-server", "name": "league/oauth2-server",
"version": "8.5.4", "version": "8.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git", "url": "https://github.com/thephpleague/oauth2-server.git",
"reference": "ab7714d073844497fd222d5d0a217629089936bc" "reference": "007dc5f6c0151a73b133fec36c9686cc956209d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/ab7714d073844497fd222d5d0a217629089936bc", "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/007dc5f6c0151a73b133fec36c9686cc956209d3",
"reference": "ab7714d073844497fd222d5d0a217629089936bc", "reference": "007dc5f6c0151a73b133fec36c9686cc956209d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"defuse/php-encryption": "^2.3", "defuse/php-encryption": "^2.2.1",
"ext-json": "*",
"ext-openssl": "*", "ext-openssl": "*",
"lcobucci/clock": "^2.2 || ^3.0", "lcobucci/jwt": "^3.4.6 || ^4.0.4",
"lcobucci/jwt": "^4.3 || ^5.0",
"league/event": "^2.2", "league/event": "^2.2",
"league/uri": "^6.7 || ^7.0", "league/uri": "^6.4",
"php": "^8.0", "php": "^7.2 || ^8.0",
"psr/http-message": "^1.0.1 || ^2.0" "psr/http-message": "^1.0.1"
}, },
"replace": { "replace": {
"league/oauth2server": "*", "league/oauth2server": "*",
"lncd/oauth2": "*" "lncd/oauth2": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-diactoros": "^3.0.0", "laminas/laminas-diactoros": "^2.4.1",
"phpstan/phpstan": "^0.12.57", "phpstan/phpstan": "^0.12.57",
"phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-phpunit": "^0.12.16",
"phpunit/phpunit": "^9.6.6", "phpunit/phpunit": "^8.5.13",
"roave/security-advisories": "dev-master" "roave/security-advisories": "dev-master"
}, },
"type": "library", "type": "library",
@ -343,7 +282,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/oauth2-server/issues", "issues": "https://github.com/thephpleague/oauth2-server/issues",
"source": "https://github.com/thephpleague/oauth2-server/tree/8.5.4" "source": "https://github.com/thephpleague/oauth2-server/tree/8.4.2"
}, },
"funding": [ "funding": [
{ {
@ -351,48 +290,54 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-08-25T22:35:12+00:00" "time": "2023-08-02T22:54:39+00:00"
}, },
{ {
"name": "league/uri", "name": "league/uri",
"version": "7.4.0", "version": "6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri.git", "url": "https://github.com/thephpleague/uri.git",
"reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5" "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/bf414ba956d902f5d98bf9385fcf63954f09dce5", "url": "https://api.github.com/repos/thephpleague/uri/zipball/09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
"reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5", "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"league/uri-interfaces": "^7.3", "ext-json": "*",
"php": "^8.1" "league/uri-interfaces": "^2.1",
"php": ">=7.2",
"psr/http-message": "^1.0"
}, },
"conflict": { "conflict": {
"league/uri-schemes": "^1.0" "league/uri-schemes": "^1.0"
}, },
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0 || ^9.0",
"psr/http-factory": "^1.0"
},
"suggest": { "suggest": {
"ext-bcmath": "to improve IPV4 host parsing", "ext-fileinfo": "Needed to create Data URI from a filepath",
"ext-fileinfo": "to create Data URI from file contennts", "ext-intl": "Needed to improve host validation",
"ext-gmp": "to improve IPV4 host parsing", "league/uri-components": "Needed to easily manipulate URI objects",
"ext-intl": "to handle IDN host with the best performance", "psr/http-factory": "Needed to use the URI factory"
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
"league/uri-components": "Needed to easily manipulate URI objects components",
"php-64bit": "to improve IPV4 host parsing",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "7.x-dev" "dev-master": "6.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"League\\Uri\\": "" "League\\Uri\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -407,7 +352,7 @@
} }
], ],
"description": "URI manipulation library", "description": "URI manipulation library",
"homepage": "https://uri.thephpleague.com", "homepage": "http://uri.thephpleague.com",
"keywords": [ "keywords": [
"data-uri", "data-uri",
"file-uri", "file-uri",
@ -432,8 +377,8 @@
"support": { "support": {
"docs": "https://uri.thephpleague.com", "docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com", "forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues", "issues": "https://github.com/thephpleague/uri/issues",
"source": "https://github.com/thephpleague/uri/tree/7.4.0" "source": "https://github.com/thephpleague/uri/tree/6.4.0"
}, },
"funding": [ "funding": [
{ {
@ -441,44 +386,46 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-12-01T06:24:25+00:00" "time": "2020-11-22T14:29:11+00:00"
}, },
{ {
"name": "league/uri-interfaces", "name": "league/uri-interfaces",
"version": "7.4.0", "version": "2.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git", "url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3" "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/bd8c487ec236930f7bbc42b8d374fa882fbba0f3", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3", "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-filter": "*", "ext-json": "*",
"php": "^8.1", "php": "^7.2 || ^8.0"
"psr/http-factory": "^1", },
"psr/http-message": "^1.1 || ^2.0" "require-dev": {
"friendsofphp/php-cs-fixer": "^2.19",
"phpstan/phpstan": "^0.12.90",
"phpstan/phpstan-phpunit": "^0.12.19",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phpunit/phpunit": "^8.5.15 || ^9.5"
}, },
"suggest": { "suggest": {
"ext-bcmath": "to improve IPV4 host parsing", "ext-intl": "to use the IDNA feature",
"ext-gmp": "to improve IPV4 host parsing", "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
"ext-intl": "to handle IDN host with the best performance",
"php-64bit": "to improve IPV4 host parsing",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "7.x-dev" "dev-master": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"League\\Uri\\": "" "League\\Uri\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -492,32 +439,17 @@
"homepage": "https://nyamsprod.com" "homepage": "https://nyamsprod.com"
} }
], ],
"description": "Common interfaces and classes for URI representation and interaction", "description": "Common interface for URI representation",
"homepage": "https://uri.thephpleague.com", "homepage": "http://github.com/thephpleague/uri-interfaces",
"keywords": [ "keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986", "rfc3986",
"rfc3987", "rfc3987",
"rfc6570",
"uri", "uri",
"url", "url"
"ws"
], ],
"support": { "support": {
"docs": "https://uri.thephpleague.com", "issues": "https://github.com/thephpleague/uri-interfaces/issues",
"forum": "https://thephpleague.slack.com", "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
"issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.0"
}, },
"funding": [ "funding": [
{ {
@ -525,7 +457,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-11-24T15:40:42+00:00" "time": "2021-06-28T04:27:21+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -577,121 +509,18 @@
}, },
"time": "2020-10-15T08:29:30+00:00" "time": "2020-10-15T08:29:30+00:00"
}, },
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "e616d01114759c4c489f93b099585439f795fe35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
"reference": "e616d01114759c4c489f93b099585439f795fe35",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
},
"time": "2023-04-10T20:10:41+00:00"
},
{ {
"name": "psr/http-message", "name": "psr/http-message",
"version": "2.0", "version": "1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/http-message.git", "url": "https://github.com/php-fig/http-message.git",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -700,7 +529,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "1.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -715,7 +544,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "https://www.php-fig.org/" "homepage": "http://www.php-fig.org/"
} }
], ],
"description": "Common interface for HTTP messages", "description": "Common interface for HTTP messages",
@ -729,9 +558,9 @@
"response" "response"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/http-message/tree/2.0" "source": "https://github.com/php-fig/http-message/tree/1.1"
}, },
"time": "2023-04-04T09:54:51+00:00" "time": "2023-04-04T09:50:52+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@ -741,9 +570,12 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.0", "php": "^7.2.5",
"ext-openssl": "*" "ext-openssl": "*"
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": {
"php": "7.2.5"
},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"
} }