dependabot-composer 0.163.0 → 0.163.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/helpers/v1/composer.lock +85 -37
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f6659b9335f81bf986ae671514c2b4396d172ac3491c8fa245b04eb90c3a8d1
4
- data.tar.gz: 1b75e1827fe464b6262490371aca3015861238d78aa29e3104d797338ea3ebb3
3
+ metadata.gz: 5c64628cc23ef08c13427ec5ba8be9c719da8a1c5718605a006be6d1b2dcddfe
4
+ data.tar.gz: 6761b6d950b8adaf0a0cefcde54c429f5bf1f0cfeee2523a72b1f7e9a0cf97e0
5
5
  SHA512:
6
- metadata.gz: 17b2d07d848a27d0d306ee748e4a7ac1c359b7164530f60c46aaed181c2652a31778f6939b485e646ce13c7500c7d8b9a27bb01812aed686c6d43645cea67f21
7
- data.tar.gz: 868d34744f23530deab11d0d65751818936ae4a2acb9c7bb82546785ddeff8782517518314f0ba89655b0e20f2ac2faad6d030e3dd4c4be246ecf30819396a04
6
+ metadata.gz: f9ac4d64837c022985b520d920dcaf5e507f46c56e4fa07a241e9a77a91a9323c37678401eedc39661d771a647a2ce0dd79456f33c0d7894332563e131c81265
7
+ data.tar.gz: f04977885e52f758040bf744274c0a6cb8033db0ec06502c62624aae9368f0a2f798735d35a564dc71ab9eecc153c961f664f086630f1b3686f6644ebaba51b8
@@ -1605,28 +1605,30 @@
1605
1605
  "packages-dev": [
1606
1606
  {
1607
1607
  "name": "doctrine/annotations",
1608
- "version": "1.12.1",
1608
+ "version": "1.13.2",
1609
1609
  "source": {
1610
1610
  "type": "git",
1611
1611
  "url": "https://github.com/doctrine/annotations.git",
1612
- "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
1612
+ "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
1613
1613
  },
1614
1614
  "dist": {
1615
1615
  "type": "zip",
1616
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
1617
- "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
1616
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
1617
+ "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
1618
1618
  "shasum": ""
1619
1619
  },
1620
1620
  "require": {
1621
1621
  "doctrine/lexer": "1.*",
1622
1622
  "ext-tokenizer": "*",
1623
- "php": "^7.1 || ^8.0"
1623
+ "php": "^7.1 || ^8.0",
1624
+ "psr/cache": "^1 || ^2 || ^3"
1624
1625
  },
1625
1626
  "require-dev": {
1626
- "doctrine/cache": "1.*",
1627
+ "doctrine/cache": "^1.11 || ^2.0",
1627
1628
  "doctrine/coding-standard": "^6.0 || ^8.1",
1628
1629
  "phpstan/phpstan": "^0.12.20",
1629
- "phpunit/phpunit": "^7.5 || ^9.1.5"
1630
+ "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
1631
+ "symfony/cache": "^4.4 || ^5.2"
1630
1632
  },
1631
1633
  "type": "library",
1632
1634
  "autoload": {
@@ -1667,7 +1669,7 @@
1667
1669
  "docblock",
1668
1670
  "parser"
1669
1671
  ],
1670
- "time": "2021-02-21T21:00:45+00:00"
1672
+ "time": "2021-08-05T19:00:23+00:00"
1671
1673
  },
1672
1674
  {
1673
1675
  "name": "doctrine/lexer",
@@ -1747,16 +1749,16 @@
1747
1749
  },
1748
1750
  {
1749
1751
  "name": "friendsofphp/php-cs-fixer",
1750
- "version": "v2.19.0",
1752
+ "version": "v2.19.2",
1751
1753
  "source": {
1752
1754
  "type": "git",
1753
1755
  "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1754
- "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b"
1756
+ "reference": "d5c737c2e18ba502b75b44832b31fe627f82e307"
1755
1757
  },
1756
1758
  "dist": {
1757
1759
  "type": "zip",
1758
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5b8a9d852b292c2f8a035200fa6844b1f82300b",
1759
- "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b",
1760
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5c737c2e18ba502b75b44832b31fe627f82e307",
1761
+ "reference": "d5c737c2e18ba502b75b44832b31fe627f82e307",
1760
1762
  "shasum": ""
1761
1763
  },
1762
1764
  "require": {
@@ -1848,7 +1850,7 @@
1848
1850
  "type": "github"
1849
1851
  }
1850
1852
  ],
1851
- "time": "2021-05-03T21:43:24+00:00"
1853
+ "time": "2021-08-18T19:55:46+00:00"
1852
1854
  },
