dependabot-composer 0.171.0 → 0.171.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37c636ce1c722de4c11b53ec429b374f8fcd9f2a9f5a091acbf23bbf9a6e1cf2
4
- data.tar.gz: c0f3ca9721d5681e0eba659b78447442217b0a391759024b48475dd05158d563
3
+ metadata.gz: eb001cd7b0bc9f4323dfc02b7a80ccd1e47e1ad293bd8bdad7dc34348bac158b
4
+ data.tar.gz: 1893abdd91f67025dd0ae54eefc454f7a04f3d9a8ced334178dbd3efaa95ef4f
5
5
  SHA512:
6
- metadata.gz: 84235892fcd376523d148d3b01cfdb3c046f0c0999aa21bbcd45a5092a31fc44b1b89e7a4fa15130079bad5762aca39c839a07cc1dbea6f58e865d83308492a3
7
- data.tar.gz: 12a8e7872f21efa6f69f480cba4cd5755dd910b2108b939addc0f8b98735bd0035d60545dde5d2ce862f7417de8b0847e068ebd731c074b3c5cfe9f173d73a84
6
+ metadata.gz: 716a7b39fe93ba1ea7357658fb5740a300f39c0bf4001e5beb6e9305c16e88b8933f80588be0fa909dec2e638ef00097986f4a60f49cad47b0c8887382067075
7
+ data.tar.gz: 1dc40e9f0724fdfb8d55847f0b4d17cd79b8c3df2658c72d1f73ab4a2c9f4296fe246d97648e1972f42b44feee28ce0104e9fdf9c243dff41f0c179bba5f54f5
data/helpers/v1/build CHANGED
@@ -2,12 +2,14 @@
2
2
 
3
3
  set -e
4
4
 
5
- install_dir=$1
6
- if [ -z "$install_dir" ]; then
7
- echo "usage: $0 INSTALL_DIR"
5
+ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
6
+ echo "Unable to build, DEPENDABOT_NATIVE_HELPERS_PATH is not set"
8
7
  exit 1
9
8
  fi
10
9
 
10
+ install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v1"
11
+ mkdir -p $install_dir
12
+
11
13
  helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
12
14
  cp -r \
13
15
  "$helpers_dir/bin" \
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "require-dev": {
8
8
  "friendsofphp/php-cs-fixer": "^2.9",
9
- "phpstan/phpstan": "~1.3.1"
9
+ "phpstan/phpstan": "~1.4.2"
10
10
  },
11
11
  "autoload": {
12
12
  "psr-4": {
@@ -4,20 +4,20 @@
4
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
5
  "This file is @generated automatically"
6
6
  ],
7
- "content-hash": "ed5fcb3b6c65dd7098896b16b623cf67",
7
+ "content-hash": "77e30385e23f65ea3a28b3e8a8368560",
8
8
  "packages": [
9
9
  {
10
10
  "name": "composer/ca-bundle",
11
- "version": "1.2.11",
11
+ "version": "1.3.1",
12
12
  "source": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/composer/ca-bundle.git",
15
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582"
15
+ "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
16
16
  },
17
17
  "dist": {
18
18
  "type": "zip",
19
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
20
- "reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
19
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
20
+ "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
21
21
  "shasum": ""
22
22
  },
23
23
  "require": {
@@ -75,20 +75,20 @@
75
75
  "type": "tidelift"
76
76
  }
77
77
  ],
78
- "time": "2021-09-25T20:32:43+00:00"
78
+ "time": "2021-10-28T20:44:15+00:00"
79
79
  },
80
80
  {
81
81
  "name": "composer/composer",
82
- "version": "1.10.23",
82
+ "version": "1.10.25",
83
83
  "source": {
84
84
  "type": "git",
85
85
  "url": "https://github.com/composer/composer.git",
86
- "reference": "eb3bae3d3de2e4abd94fa56fbe18355aba0b47ae"
86
+ "reference": "892838f84440b4851ec7e57221d52cb65a8991a5"
87
87
  },
88
88
  "dist": {
89
89
  "type": "zip",
90
- "url": "https://api.github.com/repos/composer/composer/zipball/eb3bae3d3de2e4abd94fa56fbe18355aba0b47ae",
91
- "reference": "eb3bae3d3de2e4abd94fa56fbe18355aba0b47ae",
90
+ "url": "https://api.github.com/repos/composer/composer/zipball/892838f84440b4851ec7e57221d52cb65a8991a5",
91
+ "reference": "892838f84440b4851ec7e57221d52cb65a8991a5",
92
92
  "shasum": ""
93
93
  },
94
94
  "require": {
@@ -169,7 +169,7 @@
169
169
  "type": "tidelift"
170
170
  }
171
171
  ],
172
- "time": "2021-10-05T07:44:27+00:00"
172
+ "time": "2022-01-21T09:02:15+00:00"
173
173
  },
174
174
  {
175
175
  "name": "composer/semver",
@@ -248,23 +248,24 @@
248
248
  },
249
249
  {
250
250
  "name": "composer/spdx-licenses",
251
- "version": "1.5.5",
251
+ "version": "1.5.6",
252
252
  "source": {
253
253
  "type": "git",
254
254
  "url": "https://github.com/composer/spdx-licenses.git",
255
- "reference": "de30328a7af8680efdc03e396aad24befd513200"
255
+ "reference": "a30d487169d799745ca7280bc90fdfa693536901"
256
256
  },
257
257
  "dist": {
258
258
  "type": "zip",
259
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
260
- "reference": "de30328a7af8680efdc03e396aad24befd513200",
259
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901",
260
+ "reference": "a30d487169d799745ca7280bc90fdfa693536901",
261
261
  "shasum": ""
262
262
  },
263
263
  "require": {
264
264
  "php": "^5.3.2 || ^7.0 || ^8.0"
265
265
  },
266
266
  "require-dev": {
267
- "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
267
+ "phpstan/phpstan": "^0.12.55",
268
+ "symfony/phpunit-bridge": "^4.2 || ^5"
268
269
  },
269
270
  "type": "library",
270
271
  "extra": {
@@ -318,7 +319,7 @@
318
319
  "type": "tidelift"
319
320
  }
320
321
  ],
321
- "time": "2020-12-03T16:04:16+00:00"
322
+ "time": "2021-11-18T10:14:14+00:00"
322
323
  },
323
324
  {
324
325
  "name": "composer/xdebug-handler",
@@ -597,16 +598,16 @@
597
598
  },
598
599
  {
599
600
  "name": "seld/phar-utils",
600
- "version": "1.1.2",
601
+ "version": "1.2.0",
601
602
  "source": {
602
603
  "type": "git",
603
604
  "url": "https://github.com/Seldaek/phar-utils.git",
604
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0"
605
+ "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
605
606
  },
606
607
  "dist": {
607
608
  "type": "zip",
608
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
609
- "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
609
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
610
+ "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
610
611
  "shasum": ""
611
612
  },
612
613
  "require": {
@@ -637,30 +638,30 @@
637
638
  "keywords": [
638
639
  "phar"
639
640
  ],
640
- "time": "2021-08-19T21:01:38+00:00"
641
+ "time": "2021-12-10T11:20:11+00:00"
641
642
  },
642
643
  {
643
644
  "name": "symfony/console",
644
- "version": "v5.3.10",
645
+ "version": "v5.4.2",
645
646
  "source": {
646
647
  "type": "git",
647
648
  "url": "https://github.com/symfony/console.git",
648
- "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3"
649
+ "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
649
650
  },
650
651
  "dist": {
651
652
  "type": "zip",
652
- "url": "https://api.github.com/repos/symfony/console/zipball/d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
653
- "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
653
+ "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
654
+ "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
654
655
  "shasum": ""
655
656
  },
656
657
  "require": {
657
658
  "php": ">=7.2.5",
658
- "symfony/deprecation-contracts": "^2.1",
659
+ "symfony/deprecation-contracts": "^2.1|^3",
659
660
  "symfony/polyfill-mbstring": "~1.0",
660
- "symfony/polyfill-php73": "^1.8",
661
+ "symfony/polyfill-php73": "^1.9",
661
662
  "symfony/polyfill-php80": "^1.16",
662
- "symfony/service-contracts": "^1.1|^2",
663
- "symfony/string": "^5.1"
663
+ "symfony/service-contracts": "^1.1|^2|^3",
664
+ "symfony/string": "^5.1|^6.0"
664
665
  },
665
666
  "conflict": {
666
667
  "psr/log": ">=3",
@@ -675,12 +676,12 @@
675
676
  },
676
677
  "require-dev": {
677
678
  "psr/log": "^1|^2",
678
- "symfony/config": "^4.4|^5.0",
679
- "symfony/dependency-injection": "^4.4|^5.0",
680
- "symfony/event-dispatcher": "^4.4|^5.0",
681
- "symfony/lock": "^4.4|^5.0",
682
- "symfony/process": "^4.4|^5.0",
683
- "symfony/var-dumper": "^4.4|^5.0"
679
+ "symfony/config": "^4.4|^5.0|^6.0",
680
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
681
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
682
+ "symfony/lock": "^4.4|^5.0|^6.0",
683
+ "symfony/process": "^4.4|^5.0|^6.0",
684
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
684
685
  },
685
686
  "suggest": {
686
687
  "psr/log": "For using the console logger",
@@ -733,20 +734,20 @@
733
734
  "type": "tidelift"
734
735
  }
735
736
  ],
736
- "time": "2021-10-26T09:30:15+00:00"
737
+ "time": "2021-12-20T16:11:12+00:00"
737
738
  },
738
739
  {
739
740
  "name": "symfony/deprecation-contracts",
740
- "version": "v2.4.0",
741
+ "version": "v2.5.0",
741
742
  "source": {
742
743
  "type": "git",
743
744
  "url": "https://github.com/symfony/deprecation-contracts.git",
744
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
745
+ "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
745
746
  },
746
747
  "dist": {
747
748
  "type": "zip",
748
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
749
- "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
749
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
750
+ "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
750
751
  "shasum": ""
751
752
  },
752
753
  "require": {
@@ -755,7 +756,7 @@
755
756
  "type": "library",
756
757
  "extra": {
757
758
  "branch-alias": {
758
- "dev-main": "2.4-dev"
759
+ "dev-main": "2.5-dev"
759
760
  },
760
761
  "thanks": {
761
762
  "name": "symfony/contracts",
@@ -797,25 +798,26 @@
797
798
  "type": "tidelift"
798
799
  }
799
800
  ],
800
- "time": "2021-03-23T23:28:01+00:00"
801
+ "time": "2021-07-12T14:48:14+00:00"
801
802
  },
802
803
  {
803
804
  "name": "symfony/filesystem",
804
- "version": "v5.3.4",
805
+ "version": "v5.4.0",
805
806
  "source": {
806
807
  "type": "git",
807
808
  "url": "https://github.com/symfony/filesystem.git",
808
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
809
+ "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
809
810
  },
810
811
  "dist": {
811
812
  "type": "zip",
812
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
813
- "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
813
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
814
+ "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
814
815
  "shasum": ""
815
816
  },
816
817
  "require": {
817
818
  "php": ">=7.2.5",
818
819
  "symfony/polyfill-ctype": "~1.8",
820
+ "symfony/polyfill-mbstring": "~1.8",
819
821
  "symfony/polyfill-php80": "^1.16"
820
822
  },
821
823
  "type": "library",
@@ -857,24 +859,25 @@
857
859
  "type": "tidelift"
858
860
  }
859
861
  ],
860
- "time": "2021-07-21T12:40:44+00:00"
862
+ "time": "2021-10-28T13:39:27+00:00"
861
863
  },
862
864
  {
863
865
  "name": "symfony/finder",
864
- "version": "v5.3.7",
866
+ "version": "v5.4.2",
865
867
  "source": {
866
868
  "type": "git",
867
869
  "url": "https://github.com/symfony/finder.git",
868
- "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
870
+ "reference": "e77046c252be48c48a40816187ed527703c8f76c"
869
871
  },
870
872
  "dist": {
871
873
  "type": "zip",
872
- "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
873
- "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
874
+ "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
875
+ "reference": "e77046c252be48c48a40816187ed527703c8f76c",
874
876
  "shasum": ""
875
877
  },
876
878
  "require": {
877
879
  "php": ">=7.2.5",
880
+ "symfony/deprecation-contracts": "^2.1|^3",
878
881
  "symfony/polyfill-php80": "^1.16"
879
882
  },
880
883
  "type": "library",
@@ -916,25 +919,28 @@
916
919
  "type": "tidelift"
917
920
  }
918
921
  ],
919
- "time": "2021-08-04T21:20:46+00:00"
922
+ "time": "2021-12-15T11:06:13+00:00"
920
923
  },
921
924
  {
922
925
  "name": "symfony/polyfill-ctype",
923
- "version": "v1.23.0",
926
+ "version": "v1.24.0",
924
927
  "source": {
925
928
  "type": "git",
926
929
  "url": "https://github.com/symfony/polyfill-ctype.git",
927
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
930
+ "reference": "30885182c981ab175d4d034db0f6f469898070ab"
928
931
  },
929
932
  "dist": {
930
933
  "type": "zip",
931
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
932
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
934
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
935
+ "reference": "30885182c981ab175d4d034db0f6f469898070ab",
933
936
  "shasum": ""
934
937
  },
935
938
  "require": {
936
939
  "php": ">=7.1"
937
940
  },
941
+ "provide": {
942
+ "ext-ctype": "*"
943
+ },
938
944
  "suggest": {
939
945
  "ext-ctype": "For best performance"
940
946
  },
@@ -992,20 +998,20 @@
992
998
  "type": "tidelift"
993
999
  }
994
1000
  ],
995
- "time": "2021-02-19T12:13:01+00:00"
1001
+ "time": "2021-10-20T20:35:02+00:00"
996
1002
  },
997
1003
  {
998
1004
  "name": "symfony/polyfill-intl-grapheme",
999
- "version": "v1.23.1",
1005
+ "version": "v1.24.0",
1000
1006
  "source": {
1001
1007
  "type": "git",
1002
1008
  "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1003
- "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
1009
+ "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
1004
1010
  },
1005
1011
  "dist": {
1006
1012
  "type": "zip",
1007
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
1008
- "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
1013
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
1014
+ "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
1009
1015
  "shasum": ""
1010
1016
  },
1011
1017
  "require": {
@@ -1070,11 +1076,11 @@
1070
1076
  "type": "tidelift"
1071
1077
  }
1072
1078
  ],
1073
- "time": "2021-05-27T12:26:48+00:00"
1079
+ "time": "2021-11-23T21:10:46+00:00"
1074
1080
  },
1075
1081
  {
1076
1082
  "name": "symfony/polyfill-intl-normalizer",
1077
- "version": "v1.23.0",
1083
+ "version": "v1.24.0",
1078
1084
  "source": {
1079
1085
  "type": "git",
1080
1086
  "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -1155,21 +1161,24 @@
1155
1161
  },
1156
1162
  {
1157
1163
  "name": "symfony/polyfill-mbstring",
1158
- "version": "v1.23.1",
1164
+ "version": "v1.24.0",
1159
1165
  "source": {
1160
1166
  "type": "git",
1161
1167
  "url": "https://github.com/symfony/polyfill-mbstring.git",
1162
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
1168
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
1163
1169
  },
1164
1170
  "dist": {
1165
1171
  "type": "zip",
1166
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
1167
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
1172
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
1173
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
1168
1174
  "shasum": ""
1169
1175
  },
1170
1176
  "require": {
1171
1177
  "php": ">=7.1"
1172
1178
  },
1179
+ "provide": {
1180
+ "ext-mbstring": "*"
1181
+ },
1173
1182
  "suggest": {
1174
1183
  "ext-mbstring": "For best performance"
1175
1184
  },
@@ -1228,20 +1237,20 @@
1228
1237
  "type": "tidelift"
1229
1238
  }
1230
1239
  ],
1231
- "time": "2021-05-27T12:26:48+00:00"
1240
+ "time": "2021-11-30T18:21:41+00:00"
1232
1241
  },
1233
1242
  {
1234
1243
  "name": "symfony/polyfill-php73",
1235
- "version": "v1.23.0",
1244
+ "version": "v1.24.0",
1236
1245
  "source": {
1237
1246
  "type": "git",
1238
1247
  "url": "https://github.com/symfony/polyfill-php73.git",
1239
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
1248
+ "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
1240
1249
  },
1241
1250
  "dist": {
1242
1251
  "type": "zip",
1243
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
1244
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
1252
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
1253
+ "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
1245
1254
  "shasum": ""
1246
1255
  },
1247
1256
  "require": {
@@ -1304,20 +1313,20 @@
1304
1313
  "type": "tidelift"
1305
1314
  }
1306
1315
  ],
1307
- "time": "2021-02-19T12:13:01+00:00"
1316
+ "time": "2021-06-05T21:20:04+00:00"
1308
1317
  },
1309
1318
  {
1310
1319
  "name": "symfony/polyfill-php80",
1311
- "version": "v1.23.1",
1320
+ "version": "v1.24.0",
1312
1321
  "source": {
1313
1322
  "type": "git",
1314
1323
  "url": "https://github.com/symfony/polyfill-php80.git",
1315
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
1324
+ "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
1316
1325
  },
1317
1326
  "dist": {
1318
1327
  "type": "zip",
1319
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
1320
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
1328
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
1329
+ "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
1321
1330
  "shasum": ""
1322
1331
  },
1323
1332
  "require": {
@@ -1384,20 +1393,20 @@
1384
1393
  "type": "tidelift"
1385
1394
  }
1386
1395
  ],
1387
- "time": "2021-07-28T13:41:28+00:00"
1396
+ "time": "2021-09-13T13:58:33+00:00"
1388
1397
  },
1389
1398
  {
1390
1399
  "name": "symfony/process",
1391
- "version": "v5.3.7",
1400
+ "version": "v5.4.2",
1392
1401
  "source": {
1393
1402
  "type": "git",
1394
1403
  "url": "https://github.com/symfony/process.git",
1395
- "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
1404
+ "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
1396
1405
  },
1397
1406
  "dist": {
1398
1407
  "type": "zip",
1399
- "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
1400
- "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
1408
+ "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
1409
+ "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
1401
1410
  "shasum": ""
1402
1411
  },
1403
1412
  "require": {
@@ -1443,25 +1452,29 @@
1443
1452
  "type": "tidelift"
1444
1453
  }
1445
1454
  ],
1446
- "time": "2021-08-04T21:20:46+00:00"
1455
+ "time": "2021-12-27T21:01:00+00:00"
1447
1456
  },
1448
1457
  {
1449
1458
  "name": "symfony/service-contracts",
1450
- "version": "v2.4.0",
1459
+ "version": "v2.5.0",
1451
1460
  "source": {
1452
1461
  "type": "git",
1453
1462
  "url": "https://github.com/symfony/service-contracts.git",
1454
- "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
1463
+ "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
1455
1464
  },
1456
1465
  "dist": {
1457
1466
  "type": "zip",
1458
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
1459
- "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
1467
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
1468
+ "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
1460
1469
  "shasum": ""
1461
1470
  },
1462
1471
  "require": {
1463
1472
  "php": ">=7.2.5",
1464
- "psr/container": "^1.1"
1473
+ "psr/container": "^1.1",
1474
+ "symfony/deprecation-contracts": "^2.1"
1475
+ },
1476
+ "conflict": {
1477
+ "ext-psr": "<1.1|>=2"
1465
1478
  },
1466
1479
  "suggest": {
1467
1480
  "symfony/service-implementation": ""
@@ -1469,7 +1482,7 @@
1469
1482
  "type": "library",
1470
1483
  "extra": {
1471
1484
  "branch-alias": {
1472
- "dev-main": "2.4-dev"
1485
+ "dev-main": "2.5-dev"
1473
1486
  },
1474
1487
  "thanks": {
1475
1488
  "name": "symfony/contracts",
@@ -1519,20 +1532,20 @@
1519
1532
  "type": "tidelift"
1520
1533
  }
1521
1534
  ],
1522
- "time": "2021-04-01T10:43:52+00:00"
1535
+ "time": "2021-11-04T16:48:04+00:00"
1523
1536
  },
1524
1537
  {
1525
1538
  "name": "symfony/string",
1526
- "version": "v5.3.10",
1539
+ "version": "v5.4.2",
1527
1540
  "source": {
1528
1541
  "type": "git",
1529
1542
  "url": "https://github.com/symfony/string.git",
1530
- "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c"
1543
+ "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
1531
1544
  },
1532
1545
  "dist": {
1533
1546
  "type": "zip",
1534
- "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
1535
- "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
1547
+ "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
1548
+ "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
1536
1549
  "shasum": ""
1537
1550
  },
1538
1551
  "require": {
@@ -1543,11 +1556,14 @@
1543
1556
  "symfony/polyfill-mbstring": "~1.0",
1544
1557
  "symfony/polyfill-php80": "~1.15"
1545
1558
  },
1559
+ "conflict": {
1560
+ "symfony/translation-contracts": ">=3.0"
1561
+ },
1546
1562
  "require-dev": {
1547
- "symfony/error-handler": "^4.4|^5.0",
1548
- "symfony/http-client": "^4.4|^5.0",
1563
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
1564
+ "symfony/http-client": "^4.4|^5.0|^6.0",
1549
1565
  "symfony/translation-contracts": "^1.1|^2",
1550
- "symfony/var-exporter": "^4.4|^5.0"
1566
+ "symfony/var-exporter": "^4.4|^5.0|^6.0"
1551
1567
  },
1552
1568
  "type": "library",
1553
1569
  "autoload": {
@@ -1599,7 +1615,7 @@
1599
1615
  "type": "tidelift"
1600
1616
  }
1601
1617
  ],
1602
- "time": "2021-10-27T18:21:46+00:00"
1618
+ "time": "2021-12-16T21:52:00+00:00"
1603
1619
  }
1604
1620
  ],
1605
1621
  "packages-dev": [
@@ -1905,16 +1921,16 @@
1905
1921
  },
1906
1922
  {
1907
1923
  "name": "phpstan/phpstan",
1908
- "version": "1.3.1",
1924
+ "version": "1.4.2",
1909
1925
  "source": {
1910
1926
  "type": "git",
1911
1927
  "url": "https://github.com/phpstan/phpstan.git",
1912
- "reference": "c3e7a5837829b3cd5907b895da73a4da084a9f8f"
1928
+ "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8"
1913
1929
  },
1914
1930
  "dist": {
1915
1931
  "type": "zip",
1916
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c3e7a5837829b3cd5907b895da73a4da084a9f8f",
1917
- "reference": "c3e7a5837829b3cd5907b895da73a4da084a9f8f",
1932
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1dd8f3e40bf7aa30031a75c65cece99220a161b8",
1933
+ "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8",
1918
1934
  "shasum": ""
1919
1935
  },
1920
1936
  "require": {
@@ -1930,7 +1946,7 @@
1930
1946
  "type": "library",
1931
1947
  "extra": {
1932
1948
  "branch-alias": {
1933
- "dev-master": "1.3-dev"
1949
+ "dev-master": "1.4-dev"
1934
1950
  }
1935
1951
  },
1936
1952
  "autoload": {
@@ -1961,7 +1977,7 @@
1961
1977
  "type": "tidelift"
1962
1978
  }
1963
1979
  ],
1964
- "time": "2022-01-04T17:12:37+00:00"
1980
+ "time": "2022-01-18T16:09:11+00:00"
1965
1981
  },
1966
1982
  {
1967
1983
  "name": "psr/cache",