dependabot-composer 0.170.1 → 0.171.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/helpers/v1/build +15 -4
- data/helpers/v1/composer.lock +119 -103
- data/helpers/v2/build +15 -4
- data/helpers/v2/composer.lock +215 -217
- data/lib/dependabot/composer/native_helpers.rb +1 -1
- data/lib/dependabot/composer/update_checker/version_resolver.rb +11 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73701e8b1971f9705050569037f81fa6d4e6c6c8db55674f913da606512e9c40
|
4
|
+
data.tar.gz: afc56aa27650ed27a84e8902cc7a7629f09f80145dc98ad191c637bad401103f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7ab5fd90cb39cd82ca74c28be8e92eea5224a6e57c2f9ce22899bdddbb69add388f26c6d9c41d79f646c0983008c2c74c6771670b45cb6b4c901e839557c35c
|
7
|
+
data.tar.gz: 382641c5f727f72b9a5a4fe39374ddfeb2b3f28bc0cc117ef6500d54a732d673245a51dcd5c0f1cc06cdb45867c2e41d9488643b0bdde91f0657071a6461ca10
|
data/helpers/v1/build
CHANGED
@@ -2,14 +2,25 @@
|
|
2
2
|
|
3
3
|
set -e
|
4
4
|
|
5
|
-
|
6
|
-
|
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 \
|
15
|
+
"$helpers_dir/bin" \
|
16
|
+
"$helpers_dir/src" \
|
17
|
+
"$helpers_dir/.php_cs" \
|
18
|
+
"$helpers_dir/composer.json" \
|
19
|
+
"$helpers_dir/composer.lock" \
|
20
|
+
"$helpers_dir/phpstan.neon" \
|
21
|
+
"$install_dir"
|
22
|
+
|
23
|
+
cd "$install_dir"
|
13
24
|
|
14
25
|
composer1 validate --no-check-publish
|
15
26
|
composer1 install
|
data/helpers/v1/composer.lock
CHANGED
@@ -8,16 +8,16 @@
|
|
8
8
|
"packages": [
|
9
9
|
{
|
10
10
|
"name": "composer/ca-bundle",
|
11
|
-
"version": "1.
|
11
|
+
"version": "1.3.1",
|
12
12
|
"source": {
|
13
13
|
"type": "git",
|
14
14
|
"url": "https://github.com/composer/ca-bundle.git",
|
15
|
-
"reference": "
|
15
|
+
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
|
16
16
|
},
|
17
17
|
"dist": {
|
18
18
|
"type": "zip",
|
19
|
-
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/
|
20
|
-
"reference": "
|
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-
|
78
|
+
"time": "2021-10-28T20:44:15+00:00"
|
79
79
|
},
|
80
80
|
{
|
81
81
|
"name": "composer/composer",
|
82
|
-
"version": "1.10.
|
82
|
+
"version": "1.10.24",
|
83
83
|
"source": {
|
84
84
|
"type": "git",
|
85
85
|
"url": "https://github.com/composer/composer.git",
|
86
|
-
"reference": "
|
86
|
+
"reference": "6dea608377dc5409895d4cfd987947bc0abe154a"
|
87
87
|
},
|
88
88
|
"dist": {
|
89
89
|
"type": "zip",
|
90
|
-
"url": "https://api.github.com/repos/composer/composer/zipball/
|
91
|
-
"reference": "
|
90
|
+
"url": "https://api.github.com/repos/composer/composer/zipball/6dea608377dc5409895d4cfd987947bc0abe154a",
|
91
|
+
"reference": "6dea608377dc5409895d4cfd987947bc0abe154a",
|
92
92
|
"shasum": ""
|
93
93
|
},
|
94
94
|
"require": {
|
@@ -169,7 +169,7 @@
|
|
169
169
|
"type": "tidelift"
|
170
170
|
}
|
171
171
|
],
|
172
|
-
"time": "2021-
|
172
|
+
"time": "2021-12-09T19:06:33+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.
|
251
|
+
"version": "1.5.6",
|
252
252
|
"source": {
|
253
253
|
"type": "git",
|
254
254
|
"url": "https://github.com/composer/spdx-licenses.git",
|
255
|
-
"reference": "
|
255
|
+
"reference": "a30d487169d799745ca7280bc90fdfa693536901"
|
256
256
|
},
|
257
257
|
"dist": {
|
258
258
|
"type": "zip",
|
259
|
-
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/
|
260
|
-
"reference": "
|
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
|
-
"
|
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": "
|
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.
|
601
|
+
"version": "1.2.0",
|
601
602
|
"source": {
|
602
603
|
"type": "git",
|
603
604
|
"url": "https://github.com/Seldaek/phar-utils.git",
|
604
|
-
"reference": "
|
605
|
+
"reference": "9f3452c93ff423469c0d56450431562ca423dcee"
|
605
606
|
},
|
606
607
|
"dist": {
|
607
608
|
"type": "zip",
|
608
|
-
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/
|
609
|
-
"reference": "
|
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-
|
641
|
+
"time": "2021-12-10T11:20:11+00:00"
|
641
642
|
},
|
642
643
|
{
|
643
644
|
"name": "symfony/console",
|
644
|
-
"version": "v5.
|
645
|
+
"version": "v5.4.2",
|
645
646
|
"source": {
|
646
647
|
"type": "git",
|
647
648
|
"url": "https://github.com/symfony/console.git",
|
648
|
-
"reference": "
|
649
|
+
"reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
|
649
650
|
},
|
650
651
|
"dist": {
|
651
652
|
"type": "zip",
|
652
|
-
"url": "https://api.github.com/repos/symfony/console/zipball/
|
653
|
-
"reference": "
|
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.
|
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-
|
737
|
+
"time": "2021-12-20T16:11:12+00:00"
|
737
738
|
},
|
738
739
|
{
|
739
740
|
"name": "symfony/deprecation-contracts",
|
740
|
-
"version": "v2.
|
741
|
+
"version": "v2.5.0",
|
741
742
|
"source": {
|
742
743
|
"type": "git",
|
743
744
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
744
|
-
"reference": "
|
745
|
+
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
|
745
746
|
},
|
746
747
|
"dist": {
|
747
748
|
"type": "zip",
|
748
|
-
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/
|
749
|
-
"reference": "
|
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.
|
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-
|
801
|
+
"time": "2021-07-12T14:48:14+00:00"
|
801
802
|
},
|
802
803
|
{
|
803
804
|
"name": "symfony/filesystem",
|
804
|
-
"version": "v5.
|
805
|
+
"version": "v5.4.0",
|
805
806
|
"source": {
|
806
807
|
"type": "git",
|
807
808
|
"url": "https://github.com/symfony/filesystem.git",
|
808
|
-
"reference": "
|
809
|
+
"reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
|
809
810
|
},
|
810
811
|
"dist": {
|
811
812
|
"type": "zip",
|
812
|
-
"url": "https://api.github.com/repos/symfony/filesystem/zipball/
|
813
|
-
"reference": "
|
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-
|
862
|
+
"time": "2021-10-28T13:39:27+00:00"
|
861
863
|
},
|
862
864
|
{
|
863
865
|
"name": "symfony/finder",
|
864
|
-
"version": "v5.
|
866
|
+
"version": "v5.4.2",
|
865
867
|
"source": {
|
866
868
|
"type": "git",
|
867
869
|
"url": "https://github.com/symfony/finder.git",
|
868
|
-
"reference": "
|
870
|
+
"reference": "e77046c252be48c48a40816187ed527703c8f76c"
|
869
871
|
},
|
870
872
|
"dist": {
|
871
873
|
"type": "zip",
|
872
|
-
"url": "https://api.github.com/repos/symfony/finder/zipball/
|
873
|
-
"reference": "
|
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-
|
922
|
+
"time": "2021-12-15T11:06:13+00:00"
|
920
923
|
},
|
921
924
|
{
|
922
925
|
"name": "symfony/polyfill-ctype",
|
923
|
-
"version": "v1.
|
926
|
+
"version": "v1.24.0",
|
924
927
|
"source": {
|
925
928
|
"type": "git",
|
926
929
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
927
|
-
"reference": "
|
930
|
+
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
|
928
931
|
},
|
929
932
|
"dist": {
|
930
933
|
"type": "zip",
|
931
|
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
|
932
|
-
"reference": "
|
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-
|
1001
|
+
"time": "2021-10-20T20:35:02+00:00"
|
996
1002
|
},
|
997
1003
|
{
|
998
1004
|
"name": "symfony/polyfill-intl-grapheme",
|
999
|
-
"version": "v1.
|
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": "
|
1009
|
+
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
|
1004
1010
|
},
|
1005
1011
|
"dist": {
|
1006
1012
|
"type": "zip",
|
1007
|
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/
|
1008
|
-
"reference": "
|
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-
|
1079
|
+
"time": "2021-11-23T21:10:46+00:00"
|
1074
1080
|
},
|
1075
1081
|
{
|
1076
1082
|
"name": "symfony/polyfill-intl-normalizer",
|
1077
|
-
"version": "v1.
|
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.
|
1164
|
+
"version": "v1.24.0",
|
1159
1165
|
"source": {
|
1160
1166
|
"type": "git",
|
1161
1167
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
1162
|
-
"reference": "
|
1168
|
+
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
|
1163
1169
|
},
|
1164
1170
|
"dist": {
|
1165
1171
|
"type": "zip",
|
1166
|
-
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
|
1167
|
-
"reference": "
|
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-
|
1240
|
+
"time": "2021-11-30T18:21:41+00:00"
|
1232
1241
|
},
|
1233
1242
|
{
|
1234
1243
|
"name": "symfony/polyfill-php73",
|
1235
|
-
"version": "v1.
|
1244
|
+
"version": "v1.24.0",
|
1236
1245
|
"source": {
|
1237
1246
|
"type": "git",
|
1238
1247
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
1239
|
-
"reference": "
|
1248
|
+
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
|
1240
1249
|
},
|
1241
1250
|
"dist": {
|
1242
1251
|
"type": "zip",
|
1243
|
-
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/
|
1244
|
-
"reference": "
|
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-
|
1316
|
+
"time": "2021-06-05T21:20:04+00:00"
|
1308
1317
|
},
|
1309
1318
|
{
|
1310
1319
|
"name": "symfony/polyfill-php80",
|
1311
|
-
"version": "v1.
|
1320
|
+
"version": "v1.24.0",
|
1312
1321
|
"source": {
|
1313
1322
|
"type": "git",
|
1314
1323
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
1315
|
-
"reference": "
|
1324
|
+
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
|
1316
1325
|
},
|
1317
1326
|
"dist": {
|
1318
1327
|
"type": "zip",
|
1319
|
-
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
|
1320
|
-
"reference": "
|
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-
|
1396
|
+
"time": "2021-09-13T13:58:33+00:00"
|
1388
1397
|
},
|
1389
1398
|
{
|
1390
1399
|
"name": "symfony/process",
|
1391
|
-
"version": "v5.
|
1400
|
+
"version": "v5.4.2",
|
1392
1401
|
"source": {
|
1393
1402
|
"type": "git",
|
1394
1403
|
"url": "https://github.com/symfony/process.git",
|
1395
|
-
"reference": "
|
1404
|
+
"reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
|
1396
1405
|
},
|
1397
1406
|
"dist": {
|
1398
1407
|
"type": "zip",
|
1399
|
-
"url": "https://api.github.com/repos/symfony/process/zipball/
|
1400
|
-
"reference": "
|
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-
|
1455
|
+
"time": "2021-12-27T21:01:00+00:00"
|
1447
1456
|
},
|
1448
1457
|
{
|
1449
1458
|
"name": "symfony/service-contracts",
|
1450
|
-
"version": "v2.
|
1459
|
+
"version": "v2.5.0",
|
1451
1460
|
"source": {
|
1452
1461
|
"type": "git",
|
1453
1462
|
"url": "https://github.com/symfony/service-contracts.git",
|
1454
|
-
"reference": "
|
1463
|
+
"reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
|
1455
1464
|
},
|
1456
1465
|
"dist": {
|
1457
1466
|
"type": "zip",
|
1458
|
-
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/
|
1459
|
-
"reference": "
|
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.
|
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-
|
1535
|
+
"time": "2021-11-04T16:48:04+00:00"
|
1523
1536
|
},
|
1524
1537
|
{
|
1525
1538
|
"name": "symfony/string",
|
1526
|
-
"version": "v5.
|
1539
|
+
"version": "v5.4.2",
|
1527
1540
|
"source": {
|
1528
1541
|
"type": "git",
|
1529
1542
|
"url": "https://github.com/symfony/string.git",
|
1530
|
-
"reference": "
|
1543
|
+
"reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
|
1531
1544
|
},
|
1532
1545
|
"dist": {
|
1533
1546
|
"type": "zip",
|
1534
|
-
"url": "https://api.github.com/repos/symfony/string/zipball/
|
1535
|
-
"reference": "
|
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-
|
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.
|
1924
|
+
"version": "1.3.3",
|
1909
1925
|
"source": {
|
1910
1926
|
"type": "git",
|
1911
1927
|
"url": "https://github.com/phpstan/phpstan.git",
|
1912
|
-
"reference": "
|
1928
|
+
"reference": "151a51f6149855785fbd883e79768c0abc96b75f"
|
1913
1929
|
},
|
1914
1930
|
"dist": {
|
1915
1931
|
"type": "zip",
|
1916
|
-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/
|
1917
|
-
"reference": "
|
1932
|
+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/151a51f6149855785fbd883e79768c0abc96b75f",
|
1933
|
+
"reference": "151a51f6149855785fbd883e79768c0abc96b75f",
|
1918
1934
|
"shasum": ""
|
1919
1935
|
},
|
1920
1936
|
"require": {
|
@@ -1961,7 +1977,7 @@
|
|
1961
1977
|
"type": "tidelift"
|
1962
1978
|
}
|
1963
1979
|
],
|
1964
|
-
"time": "2022-01-
|
1980
|
+
"time": "2022-01-07T09:49:03+00:00"
|
1965
1981
|
},
|
1966
1982
|
{
|
1967
1983
|
"name": "psr/cache",
|
data/helpers/v2/build
CHANGED
@@ -2,14 +2,25 @@
|
|
2
2
|
|
3
3
|
set -e
|
4
4
|
|
5
|
-
|
6
|
-
|
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/v2"
|
11
|
+
mkdir -p $install_dir
|
12
|
+
|
11
13
|
helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
|
12
|
-
|
14
|
+
cp -r \
|
15
|
+
"$helpers_dir/bin" \
|
16
|
+
"$helpers_dir/src" \
|
17
|
+
"$helpers_dir/.php-cs-fixer.php" \
|
18
|
+
"$helpers_dir/composer.json" \
|
19
|
+
"$helpers_dir/composer.lock" \
|
20
|
+
"$helpers_dir/phpstan.neon" \
|
21
|
+
"$install_dir"
|
22
|
+
|
23
|
+
cd "$install_dir"
|
13
24
|
|
14
25
|
composer validate --no-check-publish
|
15
26
|
composer install
|