dependabot-composer 0.321.1 → 0.321.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/helpers/v2/build +4 -0
- data/helpers/v2/composer.lock +257 -176
- data/lib/dependabot/composer/helpers.rb +7 -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: 26bc7e2a0bbf7ec79ccc06b851912ba04143df388e02c44c605a99b3a244f87c
|
4
|
+
data.tar.gz: 605f80d0bd17742fec53df2728f68606db2da66e640debd8642435dd821eb3cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 580f591837fbc961e4e7753693a6ad3c8735c498678340c21aee7aaf27bf177dbb7dbd0d677f415205decf7dc08b89860735c59272892d63b2085e21cba02472
|
7
|
+
data.tar.gz: 5b813ca57ab2a463e5c3360264012bac6cbcf2a087c081ced87bb0da4e8ef52734816d6eca9002bc0af795b500a9d2661cc2b53c1dd38c1d691ee61a17ef3514
|
data/helpers/v2/build
CHANGED
@@ -22,6 +22,10 @@ cp -r \
|
|
22
22
|
|
23
23
|
cd "$install_dir"
|
24
24
|
|
25
|
+
# We are skipping the PHP-CS-Fixer compatibility check as support for php 8.4+ is not available in latest version.
|
26
|
+
# Once PHP-CS-Fixer supports 8.4+ we can remove this line - https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/milestone/173
|
27
|
+
export PHP_CS_FIXER_IGNORE_ENV=1
|
28
|
+
|
25
29
|
composer validate --no-check-publish
|
26
30
|
composer install
|
27
31
|
composer run lint -- --dry-run
|
data/helpers/v2/composer.lock
CHANGED
@@ -8,28 +8,28 @@
|
|
8
8
|
"packages": [
|
9
9
|
{
|
10
10
|
"name": "composer/ca-bundle",
|
11
|
-
"version": "1.
|
11
|
+
"version": "1.5.7",
|
12
12
|
"source": {
|
13
13
|
"type": "git",
|
14
14
|
"url": "https://github.com/composer/ca-bundle.git",
|
15
|
-
"reference": "
|
15
|
+
"reference": "d665d22c417056996c59019579f1967dfe5c1e82"
|
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/d665d22c417056996c59019579f1967dfe5c1e82",
|
20
|
+
"reference": "d665d22c417056996c59019579f1967dfe5c1e82",
|
21
21
|
"shasum": ""
|
22
22
|
},
|
23
23
|
"require": {
|
24
24
|
"ext-openssl": "*",
|
25
25
|
"ext-pcre": "*",
|
26
|
-
"php": "^
|
26
|
+
"php": "^7.2 || ^8.0"
|
27
27
|
},
|
28
28
|
"require-dev": {
|
29
|
-
"phpstan/phpstan": "^
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"symfony/process": "^
|
29
|
+
"phpstan/phpstan": "^1.10",
|
30
|
+
"phpunit/phpunit": "^8 || ^9",
|
31
|
+
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
32
|
+
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
33
33
|
},
|
34
34
|
"type": "library",
|
35
35
|
"extra": {
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"support": {
|
65
65
|
"irc": "irc://irc.freenode.org/composer",
|
66
66
|
"issues": "https://github.com/composer/ca-bundle/issues",
|
67
|
-
"source": "https://github.com/composer/ca-bundle/tree/1.
|
67
|
+
"source": "https://github.com/composer/ca-bundle/tree/1.5.7"
|
68
68
|
},
|
69
69
|
"funding": [
|
70
70
|
{
|
@@ -80,20 +80,20 @@
|
|
80
80
|
"type": "tidelift"
|
81
81
|
}
|
82
82
|
],
|
83
|
-
"time": "
|
83
|
+
"time": "2025-05-26T15:08:54+00:00"
|
84
84
|
},
|
85
85
|
{
|
86
86
|
"name": "composer/class-map-generator",
|
87
|
-
"version": "1.1
|
87
|
+
"version": "1.6.1",
|
88
88
|
"source": {
|
89
89
|
"type": "git",
|
90
90
|
"url": "https://github.com/composer/class-map-generator.git",
|
91
|
-
"reference": "
|
91
|
+
"reference": "134b705ddb0025d397d8318a75825fe3c9d1da34"
|
92
92
|
},
|
93
93
|
"dist": {
|
94
94
|
"type": "zip",
|
95
|
-
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/
|
96
|
-
"reference": "
|
95
|
+
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/134b705ddb0025d397d8318a75825fe3c9d1da34",
|
96
|
+
"reference": "134b705ddb0025d397d8318a75825fe3c9d1da34",
|
97
97
|
"shasum": ""
|
98
98
|
},
|
99
99
|
"require": {
|
@@ -102,12 +102,12 @@
|
|
102
102
|
"symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
|
103
103
|
},
|
104
104
|
"require-dev": {
|
105
|
-
"phpstan/phpstan": "^1.
|
106
|
-
"phpstan/phpstan-deprecation-rules": "^1",
|
107
|
-
"phpstan/phpstan-phpunit": "^1",
|
108
|
-
"phpstan/phpstan-strict-rules": "^1.1",
|
109
|
-
"
|
110
|
-
"symfony/
|
105
|
+
"phpstan/phpstan": "^1.12 || ^2",
|
106
|
+
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
|
107
|
+
"phpstan/phpstan-phpunit": "^1 || ^2",
|
108
|
+
"phpstan/phpstan-strict-rules": "^1.1 || ^2",
|
109
|
+
"phpunit/phpunit": "^8",
|
110
|
+
"symfony/filesystem": "^5.4 || ^6"
|
111
111
|
},
|
112
112
|
"type": "library",
|
113
113
|
"extra": {
|
@@ -137,7 +137,7 @@
|
|
137
137
|
],
|
138
138
|
"support": {
|
139
139
|
"issues": "https://github.com/composer/class-map-generator/issues",
|
140
|
-
"source": "https://github.com/composer/class-map-generator/tree/1.1
|
140
|
+
"source": "https://github.com/composer/class-map-generator/tree/1.6.1"
|
141
141
|
},
|
142
142
|
"funding": [
|
143
143
|
{
|
@@ -153,52 +153,52 @@
|
|
153
153
|
"type": "tidelift"
|
154
154
|
}
|
155
155
|
],
|
156
|
-
"time": "
|
156
|
+
"time": "2025-03-24T13:50:44+00:00"
|
157
157
|
},
|
158
158
|
{
|
159
159
|
"name": "composer/composer",
|
160
|
-
"version": "2.
|
160
|
+
"version": "2.8.9",
|
161
161
|
"source": {
|
162
162
|
"type": "git",
|
163
163
|
"url": "https://github.com/composer/composer.git",
|
164
|
-
"reference": "
|
164
|
+
"reference": "b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d"
|
165
165
|
},
|
166
166
|
"dist": {
|
167
167
|
"type": "zip",
|
168
|
-
"url": "https://api.github.com/repos/composer/composer/zipball/
|
169
|
-
"reference": "
|
168
|
+
"url": "https://api.github.com/repos/composer/composer/zipball/b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d",
|
169
|
+
"reference": "b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d",
|
170
170
|
"shasum": ""
|
171
171
|
},
|
172
172
|
"require": {
|
173
|
-
"composer/ca-bundle": "^1.
|
174
|
-
"composer/class-map-generator": "^1.0",
|
173
|
+
"composer/ca-bundle": "^1.5",
|
174
|
+
"composer/class-map-generator": "^1.4.0",
|
175
175
|
"composer/metadata-minifier": "^1.0",
|
176
|
-
"composer/pcre": "^2.
|
177
|
-
"composer/semver": "^3.
|
176
|
+
"composer/pcre": "^2.2 || ^3.2",
|
177
|
+
"composer/semver": "^3.3",
|
178
178
|
"composer/spdx-licenses": "^1.5.7",
|
179
179
|
"composer/xdebug-handler": "^2.0.2 || ^3.0.3",
|
180
|
-
"justinrainbow/json-schema": "^
|
180
|
+
"justinrainbow/json-schema": "^6.3.1",
|
181
181
|
"php": "^7.2.5 || ^8.0",
|
182
182
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
183
|
-
"react/promise": "^2.
|
183
|
+
"react/promise": "^2.11 || ^3.2",
|
184
184
|
"seld/jsonlint": "^1.4",
|
185
185
|
"seld/phar-utils": "^1.2",
|
186
186
|
"seld/signal-handler": "^2.0",
|
187
|
-
"symfony/console": "^5.4.
|
188
|
-
"symfony/filesystem": "^5.4 || ^6.0",
|
189
|
-
"symfony/finder": "^5.4 || ^6.0",
|
187
|
+
"symfony/console": "^5.4.35 || ^6.3.12 || ^7.0.3",
|
188
|
+
"symfony/filesystem": "^5.4.35 || ^6.3.12 || ^7.0.3",
|
189
|
+
"symfony/finder": "^5.4.35 || ^6.3.12 || ^7.0.3",
|
190
190
|
"symfony/polyfill-php73": "^1.24",
|
191
191
|
"symfony/polyfill-php80": "^1.24",
|
192
192
|
"symfony/polyfill-php81": "^1.24",
|
193
|
-
"symfony/process": "^5.4 || ^6.0"
|
193
|
+
"symfony/process": "^5.4.35 || ^6.3.12 || ^7.0.3"
|
194
194
|
},
|
195
195
|
"require-dev": {
|
196
|
-
"phpstan/phpstan": "^1.
|
197
|
-
"phpstan/phpstan-deprecation-rules": "^1",
|
198
|
-
"phpstan/phpstan-phpunit": "^1.0",
|
199
|
-
"phpstan/phpstan-strict-rules": "^1",
|
200
|
-
"phpstan/phpstan-symfony": "^1.
|
201
|
-
"symfony/phpunit-bridge": "^6.0"
|
196
|
+
"phpstan/phpstan": "^1.11.8",
|
197
|
+
"phpstan/phpstan-deprecation-rules": "^1.2.0",
|
198
|
+
"phpstan/phpstan-phpunit": "^1.4.0",
|
199
|
+
"phpstan/phpstan-strict-rules": "^1.6.0",
|
200
|
+
"phpstan/phpstan-symfony": "^1.4.0",
|
201
|
+
"symfony/phpunit-bridge": "^6.4.3 || ^7.0.1"
|
202
202
|
},
|
203
203
|
"suggest": {
|
204
204
|
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
@@ -210,18 +210,18 @@
|
|
210
210
|
],
|
211
211
|
"type": "library",
|
212
212
|
"extra": {
|
213
|
-
"branch-alias": {
|
214
|
-
"dev-main": "2.5-dev"
|
215
|
-
},
|
216
213
|
"phpstan": {
|
217
214
|
"includes": [
|
218
215
|
"phpstan/rules.neon"
|
219
216
|
]
|
217
|
+
},
|
218
|
+
"branch-alias": {
|
219
|
+
"dev-main": "2.8-dev"
|
220
220
|
}
|
221
221
|
},
|
222
222
|
"autoload": {
|
223
223
|
"psr-4": {
|
224
|
-
"Composer\\": "src/Composer"
|
224
|
+
"Composer\\": "src/Composer/"
|
225
225
|
}
|
226
226
|
},
|
227
227
|
"notification-url": "https://packagist.org/downloads/",
|
@@ -250,7 +250,8 @@
|
|
250
250
|
"support": {
|
251
251
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
252
252
|
"issues": "https://github.com/composer/composer/issues",
|
253
|
-
"
|
253
|
+
"security": "https://github.com/composer/composer/security/policy",
|
254
|
+
"source": "https://github.com/composer/composer/tree/2.8.9"
|
254
255
|
},
|
255
256
|
"funding": [
|
256
257
|
{
|
@@ -266,7 +267,7 @@
|
|
266
267
|
"type": "tidelift"
|
267
268
|
}
|
268
269
|
],
|
269
|
-
"time": "
|
270
|
+
"time": "2025-05-13T12:01:37+00:00"
|
270
271
|
},
|
271
272
|
{
|
272
273
|
"name": "composer/metadata-minifier",
|
@@ -499,24 +500,24 @@
|
|
499
500
|
},
|
500
501
|
{
|
501
502
|
"name": "composer/spdx-licenses",
|
502
|
-
"version": "1.5.
|
503
|
+
"version": "1.5.9",
|
503
504
|
"source": {
|
504
505
|
"type": "git",
|
505
506
|
"url": "https://github.com/composer/spdx-licenses.git",
|
506
|
-
"reference": "
|
507
|
+
"reference": "edf364cefe8c43501e21e88110aac10b284c3c9f"
|
507
508
|
},
|
508
509
|
"dist": {
|
509
510
|
"type": "zip",
|
510
|
-
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/
|
511
|
-
"reference": "
|
511
|
+
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/edf364cefe8c43501e21e88110aac10b284c3c9f",
|
512
|
+
"reference": "edf364cefe8c43501e21e88110aac10b284c3c9f",
|
512
513
|
"shasum": ""
|
513
514
|
},
|
514
515
|
"require": {
|
515
516
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
516
517
|
},
|
517
518
|
"require-dev": {
|
518
|
-
"phpstan/phpstan": "^
|
519
|
-
"symfony/phpunit-bridge": "^
|
519
|
+
"phpstan/phpstan": "^1.11",
|
520
|
+
"symfony/phpunit-bridge": "^3 || ^7"
|
520
521
|
},
|
521
522
|
"type": "library",
|
522
523
|
"extra": {
|
@@ -557,9 +558,9 @@
|
|
557
558
|
"validator"
|
558
559
|
],
|
559
560
|
"support": {
|
560
|
-
"irc": "
|
561
|
+
"irc": "ircs://irc.libera.chat:6697/composer",
|
561
562
|
"issues": "https://github.com/composer/spdx-licenses/issues",
|
562
|
-
"source": "https://github.com/composer/spdx-licenses/tree/1.5.
|
563
|
+
"source": "https://github.com/composer/spdx-licenses/tree/1.5.9"
|
563
564
|
},
|
564
565
|
"funding": [
|
565
566
|
{
|
@@ -575,7 +576,7 @@
|
|
575
576
|
"type": "tidelift"
|
576
577
|
}
|
577
578
|
],
|
578
|
-
"time": "
|
579
|
+
"time": "2025-05-12T21:07:07+00:00"
|
579
580
|
},
|
580
581
|
{
|
581
582
|
"name": "composer/xdebug-handler",
|
@@ -645,25 +646,30 @@
|
|
645
646
|
},
|
646
647
|
{
|
647
648
|
"name": "justinrainbow/json-schema",
|
648
|
-
"version": "
|
649
|
+
"version": "6.4.2",
|
649
650
|
"source": {
|
650
651
|
"type": "git",
|
651
|
-
"url": "https://github.com/
|
652
|
-
"reference": "
|
652
|
+
"url": "https://github.com/jsonrainbow/json-schema.git",
|
653
|
+
"reference": "ce1fd2d47799bb60668643bc6220f6278a4c1d02"
|
653
654
|
},
|
654
655
|
"dist": {
|
655
656
|
"type": "zip",
|
656
|
-
"url": "https://api.github.com/repos/
|
657
|
-
"reference": "
|
657
|
+
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ce1fd2d47799bb60668643bc6220f6278a4c1d02",
|
658
|
+
"reference": "ce1fd2d47799bb60668643bc6220f6278a4c1d02",
|
658
659
|
"shasum": ""
|
659
660
|
},
|
660
661
|
"require": {
|
661
|
-
"
|
662
|
+
"ext-json": "*",
|
663
|
+
"marc-mabe/php-enum": "^4.0",
|
664
|
+
"php": "^7.2 || ^8.0"
|
662
665
|
},
|
663
666
|
"require-dev": {
|
664
|
-
"friendsofphp/php-cs-fixer": "
|
667
|
+
"friendsofphp/php-cs-fixer": "3.3.0",
|
665
668
|
"json-schema/json-schema-test-suite": "1.2.0",
|
666
|
-
"
|
669
|
+
"marc-mabe/php-enum-phpstan": "^2.0",
|
670
|
+
"phpspec/prophecy": "^1.19",
|
671
|
+
"phpstan/phpstan": "^1.12",
|
672
|
+
"phpunit/phpunit": "^8.5"
|
667
673
|
},
|
668
674
|
"bin": [
|
669
675
|
"bin/validate-json"
|
@@ -671,7 +677,7 @@
|
|
671
677
|
"type": "library",
|
672
678
|
"extra": {
|
673
679
|
"branch-alias": {
|
674
|
-
"dev-master": "
|
680
|
+
"dev-master": "6.x-dev"
|
675
681
|
}
|
676
682
|
},
|
677
683
|
"autoload": {
|
@@ -702,16 +708,89 @@
|
|
702
708
|
}
|
703
709
|
],
|
704
710
|
"description": "A library to validate a json schema.",
|
705
|
-
"homepage": "https://github.com/
|
711
|
+
"homepage": "https://github.com/jsonrainbow/json-schema",
|
706
712
|
"keywords": [
|
707
713
|
"json",
|
708
714
|
"schema"
|
709
715
|
],
|
710
716
|
"support": {
|
711
|
-
"issues": "https://github.com/
|
712
|
-
"source": "https://github.com/
|
717
|
+
"issues": "https://github.com/jsonrainbow/json-schema/issues",
|
718
|
+
"source": "https://github.com/jsonrainbow/json-schema/tree/6.4.2"
|
719
|
+
},
|
720
|
+
"time": "2025-06-03T18:27:04+00:00"
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"name": "marc-mabe/php-enum",
|
724
|
+
"version": "v4.7.1",
|
725
|
+
"source": {
|
726
|
+
"type": "git",
|
727
|
+
"url": "https://github.com/marc-mabe/php-enum.git",
|
728
|
+
"reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed"
|
729
|
+
},
|
730
|
+
"dist": {
|
731
|
+
"type": "zip",
|
732
|
+
"url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/7159809e5cfa041dca28e61f7f7ae58063aae8ed",
|
733
|
+
"reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed",
|
734
|
+
"shasum": ""
|
735
|
+
},
|
736
|
+
"require": {
|
737
|
+
"ext-reflection": "*",
|
738
|
+
"php": "^7.1 | ^8.0"
|
739
|
+
},
|
740
|
+
"require-dev": {
|
741
|
+
"phpbench/phpbench": "^0.16.10 || ^1.0.4",
|
742
|
+
"phpstan/phpstan": "^1.3.1",
|
743
|
+
"phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
|
744
|
+
"vimeo/psalm": "^4.17.0 | ^5.26.1"
|
745
|
+
},
|
746
|
+
"type": "library",
|
747
|
+
"extra": {
|
748
|
+
"branch-alias": {
|
749
|
+
"dev-3.x": "3.2-dev",
|
750
|
+
"dev-master": "4.7-dev"
|
751
|
+
}
|
752
|
+
},
|
753
|
+
"autoload": {
|
754
|
+
"psr-4": {
|
755
|
+
"MabeEnum\\": "src/"
|
756
|
+
},
|
757
|
+
"classmap": [
|
758
|
+
"stubs/Stringable.php"
|
759
|
+
]
|
760
|
+
},
|
761
|
+
"notification-url": "https://packagist.org/downloads/",
|
762
|
+
"license": [
|
763
|
+
"BSD-3-Clause"
|
764
|
+
],
|
765
|
+
"authors": [
|
766
|
+
{
|
767
|
+
"name": "Marc Bennewitz",
|
768
|
+
"email": "dev@mabe.berlin",
|
769
|
+
"homepage": "https://mabe.berlin/",
|
770
|
+
"role": "Lead"
|
771
|
+
}
|
772
|
+
],
|
773
|
+
"description": "Simple and fast implementation of enumerations with native PHP",
|
774
|
+
"homepage": "https://github.com/marc-mabe/php-enum",
|
775
|
+
"keywords": [
|
776
|
+
"enum",
|
777
|
+
"enum-map",
|
778
|
+
"enum-set",
|
779
|
+
"enumeration",
|
780
|
+
"enumerator",
|
781
|
+
"enummap",
|
782
|
+
"enumset",
|
783
|
+
"map",
|
784
|
+
"set",
|
785
|
+
"type",
|
786
|
+
"type-hint",
|
787
|
+
"typehint"
|
788
|
+
],
|
789
|
+
"support": {
|
790
|
+
"issues": "https://github.com/marc-mabe/php-enum/issues",
|
791
|
+
"source": "https://github.com/marc-mabe/php-enum/tree/v4.7.1"
|
713
792
|
},
|
714
|
-
"time": "
|
793
|
+
"time": "2024-11-28T04:54:44+00:00"
|
715
794
|
},
|
716
795
|
{
|
717
796
|
"name": "psr/container",
|
@@ -818,23 +897,24 @@
|
|
818
897
|
},
|
819
898
|
{
|
820
899
|
"name": "react/promise",
|
821
|
-
"version": "
|
900
|
+
"version": "v3.2.0",
|
822
901
|
"source": {
|
823
902
|
"type": "git",
|
824
903
|
"url": "https://github.com/reactphp/promise.git",
|
825
|
-
"reference": "
|
904
|
+
"reference": "8a164643313c71354582dc850b42b33fa12a4b63"
|
826
905
|
},
|
827
906
|
"dist": {
|
828
907
|
"type": "zip",
|
829
|
-
"url": "https://api.github.com/repos/reactphp/promise/zipball/
|
830
|
-
"reference": "
|
908
|
+
"url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
|
909
|
+
"reference": "8a164643313c71354582dc850b42b33fa12a4b63",
|
831
910
|
"shasum": ""
|
832
911
|
},
|
833
912
|
"require": {
|
834
|
-
"php": ">=
|
913
|
+
"php": ">=7.1.0"
|
835
914
|
},
|
836
915
|
"require-dev": {
|
837
|
-
"
|
916
|
+
"phpstan/phpstan": "1.10.39 || 1.4.10",
|
917
|
+
"phpunit/phpunit": "^9.6 || ^7.5"
|
838
918
|
},
|
839
919
|
"type": "library",
|
840
920
|
"autoload": {
|
@@ -878,7 +958,7 @@
|
|
878
958
|
],
|
879
959
|
"support": {
|
880
960
|
"issues": "https://github.com/reactphp/promise/issues",
|
881
|
-
"source": "https://github.com/reactphp/promise/tree/
|
961
|
+
"source": "https://github.com/reactphp/promise/tree/v3.2.0"
|
882
962
|
},
|
883
963
|
"funding": [
|
884
964
|
{
|
@@ -886,27 +966,27 @@
|
|
886
966
|
"type": "open_collective"
|
887
967
|
}
|
888
968
|
],
|
889
|
-
"time": "
|
969
|
+
"time": "2024-05-24T10:39:05+00:00"
|
890
970
|
},
|
891
971
|
{
|
892
972
|
"name": "seld/jsonlint",
|
893
|
-
"version": "1.
|
973
|
+
"version": "1.11.0",
|
894
974
|
"source": {
|
895
975
|
"type": "git",
|
896
976
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
897
|
-
"reference": "
|
977
|
+
"reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2"
|
898
978
|
},
|
899
979
|
"dist": {
|
900
980
|
"type": "zip",
|
901
|
-
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/
|
902
|
-
"reference": "
|
981
|
+
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2",
|
982
|
+
"reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2",
|
903
983
|
"shasum": ""
|
904
984
|
},
|
905
985
|
"require": {
|
906
986
|
"php": "^5.3 || ^7.0 || ^8.0"
|
907
987
|
},
|
908
988
|
"require-dev": {
|
909
|
-
"phpstan/phpstan": "^1.
|
989
|
+
"phpstan/phpstan": "^1.11",
|
910
990
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
|
911
991
|
},
|
912
992
|
"bin": [
|
@@ -926,7 +1006,7 @@
|
|
926
1006
|
{
|
927
1007
|
"name": "Jordi Boggiano",
|
928
1008
|
"email": "j.boggiano@seld.be",
|
929
|
-
"homepage": "
|
1009
|
+
"homepage": "https://seld.be"
|
930
1010
|
}
|
931
1011
|
],
|
932
1012
|
"description": "JSON Linter",
|
@@ -938,7 +1018,7 @@
|
|
938
1018
|
],
|
939
1019
|
"support": {
|
940
1020
|
"issues": "https://github.com/Seldaek/jsonlint/issues",
|
941
|
-
"source": "https://github.com/Seldaek/jsonlint/tree/1.
|
1021
|
+
"source": "https://github.com/Seldaek/jsonlint/tree/1.11.0"
|
942
1022
|
},
|
943
1023
|
"funding": [
|
944
1024
|
{
|
@@ -950,7 +1030,7 @@
|
|
950
1030
|
"type": "tidelift"
|
951
1031
|
}
|
952
1032
|
],
|
953
|
-
"time": "
|
1033
|
+
"time": "2024-07-11T14:55:45+00:00"
|
954
1034
|
},
|
955
1035
|
{
|
956
1036
|
"name": "seld/phar-utils",
|
@@ -1002,16 +1082,16 @@
|
|
1002
1082
|
},
|
1003
1083
|
{
|
1004
1084
|
"name": "seld/signal-handler",
|
1005
|
-
"version": "2.0.
|
1085
|
+
"version": "2.0.2",
|
1006
1086
|
"source": {
|
1007
1087
|
"type": "git",
|
1008
1088
|
"url": "https://github.com/Seldaek/signal-handler.git",
|
1009
|
-
"reference": "
|
1089
|
+
"reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98"
|
1010
1090
|
},
|
1011
1091
|
"dist": {
|
1012
1092
|
"type": "zip",
|
1013
|
-
"url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/
|
1014
|
-
"reference": "
|
1093
|
+
"url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
|
1094
|
+
"reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
|
1015
1095
|
"shasum": ""
|
1016
1096
|
},
|
1017
1097
|
"require": {
|
@@ -1057,53 +1137,53 @@
|
|
1057
1137
|
],
|
1058
1138
|
"support": {
|
1059
1139
|
"issues": "https://github.com/Seldaek/signal-handler/issues",
|
1060
|
-
"source": "https://github.com/Seldaek/signal-handler/tree/2.0.
|
1140
|
+
"source": "https://github.com/Seldaek/signal-handler/tree/2.0.2"
|
1061
1141
|
},
|
1062
|
-
"time": "
|
1142
|
+
"time": "2023-09-03T09:24:00+00:00"
|
1063
1143
|
},
|
1064
1144
|
{
|
1065
1145
|
"name": "symfony/console",
|
1066
|
-
"version": "
|
1146
|
+
"version": "v7.3.1",
|
1067
1147
|
"source": {
|
1068
1148
|
"type": "git",
|
1069
1149
|
"url": "https://github.com/symfony/console.git",
|
1070
|
-
"reference": "
|
1150
|
+
"reference": "9e27aecde8f506ba0fd1d9989620c04a87697101"
|
1071
1151
|
},
|
1072
1152
|
"dist": {
|
1073
1153
|
"type": "zip",
|
1074
|
-
"url": "https://api.github.com/repos/symfony/console/zipball/
|
1075
|
-
"reference": "
|
1154
|
+
"url": "https://api.github.com/repos/symfony/console/zipball/9e27aecde8f506ba0fd1d9989620c04a87697101",
|
1155
|
+
"reference": "9e27aecde8f506ba0fd1d9989620c04a87697101",
|
1076
1156
|
"shasum": ""
|
1077
1157
|
},
|
1078
1158
|
"require": {
|
1079
|
-
"php": ">=8.
|
1159
|
+
"php": ">=8.2",
|
1080
1160
|
"symfony/deprecation-contracts": "^2.5|^3",
|
1081
1161
|
"symfony/polyfill-mbstring": "~1.0",
|
1082
1162
|
"symfony/service-contracts": "^2.5|^3",
|
1083
|
-
"symfony/string": "^
|
1163
|
+
"symfony/string": "^7.2"
|
1084
1164
|
},
|
1085
1165
|
"conflict": {
|
1086
|
-
"symfony/dependency-injection": "<
|
1087
|
-
"symfony/dotenv": "<
|
1088
|
-
"symfony/event-dispatcher": "<
|
1089
|
-
"symfony/lock": "<
|
1090
|
-
"symfony/process": "<
|
1166
|
+
"symfony/dependency-injection": "<6.4",
|
1167
|
+
"symfony/dotenv": "<6.4",
|
1168
|
+
"symfony/event-dispatcher": "<6.4",
|
1169
|
+
"symfony/lock": "<6.4",
|
1170
|
+
"symfony/process": "<6.4"
|
1091
1171
|
},
|
1092
1172
|
"provide": {
|
1093
1173
|
"psr/log-implementation": "1.0|2.0|3.0"
|
1094
1174
|
},
|
1095
1175
|
"require-dev": {
|
1096
1176
|
"psr/log": "^1|^2|^3",
|
1097
|
-
"symfony/config": "^
|
1098
|
-
"symfony/dependency-injection": "^
|
1099
|
-
"symfony/event-dispatcher": "^
|
1177
|
+
"symfony/config": "^6.4|^7.0",
|
1178
|
+
"symfony/dependency-injection": "^6.4|^7.0",
|
1179
|
+
"symfony/event-dispatcher": "^6.4|^7.0",
|
1100
1180
|
"symfony/http-foundation": "^6.4|^7.0",
|
1101
1181
|
"symfony/http-kernel": "^6.4|^7.0",
|
1102
|
-
"symfony/lock": "^
|
1103
|
-
"symfony/messenger": "^
|
1104
|
-
"symfony/process": "^
|
1105
|
-
"symfony/stopwatch": "^
|
1106
|
-
"symfony/var-dumper": "^
|
1182
|
+
"symfony/lock": "^6.4|^7.0",
|
1183
|
+
"symfony/messenger": "^6.4|^7.0",
|
1184
|
+
"symfony/process": "^6.4|^7.0",
|
1185
|
+
"symfony/stopwatch": "^6.4|^7.0",
|
1186
|
+
"symfony/var-dumper": "^6.4|^7.0"
|
1107
1187
|
},
|
1108
1188
|
"type": "library",
|
1109
1189
|
"autoload": {
|
@@ -1137,7 +1217,7 @@
|
|
1137
1217
|
"terminal"
|
1138
1218
|
],
|
1139
1219
|
"support": {
|
1140
|
-
"source": "https://github.com/symfony/console/tree/
|
1220
|
+
"source": "https://github.com/symfony/console/tree/v7.3.1"
|
1141
1221
|
},
|
1142
1222
|
"funding": [
|
1143
1223
|
{
|
@@ -1153,7 +1233,7 @@
|
|
1153
1233
|
"type": "tidelift"
|
1154
1234
|
}
|
1155
1235
|
],
|
1156
|
-
"time": "2025-
|
1236
|
+
"time": "2025-06-27T19:55:54+00:00"
|
1157
1237
|
},
|
1158
1238
|
{
|
1159
1239
|
"name": "symfony/deprecation-contracts",
|
@@ -1224,25 +1304,25 @@
|
|
1224
1304
|
},
|
1225
1305
|
{
|
1226
1306
|
"name": "symfony/filesystem",
|
1227
|
-
"version": "
|
1307
|
+
"version": "v7.3.0",
|
1228
1308
|
"source": {
|
1229
1309
|
"type": "git",
|
1230
1310
|
"url": "https://github.com/symfony/filesystem.git",
|
1231
|
-
"reference": "
|
1311
|
+
"reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb"
|
1232
1312
|
},
|
1233
1313
|
"dist": {
|
1234
1314
|
"type": "zip",
|
1235
|
-
"url": "https://api.github.com/repos/symfony/filesystem/zipball/
|
1236
|
-
"reference": "
|
1315
|
+
"url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
|
1316
|
+
"reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
|
1237
1317
|
"shasum": ""
|
1238
1318
|
},
|
1239
1319
|
"require": {
|
1240
|
-
"php": ">=8.
|
1320
|
+
"php": ">=8.2",
|
1241
1321
|
"symfony/polyfill-ctype": "~1.8",
|
1242
1322
|
"symfony/polyfill-mbstring": "~1.8"
|
1243
1323
|
},
|
1244
1324
|
"require-dev": {
|
1245
|
-
"symfony/process": "^
|
1325
|
+
"symfony/process": "^6.4|^7.0"
|
1246
1326
|
},
|
1247
1327
|
"type": "library",
|
1248
1328
|
"autoload": {
|
@@ -1270,7 +1350,7 @@
|
|
1270
1350
|
"description": "Provides basic utilities for the filesystem",
|
1271
1351
|
"homepage": "https://symfony.com",
|
1272
1352
|
"support": {
|
1273
|
-
"source": "https://github.com/symfony/filesystem/tree/
|
1353
|
+
"source": "https://github.com/symfony/filesystem/tree/v7.3.0"
|
1274
1354
|
},
|
1275
1355
|
"funding": [
|
1276
1356
|
{
|
@@ -1286,27 +1366,27 @@
|
|
1286
1366
|
"type": "tidelift"
|
1287
1367
|
}
|
1288
1368
|
],
|
1289
|
-
"time": "2024-10-25T15:
|
1369
|
+
"time": "2024-10-25T15:15:23+00:00"
|
1290
1370
|
},
|
1291
1371
|
{
|
1292
1372
|
"name": "symfony/finder",
|
1293
|
-
"version": "
|
1373
|
+
"version": "v7.3.0",
|
1294
1374
|
"source": {
|
1295
1375
|
"type": "git",
|
1296
1376
|
"url": "https://github.com/symfony/finder.git",
|
1297
|
-
"reference": "
|
1377
|
+
"reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d"
|
1298
1378
|
},
|
1299
1379
|
"dist": {
|
1300
1380
|
"type": "zip",
|
1301
|
-
"url": "https://api.github.com/repos/symfony/finder/zipball/
|
1302
|
-
"reference": "
|
1381
|
+
"url": "https://api.github.com/repos/symfony/finder/zipball/ec2344cf77a48253bbca6939aa3d2477773ea63d",
|
1382
|
+
"reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d",
|
1303
1383
|
"shasum": ""
|
1304
1384
|
},
|
1305
1385
|
"require": {
|
1306
|
-
"php": ">=8.
|
1386
|
+
"php": ">=8.2"
|
1307
1387
|
},
|
1308
1388
|
"require-dev": {
|
1309
|
-
"symfony/filesystem": "^6.
|
1389
|
+
"symfony/filesystem": "^6.4|^7.0"
|
1310
1390
|
},
|
1311
1391
|
"type": "library",
|
1312
1392
|
"autoload": {
|
@@ -1334,7 +1414,7 @@
|
|
1334
1414
|
"description": "Finds files and directories via an intuitive fluent interface",
|
1335
1415
|
"homepage": "https://symfony.com",
|
1336
1416
|
"support": {
|
1337
|
-
"source": "https://github.com/symfony/finder/tree/
|
1417
|
+
"source": "https://github.com/symfony/finder/tree/v7.3.0"
|
1338
1418
|
},
|
1339
1419
|
"funding": [
|
1340
1420
|
{
|
@@ -1350,7 +1430,7 @@
|
|
1350
1430
|
"type": "tidelift"
|
1351
1431
|
}
|
1352
1432
|
],
|
1353
|
-
"time": "2024-12-
|
1433
|
+
"time": "2024-12-30T19:00:26+00:00"
|
1354
1434
|
},
|
1355
1435
|
{
|
1356
1436
|
"name": "symfony/polyfill-ctype",
|
@@ -1905,20 +1985,20 @@
|
|
1905
1985
|
},
|
1906
1986
|
{
|
1907
1987
|
"name": "symfony/process",
|
1908
|
-
"version": "
|
1988
|
+
"version": "v7.3.0",
|
1909
1989
|
"source": {
|
1910
1990
|
"type": "git",
|
1911
1991
|
"url": "https://github.com/symfony/process.git",
|
1912
|
-
"reference": "
|
1992
|
+
"reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
|
1913
1993
|
},
|
1914
1994
|
"dist": {
|
1915
1995
|
"type": "zip",
|
1916
|
-
"url": "https://api.github.com/repos/symfony/process/zipball/
|
1917
|
-
"reference": "
|
1996
|
+
"url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
|
1997
|
+
"reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
|
1918
1998
|
"shasum": ""
|
1919
1999
|
},
|
1920
2000
|
"require": {
|
1921
|
-
"php": ">=8.
|
2001
|
+
"php": ">=8.2"
|
1922
2002
|
},
|
1923
2003
|
"type": "library",
|
1924
2004
|
"autoload": {
|
@@ -1946,7 +2026,7 @@
|
|
1946
2026
|
"description": "Executes commands in sub-processes",
|
1947
2027
|
"homepage": "https://symfony.com",
|
1948
2028
|
"support": {
|
1949
|
-
"source": "https://github.com/symfony/process/tree/
|
2029
|
+
"source": "https://github.com/symfony/process/tree/v7.3.0"
|
1950
2030
|
},
|
1951
2031
|
"funding": [
|
1952
2032
|
{
|
@@ -1962,7 +2042,7 @@
|
|
1962
2042
|
"type": "tidelift"
|
1963
2043
|
}
|
1964
2044
|
],
|
1965
|
-
"time": "2025-
|
2045
|
+
"time": "2025-04-17T09:11:12+00:00"
|
1966
2046
|
},
|
1967
2047
|
{
|
1968
2048
|
"name": "symfony/service-contracts",
|
@@ -2310,58 +2390,59 @@
|
|
2310
2390
|
},
|
2311
2391
|
{
|
2312
2392
|
"name": "friendsofphp/php-cs-fixer",
|
2313
|
-
"version": "v3.
|
2393
|
+
"version": "v3.80.0",
|
2314
2394
|
"source": {
|
2315
2395
|
"type": "git",
|
2316
2396
|
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
|
2317
|
-
"reference": "
|
2397
|
+
"reference": "e49ed46b8f7adcc451d4cd2ed34eaae33372bc60"
|
2318
2398
|
},
|
2319
2399
|
"dist": {
|
2320
2400
|
"type": "zip",
|
2321
|
-
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/
|
2322
|
-
"reference": "
|
2401
|
+
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/e49ed46b8f7adcc451d4cd2ed34eaae33372bc60",
|
2402
|
+
"reference": "e49ed46b8f7adcc451d4cd2ed34eaae33372bc60",
|
2323
2403
|
"shasum": ""
|
2324
2404
|
},
|
2325
2405
|
"require": {
|
2326
2406
|
"clue/ndjson-react": "^1.0",
|
2327
2407
|
"composer/semver": "^3.4",
|
2328
|
-
"composer/xdebug-handler": "^3.0.
|
2408
|
+
"composer/xdebug-handler": "^3.0.5",
|
2329
2409
|
"ext-filter": "*",
|
2330
2410
|
"ext-hash": "*",
|
2331
2411
|
"ext-json": "*",
|
2332
2412
|
"ext-tokenizer": "*",
|
2333
2413
|
"fidry/cpu-core-counter": "^1.2",
|
2334
2414
|
"php": "^7.4 || ^8.0",
|
2335
|
-
"react/child-process": "^0.6.
|
2415
|
+
"react/child-process": "^0.6.6",
|
2336
2416
|
"react/event-loop": "^1.0",
|
2337
|
-
"react/promise": "^2.
|
2417
|
+
"react/promise": "^2.11 || ^3.0",
|
2338
2418
|
"react/socket": "^1.0",
|
2339
2419
|
"react/stream": "^1.0",
|
2340
|
-
"sebastian/diff": "^4.0 || ^5.1 || ^6.0 || ^7.0",
|
2341
|
-
"symfony/console": "^5.4 || ^6.4 || ^7.0",
|
2342
|
-
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
|
2343
|
-
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
|
2344
|
-
"symfony/finder": "^5.4 || ^6.4 || ^7.0",
|
2345
|
-
"symfony/options-resolver": "^5.4 || ^6.4 || ^7.0",
|
2346
|
-
"symfony/polyfill-mbstring": "^1.
|
2347
|
-
"symfony/polyfill-php80": "^1.
|
2348
|
-
"symfony/polyfill-php81": "^1.
|
2349
|
-
"symfony/process": "^5.4 || ^6.4 || ^7.2",
|
2350
|
-
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
|
2420
|
+
"sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0",
|
2421
|
+
"symfony/console": "^5.4.45 || ^6.4.13 || ^7.0",
|
2422
|
+
"symfony/event-dispatcher": "^5.4.45 || ^6.4.13 || ^7.0",
|
2423
|
+
"symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0",
|
2424
|
+
"symfony/finder": "^5.4.45 || ^6.4.17 || ^7.0",
|
2425
|
+
"symfony/options-resolver": "^5.4.45 || ^6.4.16 || ^7.0",
|
2426
|
+
"symfony/polyfill-mbstring": "^1.32",
|
2427
|
+
"symfony/polyfill-php80": "^1.32",
|
2428
|
+
"symfony/polyfill-php81": "^1.32",
|
2429
|
+
"symfony/process": "^5.4.47 || ^6.4.20 || ^7.2",
|
2430
|
+
"symfony/stopwatch": "^5.4.45 || ^6.4.19 || ^7.0"
|
2351
2431
|
},
|
2352
2432
|
"require-dev": {
|
2353
2433
|
"facile-it/paraunit": "^1.3.1 || ^2.6",
|
2354
2434
|
"infection/infection": "^0.29.14",
|
2355
|
-
"justinrainbow/json-schema": "^5.3 || ^6.
|
2356
|
-
"keradus/cli-executor": "^2.
|
2435
|
+
"justinrainbow/json-schema": "^5.3 || ^6.4",
|
2436
|
+
"keradus/cli-executor": "^2.2",
|
2357
2437
|
"mikey179/vfsstream": "^1.6.12",
|
2358
|
-
"php-coveralls/php-coveralls": "^2.
|
2438
|
+
"php-coveralls/php-coveralls": "^2.8",
|
2359
2439
|
"php-cs-fixer/accessible-object": "^1.1",
|
2360
2440
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6",
|
2361
2441
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6",
|
2362
|
-
"phpunit/phpunit": "^9.6.
|
2363
|
-
"symfony/
|
2364
|
-
"symfony/
|
2442
|
+
"phpunit/phpunit": "^9.6.23 || ^10.5.47 || ^11.5.25",
|
2443
|
+
"symfony/polyfill-php84": "^1.32",
|
2444
|
+
"symfony/var-dumper": "^5.4.48 || ^6.4.23 || ^7.3.1",
|
2445
|
+
"symfony/yaml": "^5.4.45 || ^6.4.23 || ^7.3.1"
|
2365
2446
|
},
|
2366
2447
|
"suggest": {
|
2367
2448
|
"ext-dom": "For handling output formats in XML",
|
@@ -2402,7 +2483,7 @@
|
|
2402
2483
|
],
|
2403
2484
|
"support": {
|
2404
2485
|
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
|
2405
|
-
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.
|
2486
|
+
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.80.0"
|
2406
2487
|
},
|
2407
2488
|
"funding": [
|
2408
2489
|
{
|
@@ -2410,7 +2491,7 @@
|
|
2410
2491
|
"type": "github"
|
2411
2492
|
}
|
2412
2493
|
],
|
2413
|
-
"time": "2025-
|
2494
|
+
"time": "2025-07-06T21:00:51+00:00"
|
2414
2495
|
},
|
2415
2496
|
{
|
2416
2497
|
"name": "phpstan/phpstan",
|
@@ -2975,29 +3056,29 @@
|
|
2975
3056
|
},
|
2976
3057
|
{
|
2977
3058
|
"name": "sebastian/diff",
|
2978
|
-
"version": "
|
3059
|
+
"version": "7.0.0",
|
2979
3060
|
"source": {
|
2980
3061
|
"type": "git",
|
2981
3062
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
2982
|
-
"reference": "
|
3063
|
+
"reference": "7ab1ea946c012266ca32390913653d844ecd085f"
|
2983
3064
|
},
|
2984
3065
|
"dist": {
|
2985
3066
|
"type": "zip",
|
2986
|
-
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
|
2987
|
-
"reference": "
|
3067
|
+
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
|
3068
|
+
"reference": "7ab1ea946c012266ca32390913653d844ecd085f",
|
2988
3069
|
"shasum": ""
|
2989
3070
|
},
|
2990
3071
|
"require": {
|
2991
|
-
"php": ">=8.
|
3072
|
+
"php": ">=8.3"
|
2992
3073
|
},
|
2993
3074
|
"require-dev": {
|
2994
|
-
"phpunit/phpunit": "^
|
2995
|
-
"symfony/process": "^
|
3075
|
+
"phpunit/phpunit": "^12.0",
|
3076
|
+
"symfony/process": "^7.2"
|
2996
3077
|
},
|
2997
3078
|
"type": "library",
|
2998
3079
|
"extra": {
|
2999
3080
|
"branch-alias": {
|
3000
|
-
"dev-main": "
|
3081
|
+
"dev-main": "7.0-dev"
|
3001
3082
|
}
|
3002
3083
|
},
|
3003
3084
|
"autoload": {
|
@@ -3030,7 +3111,7 @@
|
|
3030
3111
|
"support": {
|
3031
3112
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
3032
3113
|
"security": "https://github.com/sebastianbergmann/diff/security/policy",
|
3033
|
-
"source": "https://github.com/sebastianbergmann/diff/tree/
|
3114
|
+
"source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
|
3034
3115
|
},
|
3035
3116
|
"funding": [
|
3036
3117
|
{
|
@@ -3038,7 +3119,7 @@
|
|
3038
3119
|
"type": "github"
|
3039
3120
|
}
|
3040
3121
|
],
|
3041
|
-
"time": "
|
3122
|
+
"time": "2025-02-07T04:55:46+00:00"
|
3042
3123
|
},
|
3043
3124
|
{
|
3044
3125
|
"name": "symfony/event-dispatcher",
|
@@ -3328,13 +3409,13 @@
|
|
3328
3409
|
],
|
3329
3410
|
"aliases": [],
|
3330
3411
|
"minimum-stability": "stable",
|
3331
|
-
"stability-flags":
|
3412
|
+
"stability-flags": {},
|
3332
3413
|
"prefer-stable": false,
|
3333
3414
|
"prefer-lowest": false,
|
3334
3415
|
"platform": {
|
3335
3416
|
"php": "^8.2",
|
3336
3417
|
"ext-json": "*"
|
3337
3418
|
},
|
3338
|
-
"platform-dev":
|
3339
|
-
"plugin-api-version": "2.
|
3419
|
+
"platform-dev": {},
|
3420
|
+
"plugin-api-version": "2.6.0"
|
3340
3421
|
}
|
@@ -35,6 +35,11 @@ module Dependabot
|
|
35
35
|
)
|
36
36
|
FAILED_GIT_CLONE = T.let(/^Failed to clone (?<url>.*?)/, Regexp)
|
37
37
|
|
38
|
+
GIT_REPO_URL = T.let(
|
39
|
+
%r{((git|ssh|http(s)?)|(git@[\w\.]+))(:(//)?)([\w\.@\:/\-~]+)(/)?},
|
40
|
+
Regexp
|
41
|
+
)
|
42
|
+
|
38
43
|
sig do
|
39
44
|
params(
|
40
45
|
composer_json: T::Hash[String, T.untyped],
|
@@ -78,8 +83,8 @@ module Dependabot
|
|
78
83
|
|
79
84
|
sig { params(message: String, regex: Regexp).returns(T.nilable(String)) }
|
80
85
|
def self.extract_and_clean_dependency_url(message, regex)
|
81
|
-
if
|
82
|
-
dependency_url =
|
86
|
+
if message.match(regex)
|
87
|
+
dependency_url = message[GIT_REPO_URL]
|
83
88
|
if dependency_url.nil? || dependency_url.empty?
|
84
89
|
raise "Could not parse dependency_url from git clone error: #{message}"
|
85
90
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-composer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.321.
|
4
|
+
version: 0.321.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.321.
|
18
|
+
version: 0.321.3
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - '='
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 0.321.
|
25
|
+
version: 0.321.3
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: debug
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -276,7 +276,7 @@ licenses:
|
|
276
276
|
- MIT
|
277
277
|
metadata:
|
278
278
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
279
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.321.
|
279
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.321.3
|
280
280
|
rdoc_options: []
|
281
281
|
require_paths:
|
282
282
|
- lib
|