dependabot-composer 0.150.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c806c0019c6d1d07ab86b35f9d240ca94786163ec01a60b7f3f7f2fac9f0de20
4
- data.tar.gz: 103f6d059762bfc5596a2fcdf196cc9b4b26c04fb6935137c92b4f26007532da
3
+ metadata.gz: ce0ef098d6fd32f69af6c225af7b6560c0a612fe19d4babddb2e60859f091ffc
4
+ data.tar.gz: 382b2491cdae17b529c1a26ce14833619dabb847f6b3298c4dce202e60ab48f9
5
5
  SHA512:
6
- metadata.gz: c6f767f694c720d9705ad95cf6806f0884b81becbb64571b262a95d14872a9676e6bb489e23e7e712f7085a376ef017f88af48967ce5399ba6d8308cc3a2030d
7
- data.tar.gz: 0af8829793c7909ca2d3223278e984a926d097411f057c3b3eb14828cf38d230e40ccc5946efccebc152bcefe3831447e563a9c2994dcb7ca6fde9862d1514f3
6
+ metadata.gz: 3da1efd74850c0112a7fa8d749e909fb94a6ea1ee1370b19913d9d393a19cb073e1a0e7ce63f71bd7fa83807acbd4de3fa73045443d81138bf5f847467ec4913
7
+ data.tar.gz: e69237d3439fbb2568b344543fef5f8a0d0c0bcefce6b5f74137affca75665792df5a4d40ec76bc7dd8aeedbac62a2e43baf14c13883999ebcc9d97d097b5dc9
@@ -1835,16 +1835,16 @@
1835
1835
  },
1836
1836
  {
1837
1837
  "name": "phpstan/phpstan",
1838
- "version": "0.12.88",
1838
+ "version": "0.12.89",
1839
1839
  "source": {
1840
1840
  "type": "git",
1841
1841
  "url": "https://github.com/phpstan/phpstan.git",
1842
- "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68"
1842
+ "reference": "54c0f5a6c30511b77128d58b6369f718df250542"
1843
1843
  },
1844
1844
  "dist": {
1845
1845
  "type": "zip",
1846
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68",
1847
- "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68",
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-05-17T12:24:49+00:00"
1894
+ "time": "2021-06-09T20:23:49+00:00"
1891
1895
  },
1892
1896
  {
1893
1897
  "name": "psr/event-dispatcher",
@@ -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,20 +4,20 @@
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",
11
- "version": "1.2.9",
11
+ "version": "1.2.10",
12
12
  "source": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/composer/ca-bundle.git",
15
- "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
15
+ "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8"
16
16
  },
17
17
  "dist": {
18
18
  "type": "zip",
19
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
20
- "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
19
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8",
20
+ "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8",
21
21
  "shasum": ""
22
22
  },
23
23
  "require": {
@@ -75,20 +75,20 @@
75
75
  "type": "tidelift"
76
76
  }
77
77
  ],
78
- "time": "2021-01-12T12:10:35+00:00"
78
+ "time": "2021-06-07T13:58:28+00:00"
79
79
  },