1853
1855
  {
1854
1856
  "name": "php-cs-fixer/diff",
@@ -1961,6 +1963,52 @@
1961
1963
  ],
1962
1964
  "time": "2021-09-12T20:09:55+00:00"
1963
1965
  },
1966
+ {
1967
+ "name": "psr/cache",
1968
+ "version": "1.0.1",
1969
+ "source": {
1970
+ "type": "git",
1971
+ "url": "https://github.com/php-fig/cache.git",
1972
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1973
+ },
1974
+ "dist": {
1975
+ "type": "zip",
1976
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1977
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1978
+ "shasum": ""
1979
+ },
1980
+ "require": {
1981
+ "php": ">=5.3.0"
1982
+ },
1983
+ "type": "library",
1984
+ "extra": {
1985
+ "branch-alias": {
1986
+ "dev-master": "1.0.x-dev"
1987
+ }
1988
+ },
1989
+ "autoload": {
1990
+ "psr-4": {
1991
+ "Psr\\Cache\\": "src/"
1992
+ }
1993
+ },
1994
+ "notification-url": "https://packagist.org/downloads/",
1995
+ "license": [
1996
+ "MIT"
1997
+ ],
1998
+ "authors": [
1999
+ {
2000
+ "name": "PHP-FIG",
2001
+ "homepage": "http://www.php-fig.org/"
2002
+ }
2003
+ ],
2004
+ "description": "Common interface for caching libraries",
2005
+ "keywords": [
2006
+ "cache",
2007
+ "psr",
2008
+ "psr-6"
2009
+ ],
2010
+ "time": "2016-08-06T20:24:11+00:00"
2011
+ },
1964
2012
  {
1965
2013
  "name": "psr/event-dispatcher",
1966
2014
  "version": "1.0.0",
@@ -2009,23 +2057,23 @@
2009
2057
  },
2010
2058
  {
2011
2059
  "name": "symfony/event-dispatcher",
2012
- "version": "v5.2.4",
2060
+ "version": "v5.3.7",
2013
2061
  "source": {
2014
2062
  "type": "git",
2015
2063
  "url": "https://github.com/symfony/event-dispatcher.git",
2016
- "reference": "d08d6ec121a425897951900ab692b612a61d6240"
2064
+ "reference": "ce7b20d69c66a20939d8952b617506a44d102130"
2017
2065
  },
2018
2066
  "dist": {
2019
2067
  "type": "zip",
2020
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240",
2021
- "reference": "d08d6ec121a425897951900ab692b612a61d6240",
2068
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130",
2069
+ "reference": "ce7b20d69c66a20939d8952b617506a44d102130",
2022
2070
  "shasum": ""
2023
2071
  },
2024
2072
  "require": {
2025
2073
  "php": ">=7.2.5",
2026
2074
  "symfony/deprecation-contracts": "^2.1",
2027
2075
  "symfony/event-dispatcher-contracts": "^2",
2028
- "symfony/polyfill-php80": "^1.15"
2076
+ "symfony/polyfill-php80": "^1.16"
2029
2077
  },
2030
2078
  "conflict": {
2031
2079
  "symfony/dependency-injection": "<4.4"
@@ -2035,7 +2083,7 @@
2035
2083
  "symfony/event-dispatcher-implementation": "2.0"
2036
2084
  },
2037
2085
  "require-dev": {
2038
- "psr/log": "~1.0",
2086
+ "psr/log": "^1|^2|^3",
2039
2087
  "symfony/config": "^4.4|^5.0",
2040
2088
  "symfony/dependency-injection": "^4.4|^5.0",
2041
2089
  "symfony/error-handler": "^4.4|^5.0",
@@ -2087,7 +2135,7 @@
2087
2135
  "type": "tidelift"
2088
2136
  }
2089
2137
  ],
2090
- "time": "2021-02-18T17:12:37+00:00"
2138
+ "time": "2021-08-04T21:20:46+00:00"
2091
2139
  },
