mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Bump php dependencies
Lock all dependencies at "php": "8.0.2" was the minimum PHP version that is possible to run "composer update" using PHP8.2 and don't break the composer Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
3c34529c81
commit
ff5c475cae
5 changed files with 58 additions and 68 deletions
|
|
@ -27,7 +27,7 @@
|
|||
"bamarni/composer-bin-plugin": true
|
||||
},
|
||||
"platform": {
|
||||
"php": "8.0.30"
|
||||
"php": "8.0.2"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
47
composer.lock
generated
47
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "1803ed8e6903087444b1acb6f350fab6",
|
||||
"content-hash": "9a4964d68f929a2d16fe32025a170fc5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
|
|
@ -1716,12 +1716,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "a74e96645848edc4c29ed65629543ecec4cfaea1"
|
||||
"reference": "fa7ed9794598fa62f13cc4a6c4cafd25af4b6c3e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/a74e96645848edc4c29ed65629543ecec4cfaea1",
|
||||
"reference": "a74e96645848edc4c29ed65629543ecec4cfaea1",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/fa7ed9794598fa62f13cc4a6c4cafd25af4b6c3e",
|
||||
"reference": "fa7ed9794598fa62f13cc4a6c4cafd25af4b6c3e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -1753,7 +1753,7 @@
|
|||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
||||
},
|
||||
"time": "2023-10-20T00:31:29+00:00"
|
||||
"time": "2023-10-24T00:31:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/clock",
|
||||
|
|
@ -1909,12 +1909,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "efd339340c840237fad050f3ea6fd8bbbbfc7ed6"
|
||||
"reference": "66671a636e514920046c1028f8c837c1d5a54873"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/efd339340c840237fad050f3ea6fd8bbbbfc7ed6",
|
||||
"reference": "efd339340c840237fad050f3ea6fd8bbbbfc7ed6",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/66671a636e514920046c1028f8c837c1d5a54873",
|
||||
"reference": "66671a636e514920046c1028f8c837c1d5a54873",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -1951,6 +1951,7 @@
|
|||
"azuracast/azuracast": "<0.18.3",
|
||||
"backdrop/backdrop": "<1.24.2",
|
||||
"backpack/crud": "<3.4.9",
|
||||
"bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
|
||||
"badaso/core": "<2.7",
|
||||
"bagisto/bagisto": "<0.1.5",
|
||||
"barrelstrength/sprout-base-email": "<1.2.7",
|
||||
|
|
@ -2016,14 +2017,14 @@
|
|||
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
|
||||
"desperado/xml-bundle": "<=0.1.7",
|
||||
"directmailteam/direct-mail": "<5.2.4",
|
||||
"doctrine/annotations": ">=1,<1.2.7",
|
||||
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
||||
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
|
||||
"doctrine/annotations": "<1.2.7",
|
||||
"doctrine/cache": "<1.3.2|>=1.4,<1.4.2",
|
||||
"doctrine/common": "<2.4.3|>=2.5,<2.5.1",
|
||||
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
|
||||
"doctrine/doctrine-bundle": "<1.5.2",
|
||||
"doctrine/doctrine-module": "<=0.7.1",
|
||||
"doctrine/mongodb-odm": ">=1,<1.0.2",
|
||||
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
|
||||
"doctrine/mongodb-odm": "<1.0.2",
|
||||
"doctrine/mongodb-odm-bundle": "<3.0.1",
|
||||
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
|
||||
"dolibarr/dolibarr": "<18",
|
||||
"dompdf/dompdf": "<2.0.2|==2.0.2",
|
||||
|
|
@ -2039,6 +2040,7 @@
|
|||
"enshrined/svg-sanitize": "<0.15",
|
||||
"erusev/parsedown": "<1.7.2",
|
||||
"ether/logs": "<3.0.4",
|
||||
"evolutioncms/evolution": "<=3.2.3",
|
||||
"exceedone/exment": "<4.4.3|>=5,<5.0.3",
|
||||
"exceedone/laravel-admin": "<2.2.3|==3",
|
||||
"ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
|
||||
|
|
@ -2054,7 +2056,7 @@
|
|||
"ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev",
|
||||
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
||||
"ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.30",
|
||||
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
|
||||
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.06,<=2019.03.5.1",
|
||||
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
|
||||
"ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
|
||||
"ezyang/htmlpurifier": "<4.1.1",
|
||||
|
|
@ -2192,7 +2194,7 @@
|
|||
"magento/magento1ee": ">=1,<1.14.4.3-dev",
|
||||
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2.0-patch2",
|
||||
"maikuolan/phpmussel": ">=1,<1.6",
|
||||
"mantisbt/mantisbt": "<=2.25.5",
|
||||
"mantisbt/mantisbt": "<=2.25.7",
|
||||
"marcwillmann/turn": "<0.3.3",
|
||||
"matyhtf/framework": "<3.0.6",
|
||||
"mautic/core": "<4.3",
|
||||
|
|
@ -2212,6 +2214,7 @@
|
|||
"mongodb/mongodb": ">=1,<1.9.2",
|
||||
"monolog/monolog": ">=1.8,<1.12",
|
||||
"moodle/moodle": "<4.2.0.0-RC2-dev|==4.2",
|
||||
"mos/cimage": "<0.7.19",
|
||||
"movim/moxl": ">=0.8,<=0.10",
|
||||
"mpdf/mpdf": "<=7.1.7",
|
||||
"mustache/mustache": ">=2,<2.14.1",
|
||||
|
|
@ -2227,6 +2230,7 @@
|
|||
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
|
||||
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
|
||||
"nilsteampassnet/teampass": "<3.0.10",
|
||||
"nonfiction/nterchange": "<4.1.1",
|
||||
"notrinos/notrinos-erp": "<=0.7",
|
||||
"noumo/easyii": "<=0.9",
|
||||
"nukeviet/nukeviet": "<4.5.02",
|
||||
|
|
@ -2238,6 +2242,7 @@
|
|||
"october/october": "<=3.4.4",
|
||||
"october/rain": "<1.0.472|>=1.1,<1.1.2",
|
||||
"october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66",
|
||||
"omeka/omeka-s": "<4.0.3",
|
||||
"onelogin/php-saml": "<2.10.4",
|
||||
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
|
||||
"open-web-analytics/open-web-analytics": "<1.7.4",
|
||||
|
|
@ -2344,7 +2349,7 @@
|
|||
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
|
||||
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
||||
"silverstripe/framework": "<4.13.14|>=5,<5.0.13",
|
||||
"silverstripe/graphql": "<3.5.2|>=4.0.0.0-alpha1,<4.0.0.0-alpha2|>=4.1.1,<4.1.2|>=4.2.2,<4.2.3",
|
||||
"silverstripe/graphql": "<3.8.2|>=4,<4.1.3|>=4.2,<4.2.5|>=4.3,<4.3.4|>=5,<5.0.3",
|
||||
"silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
|
||||
"silverstripe/recipe-cms": ">=4.5,<4.5.3",
|
||||
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
||||
|
|
@ -2437,7 +2442,7 @@
|
|||
"thinkcmf/thinkcmf": "<=5.1.7",
|
||||
"thorsten/phpmyfaq": "<3.2.0.0-beta2",
|
||||
"tikiwiki/tiki-manager": "<=17.1",
|
||||
"tinymce/tinymce": "<5.10.7|>=6,<6.3.1",
|
||||
"tinymce/tinymce": "<5.10.8|>=6,<6.7.1",
|
||||
"tinymighty/wiki-seo": "<1.2.2",
|
||||
"titon/framework": "<9.9.99",
|
||||
"tobiasbg/tablepress": "<=2.0.0.0-RC1",
|
||||
|
|
@ -2510,7 +2515,7 @@
|
|||
"yourls/yourls": "<=1.8.2",
|
||||
"zencart/zencart": "<=1.5.7.0-beta",
|
||||
"zendesk/zendesk_api_client_php": "<2.2.11",
|
||||
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
|
||||
"zendframework/zend-cache": "<2.4.8|>=2.5,<2.5.3",
|
||||
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
|
||||
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
|
||||
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
|
||||
|
|
@ -2542,7 +2547,7 @@
|
|||
"zenstruck/collection": "<0.2.1",
|
||||
"zetacomponents/mail": "<1.8.2",
|
||||
"zf-commons/zfc-user": "<1.2.2",
|
||||
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
|
||||
"zfcampus/zf-apigility-doctrine": "<1.0.3",
|
||||
"zfr/zfr-oauth2-server-module": "<0.1.2",
|
||||
"zoujingli/thinkadmin": "<6.0.22"
|
||||
},
|
||||
|
|
@ -2582,7 +2587,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-10-11T21:04:21+00:00"
|
||||
"time": "2023-10-24T03:04:20+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
|
@ -2597,7 +2602,7 @@
|
|||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"platform-overrides": {
|
||||
"php": "8.0.30"
|
||||
"php": "8.0.2"
|
||||
},
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"php-http/discovery": true
|
||||
},
|
||||
"platform": {
|
||||
"php": "8.0.30"
|
||||
"php": "8.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"phpunit/phpunit": "9.5.28",
|
||||
"donatj/mock-webserver": "^2.5",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"byjg/swagger-test": "^3.1",
|
||||
"byjg/swagger-test": "dev-master",
|
||||
"guzzlehttp/psr7": "^2.4",
|
||||
"symfony/yaml": "^5.4"
|
||||
},
|
||||
|
|
|
|||
73
vendor-bin/phpunit/composer.lock
generated
73
vendor-bin/phpunit/composer.lock
generated
|
|
@ -4,32 +4,33 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "b6ae53ebec1a99a0b5ef61eb940c8f3d",
|
||||
"content-hash": "b601cc790392e01304eaa4864f63104c",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "byjg/swagger-test",
|
||||
"version": "3.1.4",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/byjg/php-swagger-test.git",
|
||||
"reference": "57c86fc32d8e71096231c7dc9522f6d8a2117bc4"
|
||||
"reference": "4ec04d066c93d7e27c4ef9bc01d3ee794206ca52"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/byjg/php-swagger-test/zipball/57c86fc32d8e71096231c7dc9522f6d8a2117bc4",
|
||||
"reference": "57c86fc32d8e71096231c7dc9522f6d8a2117bc4",
|
||||
"url": "https://api.github.com/repos/byjg/php-swagger-test/zipball/4ec04d066c93d7e27c4ef9bc01d3ee794206ca52",
|
||||
"reference": "4ec04d066c93d7e27c4ef9bc01d3ee794206ca52",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"byjg/webrequest": "^2.0.2",
|
||||
"byjg/webrequest": "4.9.*",
|
||||
"ext-json": "*",
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"byjg/restserver": "4.0.*",
|
||||
"phpunit/phpunit": "^5.7|^7.4"
|
||||
"byjg/restserver": "4.9.*",
|
||||
"phpunit/phpunit": "5.7.*|7.4.*|^9.5"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
@ -40,31 +41,25 @@
|
|||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "João Gilberto Magalhães",
|
||||
"email": "joao@byjg.com.br"
|
||||
}
|
||||
],
|
||||
"description": "A set of tools for testing your REST calls based on the Swagger or OpenAPI documentation using PHPUnit",
|
||||
"support": {
|
||||
"issues": "https://github.com/byjg/php-swagger-test/issues",
|
||||
"source": "https://github.com/byjg/php-swagger-test/tree/3.1.4"
|
||||
"source": "https://github.com/byjg/php-swagger-test/tree/master"
|
||||
},
|
||||
"time": "2021-10-05T14:09:39+00:00"
|
||||
"time": "2023-10-11T14:58:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "byjg/uri",
|
||||
"version": "2.1.3",
|
||||
"version": "4.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/byjg/uri.git",
|
||||
"reference": "2e5a2e4359c783dca98802f2b2fd61104233ade1"
|
||||
"reference": "c1467fd5ed953c760cb54d2475ce9bc743d73948"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/byjg/uri/zipball/2e5a2e4359c783dca98802f2b2fd61104233ade1",
|
||||
"reference": "2e5a2e4359c783dca98802f2b2fd61104233ade1",
|
||||
"url": "https://api.github.com/repos/byjg/uri/zipball/c1467fd5ed953c760cb54d2475ce9bc743d73948",
|
||||
"reference": "c1467fd5ed953c760cb54d2475ce9bc743d73948",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -84,42 +79,36 @@
|
|||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "João Gilberto Magalhães",
|
||||
"email": "joao@byjg.com.br"
|
||||
}
|
||||
],
|
||||
"description": "An implementation of PSR UriInterface ",
|
||||
"support": {
|
||||
"issues": "https://github.com/byjg/uri/issues",
|
||||
"source": "https://github.com/byjg/uri/tree/2.1.3"
|
||||
"source": "https://github.com/byjg/uri/tree/4.9.0"
|
||||
},
|
||||
"time": "2022-04-27T20:12:24+00:00"
|
||||
"time": "2022-06-15T13:17:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "byjg/webrequest",
|
||||
"version": "2.0.4",
|
||||
"version": "4.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/byjg/webrequest.git",
|
||||
"reference": "ce441deca57893b3a32edfbb2d21e14a90f6e131"
|
||||
"reference": "7a600a320f41a307294e856b20da78febd933ef7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/byjg/webrequest/zipball/ce441deca57893b3a32edfbb2d21e14a90f6e131",
|
||||
"reference": "ce441deca57893b3a32edfbb2d21e14a90f6e131",
|
||||
"url": "https://api.github.com/repos/byjg/webrequest/zipball/7a600a320f41a307294e856b20da78febd933ef7",
|
||||
"reference": "7a600a320f41a307294e856b20da78febd933ef7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"byjg/uri": "2.1.*",
|
||||
"byjg/uri": "4.9.*",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"php": ">=5.5",
|
||||
"php": ">=7.3",
|
||||
"psr/http-message": "1.0.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "5.7.*|7.4.*|^9.5"
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
|
@ -131,18 +120,12 @@
|
|||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "João Gilberto Magalhães",
|
||||
"email": "joao@byjg.com.br"
|
||||
}
|
||||
],
|
||||
"description": "A lightweight and highly customized CURL wrapper for making RESt calls and a wrapper for call dynamically SOAP requests.",
|
||||
"support": {
|
||||
"issues": "https://github.com/byjg/webrequest/issues",
|
||||
"source": "https://github.com/byjg/webrequest/tree/2.0.4"
|
||||
"source": "https://github.com/byjg/webrequest/tree/4.9.0"
|
||||
},
|
||||
"time": "2022-06-10T05:06:21+00:00"
|
||||
"time": "2023-05-21T20:42:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
|
|
@ -2484,7 +2467,9 @@
|
|||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"byjg/swagger-test": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue