dependabot-composer 0.150.0 → 0.151.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c806c0019c6d1d07ab86b35f9d240ca94786163ec01a60b7f3f7f2fac9f0de20
4
- data.tar.gz: 103f6d059762bfc5596a2fcdf196cc9b4b26c04fb6935137c92b4f26007532da
3
+ metadata.gz: ca2a502802aa5d36ca6dfe98b9a9a7e20c76387965b05b32b4691338e39221c3
4
+ data.tar.gz: e89b19b4660f1f4436281f745ace3fbbd74def8607917f36793750ddc0093a59
5
5
  SHA512:
6
- metadata.gz: c6f767f694c720d9705ad95cf6806f0884b81becbb64571b262a95d14872a9676e6bb489e23e7e712f7085a376ef017f88af48967ce5399ba6d8308cc3a2030d
7
- data.tar.gz: 0af8829793c7909ca2d3223278e984a926d097411f057c3b3eb14828cf38d230e40ccc5946efccebc152bcefe3831447e563a9c2994dcb7ca6fde9862d1514f3
6
+ metadata.gz: 717ff3a636b00ea6a6a517e36e394079fa8b1508fce3ebf9733d6817917726d70305dc7b628383af78913732ccceb6653a45ca32d3c26a9c7b93b0a2b321c061
7
+ data.tar.gz: ead76690bda152cee9a647b78a5eebcaed0142aafa326e735fab52e1fe661aaaeff003473bf330e2329a5be22624db33496d2c1a83fd3b317509869af8c6fea2
@@ -2,19 +2,16 @@
2
2
  $finder = PhpCsFixer\Finder::create()
3
3
  ->in(__DIR__ . '/src')
4
4
  ->in(__DIR__ . '/bin');
