summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-03 12:01:47 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-03 12:13:02 +0200
commit7df112a9fd277819206c5567f9bac81be404bc01 (patch)
treedb16d1e64c8cb69677eef8af9fb6f8747a4f2885
parentc899801891a0be445bc6e6652c6e16973ba3d3ef (diff)
revert composer change
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--composer.lock149
1 files changed, 55 insertions, 94 deletions
diff --git a/composer.lock b/composer.lock
index 45fefca13..2573dff0e 100644
--- a/composer.lock
+++ b/composer.lock
@@ -123,16 +123,16 @@
},
{
"name": "debril/feed-io",
- "version": "v4.9.6",
+ "version": "v4.9.3",
"source": {
"type": "git",
"url": "https://github.com/alexdebril/feed-io.git",
- "reference": "810dfaae9fb89eb6df559b45ccf2db6c7e5a14f3"
+ "reference": "6f15c66b4087d41055f92bda9b499305e4ae97ca"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/alexdebril/feed-io/zipball/810dfaae9fb89eb6df559b45ccf2db6c7e5a14f3",
- "reference": "810dfaae9fb89eb6df559b45ccf2db6c7e5a14f3",
+ "url": "https://api.github.com/repos/alexdebril/feed-io/zipball/6f15c66b4087d41055f92bda9b499305e4ae97ca",
+ "reference": "6f15c66b4087d41055f92bda9b499305e4ae97ca",
"shasum": ""
},
"require": {
@@ -184,7 +184,7 @@
],
"support": {
"issues": "https://github.com/alexdebril/feed-io/issues",
- "source": "https://github.com/alexdebril/feed-io/tree/v4.9.6"
+ "source": "https://github.com/alexdebril/feed-io/tree/v4.9.3"
},
"funding": [
{
@@ -192,7 +192,7 @@
"type": "github"
}
],
- "time": "2021-04-20T20:30:38+00:00"
+ "time": "2021-03-12T21:57:53+00:00"
},
{
"name": "ezyang/htmlpurifier",
@@ -447,39 +447,40 @@
},
{
"name": "doctrine/cache",
- "version": "1.11.0",
+ "version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
- "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0"
+ "reference": "13e3381b25847283a91948d04640543941309727"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0",
- "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0",
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
+ "reference": "13e3381b25847283a91948d04640543941309727",
"shasum": ""
},
"require": {
"php": "~7.1 || ^8.0"
},
"conflict": {
- "doctrine/common": ">2.2,<2.4",
- "psr/cache": ">=3"
+ "doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
- "cache/integration-tests": "dev-master",
- "doctrine/coding-standard": "^8.0",
+ "doctrine/coding-standard": "^6.0",
"mongodb/mongodb": "^1.1",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
- "predis/predis": "~1.0",
- "psr/cache": "^1.0 || ^2.0",
- "symfony/cache": "^4.4 || ^5.2"
+ "phpunit/phpunit": "^7.0",
+ "predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.9.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
@@ -526,7 +527,7 @@
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
- "source": "https://github.com/doctrine/cache/tree/1.11.0"
+ "source": "https://github.com/doctrine/cache/tree/1.10.x"
},
"funding": [
{
@@ -542,39 +543,37 @@
"type": "tidelift"
}
],
- "time": "2021-04-13T14:46:17+00:00"
+ "time": "2020-07-07T18:54:01+00:00"
},
{
"name": "doctrine/dbal",
- "version": "3.1.0",
+ "version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "5ba62e7e40df119424866064faf2cef66cb5232a"
+ "reference": "ee6d1260d5cc20ec506455a585945d7bdb98662c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/5ba62e7e40df119424866064faf2cef66cb5232a",
- "reference": "5ba62e7e40df119424866064faf2cef66cb5232a",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/ee6d1260d5cc20ec506455a585945d7bdb98662c",
+ "reference": "ee6d1260d5cc20ec506455a585945d7bdb98662c",
"shasum": ""
},
"require": {
"composer/package-versions-deprecated": "^1.11.99",
"doctrine/cache": "^1.0",
- "doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0",
"php": "^7.3 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "8.2.0",
- "jetbrains/phpstorm-stubs": "2020.2",
- "phpstan/phpstan": "0.12.81",
+ "doctrine/coding-standard": "^8.1",
+ "jetbrains/phpstorm-stubs": "^2019.1",
+ "phpstan/phpstan": "^0.12.40",
"phpstan/phpstan-strict-rules": "^0.12.2",
- "phpunit/phpunit": "9.5.0",
- "psalm/plugin-phpunit": "0.13.0",
- "squizlabs/php_codesniffer": "3.6.0",
+ "phpunit/phpunit": "^9.4",
+ "psalm/plugin-phpunit": "^0.10.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
- "vimeo/psalm": "4.6.4"
+ "vimeo/psalm": "^3.17.2"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -583,6 +582,11 @@
"bin/doctrine-dbal"
],
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "src"
@@ -634,7 +638,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.1.0"
+ "source": "https://github.com/doctrine/dbal/tree/3.0.0"
},
"funding": [
{
@@ -650,50 +654,7 @@
"type": "tidelift"
}
],
- "time": "2021-04-19T17:51:23+00:00"
- },
- {
- "name": "doctrine/deprecations",
- "version": "v0.5.3",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/deprecations.git",
- "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
- "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
- "shasum": ""
- },
- "require": {
- "php": "^7.1|^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^6.0|^7.0|^8.0",
- "phpunit/phpunit": "^7.0|^8.0|^9.0",
- "psr/log": "^1.0"
- },
- "suggest": {
- "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
- "homepage": "https://www.doctrine-project.org/",
- "support": {
- "issues": "https://github.com/doctrine/deprecations/issues",
- "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
- },
- "time": "2021-03-21T12:59:47+00:00"
+ "time": "2020-11-15T18:20:41+00:00"
},
{
"name": "doctrine/event-manager",
@@ -1355,16 +1316,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.85",
+ "version": "0.12.83",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03"
+ "reference": "4a967cec6efb46b500dd6d768657336a3ffe699f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/20e6333c0067875ad7697cd8acdf245c6ef69d03",
- "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4a967cec6efb46b500dd6d768657336a3ffe699f",
+ "reference": "4a967cec6efb46b500dd6d768657336a3ffe699f",
"shasum": ""
},
"require": {
@@ -1395,7 +1356,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/0.12.85"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.83"
},
"funding": [
{
@@ -1411,7 +1372,7 @@
"type": "tidelift"
}
],
- "time": "2021-04-27T14:13:16+00:00"
+ "time": "2021-04-03T15:35:45+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@@ -1589,16 +1550,16 @@
},
{
"name": "phpunit/php-code-coverage",
- "version": "9.2.6",
+ "version": "9.2.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "f6293e1b30a2354e8428e004689671b83871edde"
+ "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde",
- "reference": "f6293e1b30a2354e8428e004689671b83871edde",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
+ "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
"shasum": ""
},
"require": {
@@ -1654,7 +1615,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
},
"funding": [
{
@@ -1662,7 +1623,7 @@
"type": "github"
}
],
- "time": "2021-03-28T07:26:59+00:00"
+ "time": "2020-11-28T06:44:49+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -2974,16 +2935,16 @@
},
{
"name": "squizlabs/php_codesniffer",
- "version": "3.6.0",
+ "version": "3.5.8",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
+ "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
- "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
+ "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
"shasum": ""
},
"require": {
@@ -3026,7 +2987,7 @@
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
- "time": "2021-04-09T00:54:41+00:00"
+ "time": "2020-10-23T02:01:07+00:00"
},
{
"name": "symfony/polyfill-ctype",