mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-31 07:47:28 +01:00
Update PHP dependencies
+--------------------------------------+--------+--------+-------------------------------------------------------------------------------+ | Production Changes | From | To | Compare | +--------------------------------------+--------+--------+-------------------------------------------------------------------------------+ | craue/config-bundle | 2.4.0 | 2.5.0 | https://github.com/craue/CraueConfigBundle/compare/2.4.0...2.5.0 | | http-interop/http-factory-guzzle | 1.1.1 | 1.2.0 | https://github.com/http-interop/http-factory-guzzle/compare/1.1.1...1.2.0 | | j0k3r/httplug-ssrf-plugin | v2.0.1 | v2.0.2 | https://github.com/j0k3r/httplug-ssrf-plugin/compare/v2.0.1...v2.0.2 | | laminas/laminas-code | 3.4.1 | 3.5.1 | https://github.com/laminas/laminas-code/compare/3.4.1...3.5.1 | | laminas/laminas-diactoros | 2.4.1 | 2.10.0 | https://github.com/laminas/laminas-diactoros/compare/2.4.1...2.10.0 | | laminas/laminas-eventmanager | 3.2.1 | 3.5.0 | https://github.com/laminas/laminas-eventmanager/compare/3.2.1...3.5.0 | | laminas/laminas-zendframework-bridge | 1.1.1 | 1.5.0 | https://github.com/laminas/laminas-zendframework-bridge/compare/1.1.1...1.5.0 | | ocramius/proxy-manager | 2.2.4 | 2.10.2 | https://github.com/Ocramius/ProxyManager/compare/2.2.4...2.10.2 | | php-http/httplug-bundle | 1.19.0 | 1.24.0 | https://github.com/php-http/HttplugBundle/compare/1.19.0...1.24.0 | | php-http/stopwatch-plugin | 1.3.0 | 1.4.1 | https://github.com/php-http/stopwatch-plugin/compare/1.3.0...1.4.1 | | psr/container | 1.1.1 | 1.1.2 | https://github.com/php-fig/container/compare/1.1.1...1.1.2 | | webimpress/safe-writer | NEW | 2.2.0 | | +--------------------------------------+--------+--------+-------------------------------------------------------------------------------+
This commit is contained in:
parent
1bd86e156e
commit
8e8f19720f
374
composer.lock
generated
374
composer.lock
generated
@ -399,43 +399,44 @@
|
||||
},
|
||||
{
|
||||
"name": "craue/config-bundle",
|
||||
"version": "2.4.0",
|
||||
"version": "2.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/craue/CraueConfigBundle.git",
|
||||
"reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
|
||||
"reference": "d350e161c86fc813cd5f09e4ff00508a3d4c0b92"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
|
||||
"reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
|
||||
"url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/d350e161c86fc813cd5f09e4ff00508a3d4c0b92",
|
||||
"reference": "d350e161c86fc813cd5f09e4ff00508a3d4c0b92",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/doctrine-bundle": "^1.5.1|~2.0",
|
||||
"php": "~7.0",
|
||||
"php": "^7.3|^8",
|
||||
"psr/simple-cache": "^1.0",
|
||||
"symfony/cache": "~3.4|~4.2|~5.0",
|
||||
"symfony/config": "~3.4|~4.2|~5.0",
|
||||
"symfony/dependency-injection": "~3.4|~4.2|~5.0",
|
||||
"symfony/form": "~3.4|~4.2|~5.0",
|
||||
"symfony/framework-bundle": "~3.4|~4.2|~5.0",
|
||||
"symfony/http-foundation": "~3.4|~4.2|~5.0",
|
||||
"symfony/http-kernel": "~3.4|~4.2|~5.0",
|
||||
"symfony/options-resolver": "~3.4|~4.2|~5.0",
|
||||
"symfony/validator": "~3.4|~4.2|~5.0"
|
||||
"symfony/cache": "~3.4|~4.4|~5.1",
|
||||
"symfony/config": "~3.4|~4.4|~5.1",
|
||||
"symfony/dependency-injection": "~3.4|~4.4|~5.1",
|
||||
"symfony/form": "~3.4|~4.4|~5.1",
|
||||
"symfony/framework-bundle": "~3.4|~4.4|~5.1",
|
||||
"symfony/http-foundation": "~3.4|~4.4|~5.1",
|
||||
"symfony/http-kernel": "~3.4|~4.4|~5.1",
|
||||
"symfony/options-resolver": "~3.4|~4.4|~5.1",
|
||||
"symfony/validator": "~3.4|~4.4|~5.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"craue/translations-tests": "^1.0",
|
||||
"doctrine/instantiator": "^1.0.5",
|
||||
"doctrine/orm": "^2.5.14",
|
||||
"phpunit/phpunit": "^6.5.13|^7.5.1",
|
||||
"symfony/phpunit-bridge": "~5.0",
|
||||
"symfony/symfony": "~3.4|~4.2|~5.0"
|
||||
"phpunit/phpunit": "^9.4",
|
||||
"symfony/phpunit-bridge": "~5.2",
|
||||
"symfony/symfony": "~3.4.23|~4.4|~5.1"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.4.x-dev"
|
||||
"dev-master": "2.5.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -468,9 +469,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/craue/CraueConfigBundle/issues",
|
||||
"source": "https://github.com/craue/CraueConfigBundle/tree/2.4.0"
|
||||
"source": "https://github.com/craue/CraueConfigBundle/tree/2.5.0"
|
||||
},
|
||||
"time": "2019-12-03T08:32:04+00:00"
|
||||
"time": "2020-12-17T09:04:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "defuse/php-encryption",
|
||||
@ -4253,20 +4254,21 @@
|
||||
},
|
||||
{
|
||||
"name": "http-interop/http-factory-guzzle",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/http-interop/http-factory-guzzle.git",
|
||||
"reference": "6e1efa1e020bf1c47cf0f13654e8ef9efb1463b3"
|
||||
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/6e1efa1e020bf1c47cf0f13654e8ef9efb1463b3",
|
||||
"reference": "6e1efa1e020bf1c47cf0f13654e8ef9efb1463b3",
|
||||
"url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
|
||||
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/psr7": "^1.4.2||^2.0",
|
||||
"guzzlehttp/psr7": "^1.7||^2.0",
|
||||
"php": ">=7.3",
|
||||
"psr/http-factory": "^1.0"
|
||||
},
|
||||
"provide": {
|
||||
@ -4274,7 +4276,10 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"http-interop/http-factory-tests": "^0.9",
|
||||
"phpunit/phpunit": "^8.5"
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"suggest": {
|
||||
"guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -4301,9 +4306,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/http-interop/http-factory-guzzle/issues",
|
||||
"source": "https://github.com/http-interop/http-factory-guzzle/tree/1.1.1"
|
||||
"source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
|
||||
},
|
||||
"time": "2021-07-23T15:14:50+00:00"
|
||||
"time": "2021-07-21T13:50:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "incenteev/composer-parameter-handler",
|
||||
@ -4491,20 +4496,20 @@
|
||||
},
|
||||
{
|
||||
"name": "j0k3r/httplug-ssrf-plugin",
|
||||
"version": "v2.0.1",
|
||||
"version": "v2.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
|
||||
"reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
|
||||
"reference": "b60e8068054bdb15fdf1e62cd314d941c62a3b72"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
|
||||
"reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
|
||||
"url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/b60e8068054bdb15fdf1e62cd314d941c62a3b72",
|
||||
"reference": "b60e8068054bdb15fdf1e62cd314d941c62a3b72",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"php": ">=7.2.9",
|
||||
"php-http/client-common": "^2.0",
|
||||
"php-http/discovery": "^1.5",
|
||||
"php-http/message": "^1.7",
|
||||
@ -4515,9 +4520,10 @@
|
||||
"guzzlehttp/psr7": "^1.0",
|
||||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"php-http/mock-client": "^1.0",
|
||||
"phpstan/phpstan": "^0.11",
|
||||
"phpstan/phpstan-phpunit": "^0.11",
|
||||
"symfony/phpunit-bridge": "~3.4.19|~4.0"
|
||||
"phpstan/extension-installer": "^1.0",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"phpstan/phpstan-phpunit": "^0.12",
|
||||
"symfony/phpunit-bridge": "~5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -4557,7 +4563,7 @@
|
||||
"issues": "https://github.com/j0k3r/httplug-ssrf-plugin/issues",
|
||||
"source": "https://github.com/j0k3r/httplug-ssrf-plugin/tree/master"
|
||||
},
|
||||
"time": "2020-01-06T13:44:13+00:00"
|
||||
"time": "2020-06-26T06:05:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "j0k3r/php-readability",
|
||||
@ -5254,48 +5260,41 @@
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-code",
|
||||
"version": "3.4.1",
|
||||
"version": "3.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-code.git",
|
||||
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
|
||||
"reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
|
||||
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
|
||||
"reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laminas/laminas-eventmanager": "^2.6 || ^3.0",
|
||||
"laminas/laminas-zendframework-bridge": "^1.0",
|
||||
"php": "^7.1"
|
||||
"laminas/laminas-eventmanager": "^3.3",
|
||||
"laminas/laminas-zendframework-bridge": "^1.1",
|
||||
"php": "^7.3 || ~8.0.0"
|
||||
},
|
||||
"conflict": {
|
||||
"phpspec/prophecy": "<1.9.0"
|
||||
},
|
||||
"replace": {
|
||||
"zendframework/zend-code": "self.version"
|
||||
"zendframework/zend-code": "^3.4.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/annotations": "^1.7",
|
||||
"doctrine/annotations": "^1.10.4",
|
||||
"ext-phar": "*",
|
||||
"laminas/laminas-coding-standard": "^1.0",
|
||||
"laminas/laminas-stdlib": "^2.7 || ^3.0",
|
||||
"phpunit/phpunit": "^7.5.16 || ^8.4"
|
||||
"laminas/laminas-coding-standard": "^1.0.0",
|
||||
"laminas/laminas-stdlib": "^3.3.0",
|
||||
"phpunit/phpunit": "^9.4.2"
|
||||
},
|
||||
"suggest": {
|
||||
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
||||
"laminas/laminas-stdlib": "Laminas\\Stdlib component"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.4.x-dev",
|
||||
"dev-develop": "3.5.x-dev",
|
||||
"dev-dev-4.0": "4.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Laminas\\Code\\": "src/"
|
||||
@ -5319,47 +5318,53 @@
|
||||
"rss": "https://github.com/laminas/laminas-code/releases.atom",
|
||||
"source": "https://github.com/laminas/laminas-code"
|
||||
},
|
||||
"time": "2019-12-31T16:28:24+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
||||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2020-11-30T20:16:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-diactoros",
|
||||
"version": "2.4.1",
|
||||
"version": "2.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-diactoros.git",
|
||||
"reference": "36ef09b73e884135d2059cc498c938e90821bb57"
|
||||
"reference": "a3f03b3c158a3a7014c6ba553b0cb83bf7da19c4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/36ef09b73e884135d2059cc498c938e90821bb57",
|
||||
"reference": "36ef09b73e884135d2059cc498c938e90821bb57",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/a3f03b3c158a3a7014c6ba553b0cb83bf7da19c4",
|
||||
"reference": "a3f03b3c158a3a7014c6ba553b0cb83bf7da19c4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laminas/laminas-zendframework-bridge": "^1.0",
|
||||
"php": "^7.1",
|
||||
"php": "^7.3 || ~8.0.0 || ~8.1.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"phpspec/prophecy": "<1.9.0"
|
||||
"phpspec/prophecy": "<1.9.0",
|
||||
"zendframework/zend-diactoros": "*"
|
||||
},
|
||||
"provide": {
|
||||
"psr/http-factory-implementation": "1.0",
|
||||
"psr/http-message-implementation": "1.0"
|
||||
},
|
||||
"replace": {
|
||||
"zendframework/zend-diactoros": "^2.2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-curl": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-gd": "*",
|
||||
"ext-libxml": "*",
|
||||
"http-interop/http-factory-tests": "^0.5.0",
|
||||
"http-interop/http-factory-tests": "^0.8.0",
|
||||
"laminas/laminas-coding-standard": "~1.0.0",
|
||||
"php-http/psr7-integration-tests": "^1.0",
|
||||
"phpunit/phpunit": "^7.5.18"
|
||||
"php-http/psr7-integration-tests": "^1.1",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.1",
|
||||
"psalm/plugin-phpunit": "^0.14.0",
|
||||
"vimeo/psalm": "^4.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -5418,47 +5423,42 @@
|
||||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-03T14:29:41+00:00"
|
||||
"time": "2022-05-04T15:16:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-eventmanager",
|
||||
"version": "3.2.1",
|
||||
"version": "3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-eventmanager.git",
|
||||
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
|
||||
"reference": "41f7209428f37cab9573365e361f4078209aaafa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
|
||||
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/41f7209428f37cab9573365e361f4078209aaafa",
|
||||
"reference": "41f7209428f37cab9573365e361f4078209aaafa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laminas/laminas-zendframework-bridge": "^1.0",
|
||||
"php": "^5.6 || ^7.0"
|
||||
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
||||
},
|
||||
"replace": {
|
||||
"zendframework/zend-eventmanager": "self.version"
|
||||
"conflict": {
|
||||
"container-interop/container-interop": "<1.2",
|
||||
"zendframework/zend-eventmanager": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"athletic/athletic": "^0.1",
|
||||
"container-interop/container-interop": "^1.1.0",
|
||||
"laminas/laminas-coding-standard": "~1.0.0",
|
||||
"laminas/laminas-stdlib": "^2.7.3 || ^3.0",
|
||||
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
|
||||
"laminas/laminas-coding-standard": "~2.2.1",
|
||||
"laminas/laminas-stdlib": "^3.6",
|
||||
"phpbench/phpbench": "^1.1",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5.5",
|
||||
"psr/container": "^1.1.2 || ^2.0.2"
|
||||
},
|
||||
"suggest": {
|
||||
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
|
||||
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
|
||||
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
|
||||
"psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.2-dev",
|
||||
"dev-develop": "3.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Laminas\\EventManager\\": "src/"
|
||||
@ -5484,28 +5484,36 @@
|
||||
"rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
|
||||
"source": "https://github.com/laminas/laminas-eventmanager"
|
||||
},
|
||||
"time": "2019-12-31T16:44:52+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
||||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2022-04-06T21:05:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-zendframework-bridge",
|
||||
"version": "1.1.1",
|
||||
"version": "1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
||||
"reference": "6ede70583e101030bcace4dcddd648f760ddf642"
|
||||
"reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
|
||||
"reference": "6ede70583e101030bcace4dcddd648f760ddf642",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/7f049390b756d34ba5940a8fb47634fbb51f79ab",
|
||||
"reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.6 || ^7.0 || ^8.0"
|
||||
"php": ">=7.4, <8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
"phpunit/phpunit": "^9.5.14",
|
||||
"psalm/plugin-phpunit": "^0.15.2",
|
||||
"squizlabs/php_codesniffer": "^3.6.2",
|
||||
"vimeo/psalm": "^4.21.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -5544,7 +5552,7 @@
|
||||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-14T14:23:00+00:00"
|
||||
"time": "2022-02-22T22:17:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "lcobucci/jwt",
|
||||
@ -6208,40 +6216,46 @@
|
||||
},
|
||||
{
|
||||
"name": "ocramius/proxy-manager",
|
||||
"version": "2.2.4",
|
||||
"version": "2.10.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Ocramius/ProxyManager.git",
|
||||
"reference": "2d7cd2a79cd3ade90c46211baae1b88d47683917"
|
||||
"reference": "13b37152a00a1237a45104c270eb750508bcfa87"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/2d7cd2a79cd3ade90c46211baae1b88d47683917",
|
||||
"reference": "2d7cd2a79cd3ade90c46211baae1b88d47683917",
|
||||
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/13b37152a00a1237a45104c270eb750508bcfa87",
|
||||
"reference": "13b37152a00a1237a45104c270eb750508bcfa87",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ocramius/package-versions": "^1.1.3",
|
||||
"php": "^7.2.0",
|
||||
"zendframework/zend-code": "^3.3.0"
|
||||
"composer-runtime-api": "^2.0.0",
|
||||
"laminas/laminas-code": "^3.4.1",
|
||||
"php": "~7.4.1",
|
||||
"webimpress/safe-writer": "^2.0.1"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/annotations": "<1.6.1",
|
||||
"laminas/laminas-stdlib": "<3.2.1",
|
||||
"zendframework/zend-stdlib": "<3.2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"couscous/couscous": "^1.6.1",
|
||||
"codelicia/xulieta": "^0.1.2",
|
||||
"doctrine/coding-standard": "^8.1.0",
|
||||
"ext-phar": "*",
|
||||
"humbug/humbug": "1.0.0-RC.0@RC",
|
||||
"nikic/php-parser": "^3.1.1",
|
||||
"padraic/phpunit-accelerator": "dev-master@DEV",
|
||||
"phpbench/phpbench": "^0.12.2",
|
||||
"phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
|
||||
"phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
|
||||
"phpunit/phpunit": "^6.4.3",
|
||||
"squizlabs/php_codesniffer": "^2.9.1"
|
||||
"infection/infection": "^0.16.4",
|
||||
"nikic/php-parser": "^4.6.0",
|
||||
"phpbench/phpbench": "^0.17.1",
|
||||
"phpunit/phpunit": "^9.2.5",
|
||||
"slevomat/coding-standard": "^6.3.10",
|
||||
"squizlabs/php_codesniffer": "^3.5.5",
|
||||
"vimeo/psalm": "^3.12.2"
|
||||
},
|
||||
"suggest": {
|
||||
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
|
||||
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
|
||||
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
|
||||
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
|
||||
"laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
|
||||
"laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
|
||||
"laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
|
||||
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -6250,8 +6264,8 @@
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"ProxyManager\\": "src"
|
||||
"psr-4": {
|
||||
"ProxyManager\\": "src/ProxyManager"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@ -6276,7 +6290,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Ocramius/ProxyManager/issues",
|
||||
"source": "https://github.com/Ocramius/ProxyManager/tree/2.2.4"
|
||||
"source": "https://github.com/Ocramius/ProxyManager/tree/2.10.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6288,7 +6302,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-03-05T18:15:28+00:00"
|
||||
"time": "2022-03-05T18:37:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pagerfanta/pagerfanta",
|
||||
@ -6937,20 +6951,20 @@
|
||||
},
|
||||
{
|
||||
"name": "php-http/httplug-bundle",
|
||||
"version": "1.19.0",
|
||||
"version": "1.24.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-http/HttplugBundle.git",
|
||||
"reference": "1e9a170992d49d01fda2ab18ac7bdd1bb502ab38"
|
||||
"reference": "63e55d74d58a46efab4415af5f3d013afbfdc0b8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/1e9a170992d49d01fda2ab18ac7bdd1bb502ab38",
|
||||
"reference": "1e9a170992d49d01fda2ab18ac7bdd1bb502ab38",
|
||||
"url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/63e55d74d58a46efab4415af5f3d013afbfdc0b8",
|
||||
"reference": "63e55d74d58a46efab4415af5f3d013afbfdc0b8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2",
|
||||
"php": "^7.3 || ^8.0",
|
||||
"php-http/client-common": "^1.9 || ^2.0",
|
||||
"php-http/client-implementation": "^1.0",
|
||||
"php-http/discovery": "^1.0",
|
||||
@ -6971,11 +6985,11 @@
|
||||
"php-http/guzzle6-adapter": "<1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"guzzlehttp/psr7": "^1.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
|
||||
"nyholm/nsa": "^1.1",
|
||||
"nyholm/psr7": "^1.2.1",
|
||||
"php-http/cache-plugin": "^1.7",
|
||||
"php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
|
||||
"php-http/mock-client": "^1.2",
|
||||
"php-http/promise": "^1.0",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
@ -6984,7 +6998,7 @@
|
||||
"symfony/dom-crawler": "^3.4.34 || ^4.2.12 || ^5.0",
|
||||
"symfony/framework-bundle": "^3.4.34 || ^4.2.12 || ^5.0",
|
||||
"symfony/http-foundation": "^3.4.35 || ~4.2.12 || ^4.3.8 || ^5.0",
|
||||
"symfony/phpunit-bridge": "^3.4.34 || ^4.2.12 || ^5.0",
|
||||
"symfony/phpunit-bridge": "^5.3",
|
||||
"symfony/stopwatch": "^3.4.34 || ^4.2.12 || ^5.0",
|
||||
"symfony/twig-bundle": "^3.4.34 || ^4.2.12 || ^5.0",
|
||||
"symfony/web-profiler-bundle": "^3.4.34 || ^4.2.12 || ^5.0",
|
||||
@ -7037,9 +7051,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/php-http/HttplugBundle/issues",
|
||||
"source": "https://github.com/php-http/HttplugBundle/tree/1.19.0"
|
||||
"source": "https://github.com/php-http/HttplugBundle/tree/1.24.0"
|
||||
},
|
||||
"time": "2020-10-21T06:56:07+00:00"
|
||||
"time": "2021-10-23T11:16:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-http/logger-plugin",
|
||||
@ -7287,25 +7301,26 @@
|
||||
},
|
||||
{
|
||||
"name": "php-http/stopwatch-plugin",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-http/stopwatch-plugin.git",
|
||||
"reference": "de6f39c96f57c60a43d535e27122de505e683f98"
|
||||
"reference": "c59497f170d95c95decb69fd378d3c6f19f1cca1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
|
||||
"reference": "de6f39c96f57c60a43d535e27122de505e683f98",
|
||||
"url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/c59497f170d95c95decb69fd378d3c6f19f1cca1",
|
||||
"reference": "c59497f170d95c95decb69fd378d3c6f19f1cca1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"php": "^7.3 || ^8.0",
|
||||
"php-http/client-common": "^1.9 || ^2.0",
|
||||
"symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
|
||||
"symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
|
||||
"guzzlehttp/psr7": "^2.1",
|
||||
"symfony/phpunit-bridge": "^5.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -7338,9 +7353,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/php-http/stopwatch-plugin/issues",
|
||||
"source": "https://github.com/php-http/stopwatch-plugin/tree/1.3.0"
|
||||
"source": "https://github.com/php-http/stopwatch-plugin/tree/1.4.1"
|
||||
},
|
||||
"time": "2019-11-18T08:10:48+00:00"
|
||||
"time": "2022-01-14T16:27:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib",
|
||||
@ -7812,20 +7827,20 @@
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/container.git",
|
||||
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
||||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
||||
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
||||
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
||||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.0"
|
||||
"php": ">=7.4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -7854,9 +7869,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/php-fig/container/issues",
|
||||
"source": "https://github.com/php-fig/container/tree/1.1.1"
|
||||
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
||||
},
|
||||
"time": "2021-03-05T17:36:06+00:00"
|
||||
"time": "2021-11-05T16:50:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-client",
|
||||
@ -11430,6 +11445,65 @@
|
||||
},
|
||||
"time": "2022-03-21T19:27:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webimpress/safe-writer",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/webimpress/safe-writer.git",
|
||||
"reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
|
||||
"reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.3 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5.4",
|
||||
"vimeo/psalm": "^4.7",
|
||||
"webimpress/coding-standard": "^1.2.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.2.x-dev",
|
||||
"dev-develop": "2.3.x-dev",
|
||||
"dev-release-1.0": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Webimpress\\SafeWriter\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-2-Clause"
|
||||
],
|
||||
"description": "Tool to write files safely, to avoid race conditions",
|
||||
"keywords": [
|
||||
"concurrent write",
|
||||
"file writer",
|
||||
"race condition",
|
||||
"safe writer",
|
||||
"webimpress"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/webimpress/safe-writer/issues",
|
||||
"source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/michalbundyra",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2021-04-19T16:34:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "willdurand/hateoas",
|
||||
"version": "3.8.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user