80
80
  {
81
81
  "name": "composer/composer",
82
- "version": "2.1.1",
82
+ "version": "2.1.3",
83
83
  "source": {
84
84
  "type": "git",
85
85
  "url": "https://github.com/composer/composer.git",
86
- "reference": "e338749d4e6cc97e1136c210ce0212d4a59e3a58"
86
+ "reference": "fc5c4573aafce3a018eb7f1f8f91cea423970f2e"
87
87
  },
88
88
  "dist": {
89
89
  "type": "zip",
90
- "url": "https://api.github.com/repos/composer/composer/zipball/e338749d4e6cc97e1136c210ce0212d4a59e3a58",
91
- "reference": "e338749d4e6cc97e1136c210ce0212d4a59e3a58",
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-04T06:46:46+00:00"
171
+ "time": "2021-06-09T14:31:20+00:00"
172
172
  },
173
173
  {
174
174
  "name": "composer/metadata-minifier",
@@ -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,30 +1978,27 @@
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",
2014
- "version": "0.12.88",
1992
+ "version": "0.12.89",
2015
1993
  "source": {
2016
1994
  "type": "git",
2017
1995
  "url": "https://github.com/phpstan/phpstan.git",
2018
- "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68"
1996
+ "reference": "54c0f5a6c30511b77128d58b6369f718df250542"
2019
1997
  },
2020
1998
  "dist": {
2021
1999
  "type": "zip",
2022
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68",
2023
- "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68",
2000
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/54c0f5a6c30511b77128d58b6369f718df250542",
2001
+ "reference": "54c0f5a6c30511b77128d58b6369f718df250542",
2024
2002
  "shasum": ""
2025
2003
  },
2026
2004
  "require": {
@@ -2054,6 +2032,10 @@
2054
2032
  "url": "https://github.com/ondrejmirtes",
2055
2033
  "type": "github"
2056
2034
  },
2035
+ {
2036
+ "url": "https://github.com/phpstan",
2037
+ "type": "github"
2038
+ },
2057
2039
  {
2058
2040
  "url": "https://www.patreon.com/phpstan",
2059
2041
  "type": "patreon"
@@ -2063,7 +2045,53 @@
2063
2045
  "type": "tidelift"
2064
2046
  }
2065
2047
  ],
2066
- "time": "2021-05-17T12:24:49+00:00"
2048
+ "time": "2021-06-09T20:23:49+00:00"
2049
+ },
2050
+ {
2051
+ "name": "psr/cache",
2052
+ "version": "1.0.1",
2053
+ "source": {
2054
+ "type": "git",
2055
+ "url": "https://github.com/php-fig/cache.git",
2056
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2057
+ },
2058
+ "dist": {
2059
+ "type": "zip",
2060
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2061
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2062
+ "shasum": ""
2063
+ },
2064
+ "require": {
2065
+ "php": ">=5.3.0"
2066
+ },
2067
+ "type": "library",
2068
+ "extra": {
2069
+ "branch-alias": {
2070
+ "dev-master": "1.0.x-dev"
2071
+ }
2072
+ },
2073
+ "autoload": {
2074
+ "psr-4": {
2075
+ "Psr\\Cache\\": "src/"
2076
+ }
2077
+ },
2078
+ "notification-url": "https://packagist.org/downloads/",
2079
+ "license": [
2080
+ "MIT"
2081
+ ],
2082
+ "authors": [
2083
+ {
2084
+ "name": "PHP-FIG",
2085
+ "homepage": "http://www.php-fig.org/"
2086
+ }
2087
+ ],
2088
+ "description": "Common interface for caching libraries",
2089
+ "keywords": [
2090
+ "cache",
2091
+ "psr",
2092
+ "psr-6"
2093
+ ],
2094
+ "time": "2016-08-06T20:24:11+00:00"
2067
2095
  },
2068
2096
  {
2069
2097
  "name": "psr/event-dispatcher",
@@ -2113,16 +2141,16 @@
2113
2141
  },
2114
2142
  {
2115
2143
  "name": "symfony/event-dispatcher",
2116
- "version": "v5.2.4",
2144
+ "version": "v5.3.0",
2117
2145
  "source": {
2118
2146
  "type": "git",
2119
2147
  "url": "https://github.com/symfony/event-dispatcher.git",
2120
- "reference": "d08d6ec121a425897951900ab692b612a61d6240"
2148
+ "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce"
2121
2149
  },
2122
2150
  "dist": {
2123
2151
  "type": "zip",
2124
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240",
2125
- "reference": "d08d6ec121a425897951900ab692b612a61d6240",
2152
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67a5f354afa8e2f231081b3fa11a5912f933c3ce",
2153
+ "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce",
2126
2154
  "shasum": ""
2127
2155
  },
2128
2156
  "require": {
@@ -2191,7 +2219,7 @@
2191
2219
  "type": "tidelift"
2192
2220
  }
2193
2221
  ],