5
- return PhpCsFixer\Config::create()
5
+ $config = new PhpCsFixer\Config();
6
+ return $config
6
7
  ->setRules([
7
8
  '@Symfony' => true,
8
- 'array_syntax' => ['syntax' => 'short'],
9
9
  'blank_line_after_opening_tag' => true,
10
10
  'concat_space' => ['spacing' => 'one'],
11
11
  'declare_strict_types' => true,
12
12
  'increment_style' => ['style' => 'post'],
13
- 'is_null' => ['use_yoda_style' => false],
14
- 'list_syntax' => ['syntax' => 'short'],
15
- 'method_argument_space' => ['ensure_fully_multiline' => true],
16
13
  'modernize_types_casting' => true,
17
- 'no_multiline_whitespace_before_semicolons' => true,
14
+ 'multiline_whitespace_before_semicolons' => true,
18
15
  'no_useless_else' => true,
19
16
  'no_useless_return' => true,
20
17
  'ordered_imports' => true,
@@ -5,7 +5,7 @@
5
5
  "composer/composer": "^2"
6
6
  },
7
7
  "require-dev": {
8
- "friendsofphp/php-cs-fixer": "^2.16",
8
+ "friendsofphp/php-cs-fixer": "^3.0",
9
9
  "phpstan/phpstan": "~0.12.3"
10
10
  },
11
11
  "autoload": {
@@ -4,7 +4,7 @@
4
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
5
  "This file is @generated automatically"
6
6
  ],
7
- "content-hash": "8f6e3979c3c871840f3633fd5fb0b94a",
7
+ "content-hash": "c53f9e88458c1c53280d540bb52d5e3d",
8
8
  "packages": [
9
9
  {
10
10
  "name": "composer/ca-bundle",
@@ -1713,28 +1713,30 @@
1713
1713
  "packages-dev": [
1714
1714
  {
1715
1715
  "name": "doctrine/annotations",
1716
- "version": "1.12.1",
1716
+ "version": "1.13.1",
1717
1717
  "source": {
1718
1718
  "type": "git",
1719
1719
  "url": "https://github.com/doctrine/annotations.git",
1720
- "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
1720
+ "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f"
1721
1721
  },
1722
1722
  "dist": {
1723
1723
  "type": "zip",
1724
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
1725
- "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
1724
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
1725
+ "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
1726
1726
  "shasum": ""
1727
1727
  },
1728
1728
  "require": {
1729
1729
  "doctrine/lexer": "1.*",
1730
1730
  "ext-tokenizer": "*",
1731
- "php": "^7.1 || ^8.0"
1731
+ "php": "^7.1 || ^8.0",
1732
+ "psr/cache": "^1 || ^2 || ^3"
1732
1733
  },
1733
1734
  "require-dev": {
1734
- "doctrine/cache": "1.*",
1735
+ "doctrine/cache": "^1.11 || ^2.0",
1735
1736
  "doctrine/coding-standard": "^6.0 || ^8.1",
1736
1737
  "phpstan/phpstan": "^0.12.20",
1737
- "phpunit/phpunit": "^7.5 || ^9.1.5"
1738
+ "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
1739
+ "symfony/cache": "^4.4 || ^5.2"
1738
1740
  },
1739
1741
  "type": "library",
1740
1742
  "autoload": {
@@ -1775,7 +1777,7 @@
1775
1777
  "docblock",
1776
1778
  "parser"
1777
1779
  ],
1778
- "time": "2021-02-21T21:00:45+00:00"
1780
+ "time": "2021-05-16T18:07:53+00:00"
1779
1781
  },
1780
1782
  {
1781
1783
  "name": "doctrine/lexer",
@@ -1855,85 +1857,64 @@
1855
1857
  },
1856
1858
  {
1857
1859
  "name": "friendsofphp/php-cs-fixer",
1858
- "version": "v2.19.0",
1860
+ "version": "v3.0.0",
1859
1861
  "source": {
1860
1862
  "type": "git",
1861
1863
  "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1862
- "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b"
1864
+ "reference": "c15377bdfa8d1ecf186f1deadec39c89984e1167"
1863
1865
  },
1864
1866
  "dist": {
1865
1867
  "type": "zip",
1866
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5b8a9d852b292c2f8a035200fa6844b1f82300b",
1867
- "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b",
1868
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c15377bdfa8d1ecf186f1deadec39c89984e1167",
1869
+ "reference": "c15377bdfa8d1ecf186f1deadec39c89984e1167",
1868
1870
  "shasum": ""
1869
1871
  },
1870
1872
  "require": {
1871
- "composer/semver": "^1.4 || ^2.0 || ^3.0",
1872
- "composer/xdebug-handler": "^1.2 || ^2.0",
1873
- "doctrine/annotations": "^1.2",
1873
+ "composer/semver": "^3.2",
1874
+ "composer/xdebug-handler": "^2.0",
1875
+ "doctrine/annotations": "^1.12",
1874
1876
  "ext-json": "*",
1875
1877
  "ext-tokenizer": "*",
1876
- "php": "^5.6 || ^7.0 || ^8.0",
1877
- "php-cs-fixer/diff": "^1.3",
1878
- "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
1879
- "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
1880
- "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
1881
- "symfony/finder": "^3.0 || ^4.0 || ^5.0",
1882
- "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
1883
- "symfony/polyfill-php70": "^1.0",
1884
- "symfony/polyfill-php72": "^1.4",
1885
- "symfony/process": "^3.0 || ^4.0 || ^5.0",
1886
- "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
1878
+ "php": "^7.1.3 || ^8.0",
1879
+ "php-cs-fixer/diff": "^2.0",
1880
+ "symfony/console": "^4.4.20 || ^5.1.3",
1881
+ "symfony/event-dispatcher": "^4.4.20 || ^5.0",
1882
+ "symfony/filesystem": "^4.4.20 || ^5.0",
1883
+ "symfony/finder": "^4.4.20 || ^5.0",
1884
+ "symfony/options-resolver": "^4.4.20 || ^5.0",
1885
+ "symfony/polyfill-php72": "^1.22",
1886
+ "symfony/process": "^4.4.20 || ^5.0",
1887
+ "symfony/stopwatch": "^4.4.20 || ^5.0"
1887
1888
  },
1888
1889
  "require-dev": {
1889
- "justinrainbow/json-schema": "^5.0",
1890
+ "justinrainbow/json-schema": "^5.2",
1890
1891
  "keradus/cli-executor": "^1.4",
1891
- "mikey179/vfsstream": "^1.6",
1892
- "php-coveralls/php-coveralls": "^2.4.2",
1893
- "php-cs-fixer/accessible-object": "^1.0",
1892
+ "mikey179/vfsstream": "^1.6.8",
1893
+ "php-coveralls/php-coveralls": "^2.4.3",
1894
+ "php-cs-fixer/accessible-object": "^1.1",
1894
1895
  "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
1895
1896
  "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
1897
+ "phpspec/prophecy": "^1.10.3",
1896
1898
  "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
1897
- "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
1899
+ "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5",
1898
1900
  "phpunitgoodpractices/polyfill": "^1.5",
1899
1901
  "phpunitgoodpractices/traits": "^1.9.1",
1900
- "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
1901
- "symfony/phpunit-bridge": "^5.2.1",
1902
- "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
1902
+ "symfony/phpunit-bridge": "^5.2.4",
1903
+ "symfony/yaml": "^4.4.20 || ^5.0"
1903
1904
  },
1904
1905
  "suggest": {
1905
1906
  "ext-dom": "For handling output formats in XML",
1906
1907
  "ext-mbstring": "For handling non-UTF8 characters.",
1907
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
1908
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
1909
1908
  "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
1910
1909
  },
1911
1910
  "bin": [
1912
1911
  "php-cs-fixer"
1913
1912
  ],
1914
1913
  "type": "application",
1915
- "extra": {
1916
- "branch-alias": {
1917
- "dev-master": "2.19-dev"
1918
- }
1919
- },
1920
1914
  "autoload": {
1921
1915
  "psr-4": {
1922
1916
  "PhpCsFixer\\": "src/"
1923
- },
1924
- "classmap": [
1925
- "tests/Test/AbstractFixerTestCase.php",
1926
- "tests/Test/AbstractIntegrationCaseFactory.php",
1927
- "tests/Test/AbstractIntegrationTestCase.php",
1928
- "tests/Test/Assert/AssertTokensTrait.php",
1929
- "tests/Test/IntegrationCase.php",
1930
- "tests/Test/IntegrationCaseFactory.php",
1931
- "tests/Test/IntegrationCaseFactoryInterface.php",
1932
- "tests/Test/InternalIntegrationCaseFactory.php",
1933
- "tests/Test/IsIdenticalConstraint.php",
1934
- "tests/Test/TokensWithObservedTransformers.php",
1935
- "tests/TestCase.php"
1936
- ]
1917
+ }
1937
1918
  },
1938
1919
  "notification-url": "https://packagist.org/downloads/",
1939
1920
  "license": [
@@ -1956,20 +1937,20 @@
1956
1937
  "type": "github"
1957
1938
  }
1958
1939
  ],
1959
- "time": "2021-05-03T21:43:24+00:00"
1940
+ "time": "2021-05-03T21:51:58+00:00"
1960
1941
  },
1961
1942
  {
1962
1943
  "name": "php-cs-fixer/diff",
1963
- "version": "v1.3.1",
1944
+ "version": "v2.0.2",
1964
1945
  "source": {
1965
1946
  "type": "git",
1966
1947
  "url": "https://github.com/PHP-CS-Fixer/diff.git",
1967
- "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
1948
+ "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
1968
1949
  },
1969
1950
  "dist": {
1970
1951
  "type": "zip",
1971
- "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
1972
- "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
1952
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
1953
+ "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
1973
1954
  "shasum": ""
1974
1955
  },
1975
1956
  "require": {
@@ -1997,17 +1978,14 @@
1997
1978
  {
1998
1979
  "name": "Kore Nordmann",
1999
1980
  "email": "mail@kore-nordmann.de"
2000
- },
2001
- {
2002
- "name": "SpacePossum"
2003
1981
  }
2004
1982
  ],
2005
- "description": "sebastian/diff v2 backport support for PHP5.6",
1983
+ "description": "sebastian/diff v3 backport support for PHP 5.6+",
2006
1984
  "homepage": "https://github.com/PHP-CS-Fixer",
2007
1985
  "keywords": [
2008
1986
  "diff"
2009
1987
  ],
2010
- "time": "2020-10-14T08:39:05+00:00"
1988
+ "time": "2020-10-14T08:32:19+00:00"
2011
1989
  },
2012
1990
  {
2013
1991
  "name": "phpstan/phpstan",
@@ -2065,6 +2043,52 @@
2065
2043
  ],
2066
2044
  "time": "2021-05-17T12:24:49+00:00"
2067
2045
  },
2046
+ {
2047
+ "name": "psr/cache",
2048
+ "version": "1.0.1",
2049
+ "source": {
2050
+ "type": "git",
2051
+ "url": "https://github.com/php-fig/cache.git",
2052
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2053
+ },
2054
+ "dist": {
2055
+ "type": "zip",
2056
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2057
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2058
+ "shasum": ""
2059
+ },
2060
+ "require": {
2061
+ "php": ">=5.3.0"
2062
+ },
2063
+ "type": "library",
2064
+ "extra": {
2065
+ "branch-alias": {
2066
+ "dev-master": "1.0.x-dev"
2067
+ }
2068
+ },
2069
+ "autoload": {
2070
+ "psr-4": {
2071
+ "Psr\\Cache\\": "src/"
2072
+ }
2073
+ },
2074
+ "notification-url": "https://packagist.org/downloads/",
2075
+ "license": [
2076
+ "MIT"
2077
+ ],
2078
+ "authors": [
2079
+ {
2080
+ "name": "PHP-FIG",
2081
+ "homepage": "http://www.php-fig.org/"
2082
+ }
2083
+ ],
2084
+ "description": "Common interface for caching libraries",
2085
+ "keywords": [
2086
+ "cache",
2087
+ "psr",
2088
+ "psr-6"
2089
+ ],
2090
+ "time": "2016-08-06T20:24:11+00:00"
2091
+ },
2068
2092
  {
2069
2093
  "name": "psr/event-dispatcher",
2070
2094
  "version": "1.0.0",
@@ -2113,16 +2137,16 @@
2113
2137
  },
2114
2138
  {
2115
2139
  "name": "symfony/event-dispatcher",
2116
- "version": "v5.2.4",
2140
+ "version": "v5.3.0",
2117
2141
  "source": {
2118
2142
  "type": "git",
2119
2143
  "url": "https://github.com/symfony/event-dispatcher.git",
2120
- "reference": "d08d6ec121a425897951900ab692b612a61d6240"
2144
+ "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce"
2121
2145
  },
2122
2146
  "dist": {
2123
2147
  "type": "zip",
2124
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240",
2125
- "reference": "d08d6ec121a425897951900ab692b612a61d6240",
2148
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67a5f354afa8e2f231081b3fa11a5912f933c3ce",
2149
+ "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce",
2126
2150
  "shasum": ""
2127
2151
  },
2128
2152
  "require": {
@@ -2191,7 +2215,7 @@
2191
2215
  "type": "tidelift"
2192
2216
  }
2193
2217
  ],
2194
- "time": "2021-02-18T17:12:37+00:00"
2218
+ "time": "2021-05-26T17:43:10+00:00"
2195
2219
  },
2196
2220
  {
2197
2221
  "name": "symfony/event-dispatcher-contracts",
@@ -2271,16 +2295,16 @@
2271
2295
  },
2272
2296
  {
2273
2297
  "name": "symfony/options-resolver",
2274
- "version": "v5.2.4",
2298
+ "version": "v5.3.0",
2275
2299
  "source": {
2276
2300
  "type": "git",
2277
2301
  "url": "https://github.com/symfony/options-resolver.git",
2278
- "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce"
2302
+ "reference": "162e886ca035869866d233a2bfef70cc28f9bbe5"
2279
2303
  },
2280
2304
  "dist": {
2281
2305
  "type": "zip",
2282
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
2283
- "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
2306
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/162e886ca035869866d233a2bfef70cc28f9bbe5",
2307
+ "reference": "162e886ca035869866d233a2bfef70cc28f9bbe5",
2284
2308
  "shasum": ""
2285
2309
  },
2286
2310
  "require": {
@@ -2333,85 +2357,20 @@
2333
2357
  "type": "tidelift"
2334
2358
  }
2335
2359
  ],
2336
- "time": "2021-01-27T12:56:27+00:00"
2337
- },
2338
- {
2339
- "name": "symfony/polyfill-php70",
2340
- "version": "v1.20.0",
2341
- "source": {
2342
- "type": "git",
2343
- "url": "https://github.com/symfony/polyfill-php70.git",
2344
- "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
2345
- },
2346
- "dist": {
2347
- "type": "zip",
2348
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
2349
- "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
2350
- "shasum": ""
2351
- },
2352
- "require": {
2353
- "php": ">=7.1"
2354
- },
2355
- "type": "metapackage",
2356
- "extra": {
2357
- "branch-alias": {
2358
- "dev-main": "1.20-dev"
2359
- },
2360
- "thanks": {
2361
- "name": "symfony/polyfill",
2362
- "url": "https://github.com/symfony/polyfill"
2363
- }
2364
- },
2365
- "notification-url": "https://packagist.org/downloads/",
2366
- "license": [
2367
- "MIT"
2368
- ],
2369
- "authors": [
2370
- {
2371
- "name": "Nicolas Grekas",
2372
- "email": "p@tchwork.com"
2373
- },
2374
- {
2375
- "name": "Symfony Community",
2376
- "homepage": "https://symfony.com/contributors"
2377
- }
2378
- ],
2379
- "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2380
- "homepage": "https://symfony.com",
2381
- "keywords": [
2382
- "compatibility",
2383
- "polyfill",
2384
- "portable",
2385
- "shim"
2386
- ],
2387
- "funding": [
2388
- {
2389
- "url": "https://symfony.com/sponsor",
2390
- "type": "custom"
2391
- },
2392
- {
2393
- "url": "https://github.com/fabpot",
2394
- "type": "github"
2395
- },
2396
- {
2397
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2398
- "type": "tidelift"
2399
- }
2400
- ],
2401
- "time": "2020-10-23T14:02:19+00:00"
2360
+ "time": "2021-05-26T17:43:10+00:00"
2402
2361
  },
2403
2362
  {
2404
2363
  "name": "symfony/polyfill-php72",
2405
- "version": "v1.22.1",
2364
+ "version": "v1.23.0",
2406
2365
  "source": {
2407
2366
  "type": "git",
2408
2367
  "url": "https://github.com/symfony/polyfill-php72.git",
2409
- "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2368
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2410
2369
  },
2411
2370
  "dist": {
2412
2371
  "type": "zip",
2413
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2414
- "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2372
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
2373
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2415
2374
  "shasum": ""
2416
2375
  },
2417
2376
  "require": {
@@ -2420,7 +2379,7 @@
2420
2379
  "type": "library",
2421
2380
  "extra": {
2422
2381
  "branch-alias": {
2423
- "dev-main": "1.22-dev"
2382
+ "dev-main": "1.23-dev"
2424
2383
  },
2425
2384
  "thanks": {
2426
2385
  "name": "symfony/polyfill",
@@ -2471,20 +2430,20 @@
2471
2430
  "type": "tidelift"
2472
2431
  }
2473
2432
  ],
2474
- "time": "2021-01-07T16:49:33+00:00"
2433
+ "time": "2021-05-27T09:17:38+00:00"
2475
2434
  },
2476
2435
  {
2477
2436
  "name": "symfony/stopwatch",
2478
- "version": "v5.2.7",
2437
+ "version": "v5.3.0",
2479
2438
  "source": {
2480
2439
  "type": "git",
2481
2440
  "url": "https://github.com/symfony/stopwatch.git",
2482
- "reference": "d99310c33e833def36419c284f60e8027d359678"
2441
+ "reference": "313d02f59d6543311865007e5ff4ace05b35ee65"
2483
2442
  },
2484
2443
  "dist": {
2485
2444
  "type": "zip",
2486
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678",
2487
- "reference": "d99310c33e833def36419c284f60e8027d359678",
2445
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/313d02f59d6543311865007e5ff4ace05b35ee65",
2446
+ "reference": "313d02f59d6543311865007e5ff4ace05b35ee65",
2488
2447
  "shasum": ""
2489
2448
  },
2490
2449
  "require": {
@@ -2530,7 +2489,7 @@
2530
2489
  "type": "tidelift"
2531
2490
  }
2532
2491
  ],
2533
- "time": "2021-03-29T15:28:41+00:00"
2492
+ "time": "2021-05-26T17:43:10+00:00"
2534
2493
  }
2535
2494
  ],
2536
2495
  "aliases": [],
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.150.0
4
+ version: 0.151.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.150.0
19
+ version: 0.151.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.150.0
26
+ version: 0.151.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -197,7 +197,7 @@ files:
197
197
  - helpers/v1/src/Hasher.php
198
198
  - helpers/v1/src/UpdateChecker.php
199
199
  - helpers/v1/src/Updater.php
200
- - helpers/v2/.php_cs
200
+ - helpers/v2/.php-cs-fixer.php
201
201
  - helpers/v2/bin/run
202
202
  - helpers/v2/build
203
203
  - helpers/v2/composer.json