dependabot-composer 0.152.1 → 0.153.0
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/v1/composer.lock +9 -5
- data/helpers/v2/composer.lock +14 -10
- 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: ce0ef098d6fd32f69af6c225af7b6560c0a612fe19d4babddb2e60859f091ffc
|
|
4
|
+
data.tar.gz: 382b2491cdae17b529c1a26ce14833619dabb847f6b3298c4dce202e60ab48f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3da1efd74850c0112a7fa8d749e909fb94a6ea1ee1370b19913d9d393a19cb073e1a0e7ce63f71bd7fa83807acbd4de3fa73045443d81138bf5f847467ec4913
|
|
7
|
+
data.tar.gz: e69237d3439fbb2568b344543fef5f8a0d0c0bcefce6b5f74137affca75665792df5a4d40ec76bc7dd8aeedbac62a2e43baf14c13883999ebcc9d97d097b5dc9
|
data/helpers/v1/composer.lock
CHANGED
|
@@ -1835,16 +1835,16 @@
|
|
|
1835
1835
|
},
|
|
1836
1836
|
{
|
|
1837
1837
|
"name": "phpstan/phpstan",
|
|
1838
|
-
"version": "0.12.
|
|
1838
|
+
"version": "0.12.89",
|
|
1839
1839
|
"source": {
|
|
1840
1840
|
"type": "git",
|
|
1841
1841
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
1842
|
-
"reference": "
|
|
1842
|
+
"reference": "54c0f5a6c30511b77128d58b6369f718df250542"
|
|
1843
1843
|
},
|
|
1844
1844
|
"dist": {
|
|
1845
1845
|
"type": "zip",
|
|
1846
|
-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/
|
|
1847
|
-
"reference": "
|
|
1846
|
+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/54c0f5a6c30511b77128d58b6369f718df250542",
|
|
1847
|
+
"reference": "54c0f5a6c30511b77128d58b6369f718df250542",
|
|
1848
1848
|
"shasum": ""
|
|
1849
1849
|
},
|
|
1850
1850
|
"require": {
|
|
@@ -1878,6 +1878,10 @@
|
|
|
1878
1878
|
"url": "https://github.com/ondrejmirtes",
|
|
1879
1879
|
"type": "github"
|
|
1880
1880
|
},
|
|
1881
|
+
{
|
|
1882
|
+
"url": "https://github.com/phpstan",
|
|
1883
|
+
"type": "github"
|
|
1884
|
+
},
|
|
1881
1885
|
{
|
|
1882
1886
|
"url": "https://www.patreon.com/phpstan",
|
|
1883
1887
|
"type": "patreon"
|
|
@@ -1887,7 +1891,7 @@
|
|
|
1887
1891
|
"type": "tidelift"
|
|
1888
1892
|
}
|
|
1889
1893
|
],
|
|
1890
|
-
"time": "2021-
|
|
1894
|
+
"time": "2021-06-09T20:23:49+00:00"
|
|
1891
1895
|
},
|
|
1892
1896
|
{
|
|
1893
1897
|
"name": "psr/event-dispatcher",
|
data/helpers/v2/composer.lock
CHANGED
|
@@ -79,16 +79,16 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"name": "composer/composer",
|
|
82
|
-
"version": "2.1.
|
|
82
|
+
"version": "2.1.3",
|
|
83
83
|
"source": {
|
|
84
84
|
"type": "git",
|
|
85
85
|
"url": "https://github.com/composer/composer.git",
|
|
86
|
-
"reference": "
|
|
86
|
+
"reference": "fc5c4573aafce3a018eb7f1f8f91cea423970f2e"
|
|
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/fc5c4573aafce3a018eb7f1f8f91cea423970f2e",
|
|
91
|
+
"reference": "fc5c4573aafce3a018eb7f1f8f91cea423970f2e",
|
|
92
92
|
"shasum": ""
|
|
93
93
|
},
|
|
94
94
|
"require": {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"type": "tidelift"
|
|
169
169
|
}
|
|
170
170
|
],
|
|
171
|
-
"time": "2021-06-
|
|
171
|
+
"time": "2021-06-09T14:31:20+00:00"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"name": "composer/metadata-minifier",
|
|
@@ -1989,16 +1989,16 @@
|
|
|
1989
1989
|
},
|
|
1990
1990
|
{
|
|
1991
1991
|
"name": "phpstan/phpstan",
|
|
1992
|
-
"version": "0.12.
|
|
1992
|
+
"version": "0.12.89",
|
|
1993
1993
|
"source": {
|
|
1994
1994
|
"type": "git",
|
|
1995
1995
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
1996
|
-
"reference": "
|
|
1996
|
+
"reference": "54c0f5a6c30511b77128d58b6369f718df250542"
|
|
1997
1997
|
},
|
|
1998
1998
|
"dist": {
|
|
1999
1999
|
"type": "zip",
|
|
2000
|
-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/
|
|
2001
|
-
"reference": "
|
|
2000
|
+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/54c0f5a6c30511b77128d58b6369f718df250542",
|
|
2001
|
+
"reference": "54c0f5a6c30511b77128d58b6369f718df250542",
|
|
2002
2002
|
"shasum": ""
|
|
2003
2003
|
},
|
|
2004
2004
|
"require": {
|
|
@@ -2032,6 +2032,10 @@
|
|
|
2032
2032
|
"url": "https://github.com/ondrejmirtes",
|
|
2033
2033
|
"type": "github"
|
|
2034
2034
|
},
|
|
2035
|
+
{
|
|
2036
|
+
"url": "https://github.com/phpstan",
|
|
2037
|
+
"type": "github"
|
|
2038
|
+
},
|
|
2035
2039
|
{
|
|
2036
2040
|
"url": "https://www.patreon.com/phpstan",
|
|
2037
2041
|
"type": "patreon"
|
|
@@ -2041,7 +2045,7 @@
|
|
|
2041
2045
|
"type": "tidelift"
|
|
2042
2046
|
}
|
|
2043
2047
|
],
|
|
2044
|
-
"time": "2021-
|
|
2048
|
+
"time": "2021-06-09T20:23:49+00:00"
|
|
2045
2049
|
},
|
|
2046
2050
|
{
|
|
2047
2051
|
"name": "psr/cache",
|
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.
|
|
4
|
+
version: 0.153.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-14 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.
|
|
19
|
+
version: 0.153.0
|
|
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.
|
|
26
|
+
version: 0.153.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|