Skip to content

Commit 3360ced

Browse files
author
orocrmdeployer
committed
Merge remote-tracking branch 'remotes/dev/master'
2 parents 5f8129b + 203c897 commit 3360ced

File tree

1 file changed

+75
-17
lines changed

1 file changed

+75
-17
lines changed

Diff for: dev.lock

+75-17
Original file line numberDiff line numberDiff line change
@@ -804,18 +804,62 @@
804804
"abandoned": "psr/container",
805805
"time": "2017-02-14T19:40:03+00:00"
806806
},
807+
{
808+
"name": "cweagans/composer-patches",
809+
"version": "1.6.7",
810+
"source": {
811+
"type": "git",
812+
"url": "https://github.com/cweagans/composer-patches.git",
813+
"reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
814+
},
815+
"dist": {
816+
"type": "zip",
817+
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
818+
"reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
819+
"shasum": ""
820+
},
821+
"require": {
822+
"composer-plugin-api": "^1.0",
823+
"php": ">=5.3.0"
824+
},
825+
"require-dev": {
826+
"composer/composer": "~1.0",
827+
"phpunit/phpunit": "~4.6"
828+
},
829+
"type": "composer-plugin",
830+
"extra": {
831+
"class": "cweagans\\Composer\\Patches"
832+
},
833+
"autoload": {
834+
"psr-4": {
835+
"cweagans\\Composer\\": "src"
836+
}
837+
},
838+
"notification-url": "https://packagist.org/downloads/",
839+
"license": [
840+
"BSD-3-Clause"
841+
],
842+
"authors": [
843+
{
844+
"name": "Cameron Eagans",
845+
"email": "[email protected]"
846+
}
847+
],
848+
"description": "Provides a way to patch Composer packages.",
849+
"time": "2019-08-29T20:11:49+00:00"
850+
},
807851
{
808852
"name": "doctrine/annotations",
809-
"version": "1.10.3",
853+
"version": "1.10.4",
810854
"source": {
811855
"type": "git",
812856
"url": "https://github.com/doctrine/annotations.git",
813-
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
857+
"reference": "bfe91e31984e2ba76df1c1339681770401ec262f"
814858
},
815859
"dist": {
816860
"type": "zip",
817-
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
818-
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
861+
"url": "https://api.github.com/repos/doctrine/annotations/zipball/bfe91e31984e2ba76df1c1339681770401ec262f",
862+
"reference": "bfe91e31984e2ba76df1c1339681770401ec262f",
819863
"shasum": ""
820864
},
821865
"require": {
@@ -825,7 +869,8 @@
825869
},
826870
"require-dev": {
827871
"doctrine/cache": "1.*",
828-
"phpunit/phpunit": "^7.5"
872+
"phpstan/phpstan": "^0.12.20",
873+
"phpunit/phpunit": "^7.5 || ^9.1.5"
829874
},
830875
"type": "library",
831876
"extra": {
@@ -871,7 +916,7 @@
871916
"docblock",
872917
"parser"
873918
],
874-
"time": "2020-05-25T17:24:27+00:00"
919+
"time": "2020-08-10T19:35:50+00:00"
875920
},
876921
{
877922
"name": "doctrine/cache",
@@ -2074,7 +2119,7 @@
20742119
},
20752120
{
20762121
"name": "egulias/email-validator",
2077-
"version": "2.19.0",
2122+
"version": "2.1.19",
20782123
"source": {
20792124
"type": "git",
20802125
"url": "https://github.com/egulias/EmailValidator.git",
@@ -6832,19 +6877,20 @@
68326877
},
68336878
{
68346879
"name": "predis/predis",
6835-
"version": "v1.1.1",
6880+
"version": "v1.1.2",
68366881
"source": {
68376882
"type": "git",
68386883
"url": "https://github.com/nrk/predis.git",
6839-
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
6884+
"reference": "82eb18c6c3860849cb6e2ff34b0c4b39d5daee46"
68406885
},
68416886
"dist": {
68426887
"type": "zip",
6843-
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
6844-
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
6888+
"url": "https://api.github.com/repos/nrk/predis/zipball/82eb18c6c3860849cb6e2ff34b0c4b39d5daee46",
6889+
"reference": "82eb18c6c3860849cb6e2ff34b0c4b39d5daee46",
68456890
"shasum": ""
68466891
},
68476892
"require": {
6893+
"cweagans/composer-patches": "^1.6",
68486894
"php": ">=5.3.9"
68496895
},
68506896
"require-dev": {
@@ -6855,6 +6901,18 @@
68556901
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
68566902
},
68576903
"type": "library",
6904+
"extra": {
6905+
"composer-exit-on-patch-failure": true,
6906+
"patches": {
6907+
"phpunit/phpunit-mock-objects": {
6908+
"Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
6909+
},
6910+
"phpunit/phpunit": {
6911+
"Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
6912+
"Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
6913+
}
6914+
}
6915+
},
68586916
"autoload": {
68596917
"psr-4": {
68606918
"Predis\\": "src/"
@@ -6878,7 +6936,7 @@
68786936
"predis",
68796937
"redis"
68806938
],
6881-
"time": "2016-06-16T16:22:20+00:00"
6939+
"time": "2020-08-11T17:28:15+00:00"
68826940
},
68836941
{
68846942
"name": "psr/cache",
@@ -12168,16 +12226,16 @@
1216812226
},
1216912227
{
1217012228
"name": "squizlabs/php_codesniffer",
12171-
"version": "3.5.5",
12229+
"version": "3.5.6",
1217212230
"source": {
1217312231
"type": "git",
1217412232
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
12175-
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
12233+
"reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
1217612234
},
1217712235
"dist": {
1217812236
"type": "zip",
12179-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
12180-
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
12237+
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
12238+
"reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
1218112239
"shasum": ""
1218212240
},
1218312241
"require": {
@@ -12215,7 +12273,7 @@
1221512273
"phpcs",
1221612274
"standards"
1221712275
],
12218-
"time": "2020-04-17T01:09:41+00:00"
12276+
"time": "2020-08-10T04:50:15+00:00"
1221912277
},
1222012278
{
1222112279
"name": "symfony/class-loader",

0 commit comments

Comments
 (0)