2194
- "time": "2021-02-18T17:12:37+00:00"
2222
+ "time": "2021-05-26T17:43:10+00:00"
2195
2223
  },
2196
2224
  {
2197
2225
  "name": "symfony/event-dispatcher-contracts",
@@ -2271,16 +2299,16 @@
2271
2299
  },
2272
2300
  {
2273
2301
  "name": "symfony/options-resolver",
2274
- "version": "v5.2.4",
2302
+ "version": "v5.3.0",
2275
2303
  "source": {
2276
2304
  "type": "git",
2277
2305
  "url": "https://github.com/symfony/options-resolver.git",
2278
- "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce"
2306
+ "reference": "162e886ca035869866d233a2bfef70cc28f9bbe5"
2279
2307
  },
2280
2308
  "dist": {
2281
2309
  "type": "zip",
2282
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
2283
- "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
2310
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/162e886ca035869866d233a2bfef70cc28f9bbe5",
2311
+ "reference": "162e886ca035869866d233a2bfef70cc28f9bbe5",
2284
2312
  "shasum": ""
2285
2313
  },
2286
2314
  "require": {
@@ -2333,85 +2361,20 @@
2333
2361
  "type": "tidelift"
2334
2362
  }
2335
2363
  ],
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"
2364
+ "time": "2021-05-26T17:43:10+00:00"
2402
2365
  },
2403
2366
  {
2404
2367
  "name": "symfony/polyfill-php72",
2405
- "version": "v1.22.1",
2368
+ "version": "v1.23.0",
2406
2369
  "source": {
2407
2370
  "type": "git",
2408
2371
  "url": "https://github.com/symfony/polyfill-php72.git",
2409
- "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2372
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2410
2373
  },
2411
2374
  "dist": {
2412
2375
  "type": "zip",
2413
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2414
- "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2376
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
2377
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2415
2378
  "shasum": ""
2416
2379
  },
2417
2380
  "require": {
@@ -2420,7 +2383,7 @@
2420
2383
  "type": "library",
2421
2384
  "extra": {
2422
2385
  "branch-alias": {
2423
- "dev-main": "1.22-dev"
2386
+ "dev-main": "1.23-dev"
2424
2387
  },
2425
2388
  "thanks": {
2426
2389
  "name": "symfony/polyfill",
@@ -2471,20 +2434,20 @@
2471
2434
  "type": "tidelift"
2472
2435
  }
2473
2436
  ],
2474
- "time": "2021-01-07T16:49:33+00:00"
2437
+ "time": "2021-05-27T09:17:38+00:00"
2475
2438
  },
2476
2439
  {
2477
2440
  "name": "symfony/stopwatch",
2478
- "version": "v5.2.7",
2441
+ "version": "v5.3.0",
2479
2442
  "source": {
2480
2443
  "type": "git",
2481
2444
  "url": "https://github.com/symfony/stopwatch.git",
2482
- "reference": "d99310c33e833def36419c284f60e8027d359678"
2445
+ "reference": "313d02f59d6543311865007e5ff4ace05b35ee65"
2483
2446
  },
2484
2447
  "dist": {
2485
2448
  "type": "zip",
2486
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678",
2487
- "reference": "d99310c33e833def36419c284f60e8027d359678",
2449
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/313d02f59d6543311865007e5ff4ace05b35ee65",
2450
+ "reference": "313d02f59d6543311865007e5ff4ace05b35ee65",
2488
2451
  "shasum": ""
2489
2452
  },
2490
2453
  "require": {
@@ -2530,7 +2493,7 @@
2530
2493
  "type": "tidelift"
2531
2494
  }
2532
2495
  ],
2533
- "time": "2021-03-29T15:28:41+00:00"
2496
+ "time": "2021-05-26T17:43:10+00:00"
2534
2497
  }
2535
2498
  ],
2536
2499
  "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.150.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-07 00:00:00.000000000 Z
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.150.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.150.0
26
+ version: 0.153.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