Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-02-25 10:58:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-02-25 10:58:12 +0300
commit8a21fbbcbb6732807f2c2bdf7bca5decc62df1ae (patch)
tree8b52ea1bed3c60b3e8445b7b778df6c54b563779 /vendor-bin
parentf629d3a11b86f7e73d9d2f4ce4bc9794426e2875 (diff)
Only install packages compatible with PHP7.3
Regression of https://github.com/nextcloud/mail/pull/6059 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'vendor-bin')
-rw-r--r--vendor-bin/cs-fixer/composer.lock10
-rw-r--r--vendor-bin/mozart/composer.json6
-rw-r--r--vendor-bin/mozart/composer.lock17
-rw-r--r--vendor-bin/phpunit/composer.json6
-rw-r--r--vendor-bin/phpunit/composer.lock27
5 files changed, 42 insertions, 24 deletions
diff --git a/vendor-bin/cs-fixer/composer.lock b/vendor-bin/cs-fixer/composer.lock
index b62b9d0a9..cd651e223 100644
--- a/vendor-bin/cs-fixer/composer.lock
+++ b/vendor-bin/cs-fixer/composer.lock
@@ -152,16 +152,16 @@
},
{
"name": "composer/xdebug-handler",
- "version": "2.0.4",
+ "version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
- "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a"
+ "reference": "9e36aeed4616366d2b690bdce11f71e9178c579a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
- "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/9e36aeed4616366d2b690bdce11f71e9178c579a",
+ "reference": "9e36aeed4616366d2b690bdce11f71e9178c579a",
"shasum": ""
},
"require": {
@@ -209,7 +209,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-04T17:06:45+00:00"
+ "time": "2022-02-24T20:20:32+00:00"
},
{
"name": "doctrine/annotations",
diff --git a/vendor-bin/mozart/composer.json b/vendor-bin/mozart/composer.json
index f2b0a29c3..0404603a1 100644
--- a/vendor-bin/mozart/composer.json
+++ b/vendor-bin/mozart/composer.json
@@ -1,4 +1,10 @@
{
+ "config": {
+ "platform": {
+ "php": "7.3"
+ },
+ "sort-packages": true
+ },
"require": {
"coenjacobs/mozart": "^0.7.1"
}
diff --git a/vendor-bin/mozart/composer.lock b/vendor-bin/mozart/composer.lock
index b6507471f..e2c57da74 100644
--- a/vendor-bin/mozart/composer.lock
+++ b/vendor-bin/mozart/composer.lock
@@ -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": "374a2f74f2ed6737d95fee931106a5c6",
+ "content-hash": "158cf2d7db6ee13775ddf4330bafbee2",
"packages": [
{
"name": "coenjacobs/mozart",
@@ -204,20 +204,20 @@
},
{
"name": "psr/container",
- "version": "1.1.2",
+ "version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
"require": {
- "php": ">=7.4.0"
+ "php": ">=7.2.0"
},
"type": "library",
"autoload": {
@@ -244,7 +244,7 @@
"container-interop",
"psr"
],
- "time": "2021-11-05T16:50:12+00:00"
+ "time": "2021-03-05T17:36:06+00:00"
},
{
"name": "symfony/console",
@@ -1112,5 +1112,8 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
+ "platform-overrides": {
+ "php": "7.3"
+ },
"plugin-api-version": "1.1.0"
}
diff --git a/vendor-bin/phpunit/composer.json b/vendor-bin/phpunit/composer.json
index d95b805e8..9aa117e73 100644
--- a/vendor-bin/phpunit/composer.json
+++ b/vendor-bin/phpunit/composer.json
@@ -1,4 +1,10 @@
{
+ "config": {
+ "platform": {
+ "php": "7.3"
+ },
+ "sort-packages": true
+ },
"require-dev": {
"christophwurst/nextcloud_testing": "^0.12.4"
}
diff --git a/vendor-bin/phpunit/composer.lock b/vendor-bin/phpunit/composer.lock
index af0a4a7e4..ddd1e2517 100644
--- a/vendor-bin/phpunit/composer.lock
+++ b/vendor-bin/phpunit/composer.lock
@@ -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": "1b73c10d96a562539d21751bcd116d12",
+ "content-hash": "c233690f8f795e6bc659e8269c525c0e",
"packages": [],
"packages-dev": [
{
@@ -596,16 +596,16 @@
},
{
"name": "phpunit/php-code-coverage",
- "version": "9.2.11",
+ "version": "9.2.13",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "665a1ac0a763c51afc30d6d130dac0813092b17f"
+ "reference": "deac8540cb7bd40b2b8cfa679b76202834fd04e8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/665a1ac0a763c51afc30d6d130dac0813092b17f",
- "reference": "665a1ac0a763c51afc30d6d130dac0813092b17f",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/deac8540cb7bd40b2b8cfa679b76202834fd04e8",
+ "reference": "deac8540cb7bd40b2b8cfa679b76202834fd04e8",
"shasum": ""
},
"require": {
@@ -665,7 +665,7 @@
"type": "github"
}
],
- "time": "2022-02-18T12:46:09+00:00"
+ "time": "2022-02-23T17:02:38+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -894,16 +894,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.5.14",
+ "version": "9.5.16",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "1883687169c017d6ae37c58883ca3994cfc34189"
+ "reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1883687169c017d6ae37c58883ca3994cfc34189",
- "reference": "1883687169c017d6ae37c58883ca3994cfc34189",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5ff8c545a50226c569310a35f4fa89d79f1ddfdc",
+ "reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc",
"shasum": ""
},
"require": {
@@ -919,7 +919,7 @@
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpspec/prophecy": "^1.12.1",
- "phpunit/php-code-coverage": "^9.2.7",
+ "phpunit/php-code-coverage": "^9.2.13",
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
@@ -989,7 +989,7 @@
"type": "github"
}
],
- "time": "2022-02-18T12:54:07+00:00"
+ "time": "2022-02-23T17:10:58+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -2297,5 +2297,8 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
+ "platform-overrides": {
+ "php": "7.3"
+ },
"plugin-api-version": "1.1.0"
}