2092
2140
  {
2093
2141
  "name": "symfony/event-dispatcher-contracts",
@@ -2167,23 +2215,23 @@
2167
2215
  },
2168
2216
  {
2169
2217
  "name": "symfony/options-resolver",
2170
- "version": "v5.2.4",
2218
+ "version": "v5.3.7",
2171
2219
  "source": {
2172
2220
  "type": "git",
2173
2221
  "url": "https://github.com/symfony/options-resolver.git",
2174
- "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce"
2222
+ "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e"
2175
2223
  },
2176
2224
  "dist": {
2177
2225
  "type": "zip",
2178
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
2179
- "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
2226
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4b78e55b179003a42523a362cc0e8327f7a69b5e",
2227
+ "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e",
2180
2228
  "shasum": ""
2181
2229
  },
2182
2230
  "require": {
2183
2231
  "php": ">=7.2.5",
2184
2232
  "symfony/deprecation-contracts": "^2.1",
2185
2233
  "symfony/polyfill-php73": "~1.0",
2186
- "symfony/polyfill-php80": "^1.15"
2234
+ "symfony/polyfill-php80": "^1.16"
2187
2235
  },
2188
2236
  "type": "library",
2189
2237
  "autoload": {
@@ -2229,7 +2277,7 @@
2229
2277
  "type": "tidelift"
2230
2278
  }
2231
2279
  ],
2232
- "time": "2021-01-27T12:56:27+00:00"
2280
+ "time": "2021-08-04T21:20:46+00:00"
2233
2281
  },
2234
2282
  {
2235
2283
  "name": "symfony/polyfill-php70",
@@ -2298,16 +2346,16 @@
2298
2346
  },
2299
2347
  {
2300
2348
  "name": "symfony/polyfill-php72",
2301
- "version": "v1.22.1",
2349
+ "version": "v1.23.0",
2302
2350
  "source": {
2303
2351
  "type": "git",
2304
2352
  "url": "https://github.com/symfony/polyfill-php72.git",
2305
- "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2353
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2306
2354
  },
2307
2355
  "dist": {
2308
2356
  "type": "zip",
2309
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2310
- "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2357
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
2358
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2311
2359
  "shasum": ""
2312
2360
  },
2313
2361
  "require": {
@@ -2316,7 +2364,7 @@
2316
2364
  "type": "library",
2317
2365
  "extra": {
2318
2366
  "branch-alias": {
2319
- "dev-main": "1.22-dev"
2367
+ "dev-main": "1.23-dev"
2320
2368
  },
2321
2369
  "thanks": {
2322
2370
  "name": "symfony/polyfill",
@@ -2367,20 +2415,20 @@
2367
2415
  "type": "tidelift"
2368
2416
  }
2369
2417
  ],
2370
- "time": "2021-01-07T16:49:33+00:00"
2418
+ "time": "2021-05-27T09:17:38+00:00"
2371
2419
  },
2372
2420
  {
2373
2421
  "name": "symfony/stopwatch",
2374
- "version": "v5.2.7",
2422
+ "version": "v5.3.4",
2375
2423
  "source": {
2376
2424
  "type": "git",
2377
2425
  "url": "https://github.com/symfony/stopwatch.git",
2378
- "reference": "d99310c33e833def36419c284f60e8027d359678"
2426
+ "reference": "b24c6a92c6db316fee69e38c80591e080e41536c"
2379
2427
  },
2380
2428
  "dist": {
2381
2429
  "type": "zip",
2382
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678",
2383
- "reference": "d99310c33e833def36419c284f60e8027d359678",
2430
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c",
2431
+ "reference": "b24c6a92c6db316fee69e38c80591e080e41536c",
2384
2432
  "shasum": ""
2385
2433
  },
2386
2434
  "require": {
@@ -2426,7 +2474,7 @@
2426
2474
  "type": "tidelift"
2427
2475
  }
2428
2476
  ],
2429
- "time": "2021-03-29T15:28:41+00:00"
2477
+ "time": "2021-07-10T08:58:57+00:00"
2430
2478
  }
2431
2479
  ],
2432
2480
  "aliases": [],
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.163.0
4
+ version: 0.163.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-07 00:00:00.000000000 Z
11
+ date: 2021-11-11 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.163.0
19
+ version: 0.163.1
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.163.0
26
+ version: 0.163.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement