dependabot-composer 0.118.5 → 0.118.6
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/composer.lock +30 -23
- 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: f88ff2eaf2366d18029aadc4e40a314edcbd9b448da7edbdb8e910f9f4c1c582
|
|
4
|
+
data.tar.gz: 7ffb7e0aae55e7f9206540cb15b34360d9aadd4b1d2ac753627ef2cc289fd740
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 765361051bb84b1d55fea99a2a90d845b02c14fbf4f36bf69cd50041a3913736e242b51e398e52d9182ec92ab59c93b79f55cf9273972c520307e7d83809be3e
|
|
7
|
+
data.tar.gz: 7c4a28948f03c80747a6f6f669187babef0123630028da2be05b0e19c81b1b8a45951a62639209f38501d5e944790e5ecd08344443b267278b74eda426e60cc0
|
data/helpers/composer.lock
CHANGED
|
@@ -74,16 +74,16 @@
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "composer/composer",
|
|
77
|
-
"version": "1.10.
|
|
77
|
+
"version": "1.10.8",
|
|
78
78
|
"source": {
|
|
79
79
|
"type": "git",
|
|
80
80
|
"url": "https://github.com/composer/composer.git",
|
|
81
|
-
"reference": "
|
|
81
|
+
"reference": "56e0e094478f30935e9128552188355fa9712291"
|
|
82
82
|
},
|
|
83
83
|
"dist": {
|
|
84
84
|
"type": "zip",
|
|
85
|
-
"url": "https://api.github.com/repos/composer/composer/zipball/
|
|
86
|
-
"reference": "
|
|
85
|
+
"url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291",
|
|
86
|
+
"reference": "56e0e094478f30935e9128552188355fa9712291",
|
|
87
87
|
"shasum": ""
|
|
88
88
|
},
|
|
89
89
|
"require": {
|
|
@@ -102,12 +102,11 @@
|
|
|
102
102
|
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
|
|
103
103
|
},
|
|
104
104
|
"conflict": {
|
|
105
|
-
"symfony/console": "2.8.38"
|
|
106
|
-
"symfony/phpunit-bridge": "3.4.40"
|
|
105
|
+
"symfony/console": "2.8.38"
|
|
107
106
|
},
|
|
108
107
|
"require-dev": {
|
|
109
108
|
"phpspec/prophecy": "^1.10",
|
|
110
|
-
"symfony/phpunit-bridge": "^
|
|
109
|
+
"symfony/phpunit-bridge": "^4.2"
|
|
111
110
|
},
|
|
112
111
|
"suggest": {
|
|
113
112
|
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
|
@@ -165,7 +164,7 @@
|
|
|
165
164
|
"type": "tidelift"
|
|
166
165
|
}
|
|
167
166
|
],
|
|
168
|
-
"time": "2020-06-
|
|
167
|
+
"time": "2020-06-24T19:23:30+00:00"
|
|
169
168
|
},
|
|
170
169
|
{
|
|
171
170
|
"name": "composer/semver",
|
|
@@ -847,16 +846,16 @@
|
|
|
847
846
|
},
|
|
848
847
|
{
|
|
849
848
|
"name": "symfony/polyfill-ctype",
|
|
850
|
-
"version": "v1.17.
|
|
849
|
+
"version": "v1.17.1",
|
|
851
850
|
"source": {
|
|
852
851
|
"type": "git",
|
|
853
852
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
854
|
-
"reference": "
|
|
853
|
+
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
|
|
855
854
|
},
|
|
856
855
|
"dist": {
|
|
857
856
|
"type": "zip",
|
|
858
|
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
|
|
859
|
-
"reference": "
|
|
857
|
+
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
|
|
858
|
+
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
|
|
860
859
|
"shasum": ""
|
|
861
860
|
},
|
|
862
861
|
"require": {
|
|
@@ -869,6 +868,10 @@
|
|
|
869
868
|
"extra": {
|
|
870
869
|
"branch-alias": {
|
|
871
870
|
"dev-master": "1.17-dev"
|
|
871
|
+
},
|
|
872
|
+
"thanks": {
|
|
873
|
+
"name": "symfony/polyfill",
|
|
874
|
+
"url": "https://github.com/symfony/polyfill"
|
|
872
875
|
}
|
|
873
876
|
},
|
|
874
877
|
"autoload": {
|
|
@@ -915,20 +918,20 @@
|
|
|
915
918
|
"type": "tidelift"
|
|
916
919
|
}
|
|
917
920
|
],
|
|
918
|
-
"time": "2020-
|
|
921
|
+
"time": "2020-06-06T08:46:27+00:00"
|
|
919
922
|
},
|
|
920
923
|
{
|
|
921
924
|
"name": "symfony/polyfill-mbstring",
|
|
922
|
-
"version": "v1.17.
|
|
925
|
+
"version": "v1.17.1",
|
|
923
926
|
"source": {
|
|
924
927
|
"type": "git",
|
|
925
928
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
926
|
-
"reference": "
|
|
929
|
+
"reference": "7110338d81ce1cbc3e273136e4574663627037a7"
|
|
927
930
|
},
|
|
928
931
|
"dist": {
|
|
929
932
|
"type": "zip",
|
|
930
|
-
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
|
|
931
|
-
"reference": "
|
|
933
|
+
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
|
|
934
|
+
"reference": "7110338d81ce1cbc3e273136e4574663627037a7",
|
|
932
935
|
"shasum": ""
|
|
933
936
|
},
|
|
934
937
|
"require": {
|
|
@@ -941,6 +944,10 @@
|
|
|
941
944
|
"extra": {
|
|
942
945
|
"branch-alias": {
|
|
943
946
|
"dev-master": "1.17-dev"
|
|
947
|
+
},
|
|
948
|
+
"thanks": {
|
|
949
|
+
"name": "symfony/polyfill",
|
|
950
|
+
"url": "https://github.com/symfony/polyfill"
|
|
944
951
|
}
|
|
945
952
|
},
|
|
946
953
|
"autoload": {
|
|
@@ -988,7 +995,7 @@
|
|
|
988
995
|
"type": "tidelift"
|
|
989
996
|
}
|
|
990
997
|
],
|
|
991
|
-
"time": "2020-
|
|
998
|
+
"time": "2020-06-06T08:46:27+00:00"
|
|
992
999
|
},
|
|
993
1000
|
{
|
|
994
1001
|
"name": "symfony/process",
|
|
@@ -1379,16 +1386,16 @@
|
|
|
1379
1386
|
},
|
|
1380
1387
|
{
|
|
1381
1388
|
"name": "phpstan/phpstan",
|
|
1382
|
-
"version": "0.12.
|
|
1389
|
+
"version": "0.12.31",
|
|
1383
1390
|
"source": {
|
|
1384
1391
|
"type": "git",
|
|
1385
1392
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
1386
|
-
"reference": "
|
|
1393
|
+
"reference": "776c8056b401e1b67f277b9e9fb334d1a274671d"
|
|
1387
1394
|
},
|
|
1388
1395
|
"dist": {
|
|
1389
1396
|
"type": "zip",
|
|
1390
|
-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/
|
|
1391
|
-
"reference": "
|
|
1397
|
+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/776c8056b401e1b67f277b9e9fb334d1a274671d",
|
|
1398
|
+
"reference": "776c8056b401e1b67f277b9e9fb334d1a274671d",
|
|
1392
1399
|
"shasum": ""
|
|
1393
1400
|
},
|
|
1394
1401
|
"require": {
|
|
@@ -1431,7 +1438,7 @@
|
|
|
1431
1438
|
"type": "tidelift"
|
|
1432
1439
|
}
|
|
1433
1440
|
],
|
|
1434
|
-
"time": "2020-06-
|
|
1441
|
+
"time": "2020-06-24T20:55:29+00:00"
|
|
1435
1442
|
},
|
|
1436
1443
|
{
|
|
1437
1444
|
"name": "symfony/event-dispatcher",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-composer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.118.
|
|
4
|
+
version: 0.118.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dependabot-common
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.118.
|
|
19
|
+
version: 0.118.6
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.118.
|
|
26
|
+
version: 0.118.6
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|