|
|
@ -685,25 +685,25 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "facade/ignition-contracts", |
|
|
"name": "facade/ignition-contracts", |
|
|
"version": "1.0.1", |
|
|
|
|
|
|
|
|
"version": "1.0.2", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/facade/ignition-contracts.git", |
|
|
"url": "https://github.com/facade/ignition-contracts.git", |
|
|
"reference": "aeab1ce8b68b188a43e81758e750151ad7da796b" |
|
|
|
|
|
|
|
|
"reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/aeab1ce8b68b188a43e81758e750151ad7da796b", |
|
|
|
|
|
"reference": "aeab1ce8b68b188a43e81758e750151ad7da796b", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267", |
|
|
|
|
|
"reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
"php": "^7.1" |
|
|
|
|
|
|
|
|
"php": "^7.3|^8.0" |
|
|
}, |
|
|
}, |
|
|
"require-dev": { |
|
|
"require-dev": { |
|
|
"friendsofphp/php-cs-fixer": "^2.14", |
|
|
|
|
|
"phpunit/phpunit": "^7.5|^8.0", |
|
|
|
|
|
"vimeo/psalm": "^3.12" |
|
|
|
|
|
|
|
|
"friendsofphp/php-cs-fixer": "^v2.15.8", |
|
|
|
|
|
"phpunit/phpunit": "^9.3.11", |
|
|
|
|
|
"vimeo/psalm": "^3.17.1" |
|
|
}, |
|
|
}, |
|
|
"type": "library", |
|
|
"type": "library", |
|
|
"autoload": { |
|
|
"autoload": { |
|
|
@ -730,7 +730,7 @@ |
|
|
"flare", |
|
|
"flare", |
|
|
"ignition" |
|
|
"ignition" |
|
|
], |
|
|
], |
|
|
"time": "2020-07-14T10:10:28+00:00" |
|
|
|
|
|
|
|
|
"time": "2020-10-16T08:27:54+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "fideloper/proxy", |
|
|
"name": "fideloper/proxy", |
|
|
@ -2054,27 +2054,22 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "psr/container", |
|
|
"name": "psr/container", |
|
|
"version": "1.0.0", |
|
|
|
|
|
|
|
|
"version": "1.1.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/php-fig/container.git", |
|
|
"url": "https://github.com/php-fig/container.git", |
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
|
|
|
|
|
|
|
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", |
|
|
|
|
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
"php": ">=5.3.0" |
|
|
|
|
|
|
|
|
"php": ">=7.2.0" |
|
|
}, |
|
|
}, |
|
|
"type": "library", |
|
|
"type": "library", |
|
|
"extra": { |
|
|
|
|
|
"branch-alias": { |
|
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"autoload": { |
|
|
"autoload": { |
|
|
"psr-4": { |
|
|
"psr-4": { |
|
|
"Psr\\Container\\": "src/" |
|
|
"Psr\\Container\\": "src/" |
|
|
@ -2087,7 +2082,7 @@ |
|
|
"authors": [ |
|
|
"authors": [ |
|
|
{ |
|
|
{ |
|
|
"name": "PHP-FIG", |
|
|
"name": "PHP-FIG", |
|
|
"homepage": "http://www.php-fig.org/" |
|
|
|
|
|
|
|
|
"homepage": "https://www.php-fig.org/" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
|
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
|
@ -2099,7 +2094,7 @@ |
|
|
"container-interop", |
|
|
"container-interop", |
|
|
"psr" |
|
|
"psr" |
|
|
], |
|
|
], |
|
|
"time": "2017-02-14T16:28:37+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-03-05T17:36:06+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "psr/event-dispatcher", |
|
|
"name": "psr/event-dispatcher", |
|
|
@ -3221,16 +3216,16 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/console", |
|
|
"name": "symfony/console", |
|
|
"version": "v5.2.2", |
|
|
|
|
|
|
|
|
"version": "v5.2.6", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/console.git", |
|
|
"url": "https://github.com/symfony/console.git", |
|
|
"reference": "d62ec79478b55036f65e2602e282822b8eaaff0a" |
|
|
|
|
|
|
|
|
"reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/d62ec79478b55036f65e2602e282822b8eaaff0a", |
|
|
|
|
|
"reference": "d62ec79478b55036f65e2602e282822b8eaaff0a", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d", |
|
|
|
|
|
"reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -3311,7 +3306,7 @@ |
|
|
"type": "tidelift" |
|
|
"type": "tidelift" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2021-01-27T10:15:41+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-03-28T09:42:18+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/css-selector", |
|
|
"name": "symfony/css-selector", |
|
|
@ -3799,16 +3794,16 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/http-foundation", |
|
|
"name": "symfony/http-foundation", |
|
|
"version": "v5.2.2", |
|
|
|
|
|
|
|
|
"version": "v5.2.4", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/http-foundation.git", |
|
|
"url": "https://github.com/symfony/http-foundation.git", |
|
|
"reference": "16dfa5acf8103f0394d447f8eea3ea49f9e50855" |
|
|
|
|
|
|
|
|
"reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/16dfa5acf8103f0394d447f8eea3ea49f9e50855", |
|
|
|
|
|
"reference": "16dfa5acf8103f0394d447f8eea3ea49f9e50855", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/54499baea7f7418bce7b5ec92770fd0799e8e9bf", |
|
|
|
|
|
"reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -3865,7 +3860,7 @@ |
|
|
"type": "tidelift" |
|
|
"type": "tidelift" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2021-01-27T11:19:04+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-02-25T17:16:57+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/http-kernel", |
|
|
"name": "symfony/http-kernel", |
|
|
@ -4055,7 +4050,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-ctype", |
|
|
"name": "symfony/polyfill-ctype", |
|
|
"version": "v1.22.0", |
|
|
|
|
|
|
|
|
"version": "v1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/polyfill-ctype.git", |
|
|
"url": "https://github.com/symfony/polyfill-ctype.git", |
|
|
@ -4208,16 +4203,16 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-intl-grapheme", |
|
|
"name": "symfony/polyfill-intl-grapheme", |
|
|
"version": "v1.22.0", |
|
|
|
|
|
|
|
|
"version": "v1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
|
|
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af" |
|
|
|
|
|
|
|
|
"reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af", |
|
|
|
|
|
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170", |
|
|
|
|
|
"reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -4282,20 +4277,20 @@ |
|
|
"type": "tidelift" |
|
|
"type": "tidelift" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2021-01-07T16:49:33+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-01-22T09:19:47+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-intl-idn", |
|
|
"name": "symfony/polyfill-intl-idn", |
|
|
"version": "v1.22.0", |
|
|
|
|
|
|
|
|
"version": "v1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git", |
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git", |
|
|
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44" |
|
|
|
|
|
|
|
|
"reference": "2d63434d922daf7da8dd863e7907e67ee3031483" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44", |
|
|
|
|
|
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483", |
|
|
|
|
|
"reference": "2d63434d922daf7da8dd863e7907e67ee3031483", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -4366,20 +4361,20 @@ |
|
|
"type": "tidelift" |
|
|
"type": "tidelift" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2021-01-07T16:49:33+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-01-22T09:19:47+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-intl-normalizer", |
|
|
"name": "symfony/polyfill-intl-normalizer", |
|
|
"version": "v1.22.0", |
|
|
|
|
|
|
|
|
"version": "v1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
|
|
"reference": "6e971c891537eb617a00bb07a43d182a6915faba" |
|
|
|
|
|
|
|
|
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba", |
|
|
|
|
|
"reference": "6e971c891537eb617a00bb07a43d182a6915faba", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", |
|
|
|
|
|
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -4447,20 +4442,20 @@ |
|
|
"type": "tidelift" |
|
|
"type": "tidelift" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2021-01-07T17:09:11+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-01-22T09:19:47+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-mbstring", |
|
|
"name": "symfony/polyfill-mbstring", |
|
|
"version": "v1.22.0", |
|
|
|
|
|
|
|
|
"version": "v1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git", |
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git", |
|
|
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13" |
|
|
|
|
|
|
|
|
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", |
|
|
|
|
|
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", |
|
|
|
|
|
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -4524,11 +4519,11 @@ |
|
|
"type": "tidelift" |
|
|
"type": "tidelift" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2021-01-07T16:49:33+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-01-22T09:19:47+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-php72", |
|
|
"name": "symfony/polyfill-php72", |
|
|
"version": "v1.22.0", |
|
|
|
|
|
|
|
|
"version": "v1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/polyfill-php72.git", |
|
|
"url": "https://github.com/symfony/polyfill-php72.git", |
|
|
@ -4601,7 +4596,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-php73", |
|
|
"name": "symfony/polyfill-php73", |
|
|
"version": "v1.22.0", |
|
|
|
|
|
|
|
|
"version": "v1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/polyfill-php73.git", |
|
|
"url": "https://github.com/symfony/polyfill-php73.git", |
|
|
@ -4677,7 +4672,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/polyfill-php80", |
|
|
"name": "symfony/polyfill-php80", |
|
|
"version": "v1.22.0", |
|
|
|
|
|
|
|
|
"version": "v1.22.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/polyfill-php80.git", |
|
|
"url": "https://github.com/symfony/polyfill-php80.git", |
|
|
@ -5057,16 +5052,16 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/string", |
|
|
"name": "symfony/string", |
|
|
"version": "v5.2.2", |
|
|
|
|
|
|
|
|
"version": "v5.2.6", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/string.git", |
|
|
"url": "https://github.com/symfony/string.git", |
|
|
"reference": "c95468897f408dd0aca2ff582074423dd0455122" |
|
|
|
|
|
|
|
|
"reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/c95468897f408dd0aca2ff582074423dd0455122", |
|
|
|
|
|
"reference": "c95468897f408dd0aca2ff582074423dd0455122", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", |
|
|
|
|
|
"reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -5133,7 +5128,7 @@ |
|
|
"type": "tidelift" |
|
|
"type": "tidelift" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2021-01-25T15:14:59+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-03-17T17:12:15+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/translation", |
|
|
"name": "symfony/translation", |
|
|
@ -5302,16 +5297,16 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "symfony/var-dumper", |
|
|
"name": "symfony/var-dumper", |
|
|
"version": "v5.2.2", |
|
|
|
|
|
|
|
|
"version": "v5.2.6", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/symfony/var-dumper.git", |
|
|
"url": "https://github.com/symfony/var-dumper.git", |
|
|
"reference": "72ca213014a92223a5d18651ce79ef441c12b694" |
|
|
|
|
|
|
|
|
"reference": "89412a68ea2e675b4e44f260a5666729f77f668e" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/72ca213014a92223a5d18651ce79ef441c12b694", |
|
|
|
|
|
"reference": "72ca213014a92223a5d18651ce79ef441c12b694", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/89412a68ea2e675b4e44f260a5666729f77f668e", |
|
|
|
|
|
"reference": "89412a68ea2e675b4e44f260a5666729f77f668e", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -5383,7 +5378,7 @@ |
|
|
"type": "tidelift" |
|
|
"type": "tidelift" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2021-01-27T10:15:41+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-03-28T09:42:18+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "tijsverkoyen/css-to-inline-styles", |
|
|
"name": "tijsverkoyen/css-to-inline-styles", |
|
|
@ -5652,29 +5647,28 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "facade/flare-client-php", |
|
|
"name": "facade/flare-client-php", |
|
|
"version": "1.3.4", |
|
|
|
|
|
|
|
|
"version": "1.6.1", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/facade/flare-client-php.git", |
|
|
"url": "https://github.com/facade/flare-client-php.git", |
|
|
"reference": "0eeb0de4fc1078433f0915010bd8f41e998adcb4" |
|
|
|
|
|
|
|
|
"reference": "f2b0969f2d9594704be74dbeb25b201570a98098" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/0eeb0de4fc1078433f0915010bd8f41e998adcb4", |
|
|
|
|
|
"reference": "0eeb0de4fc1078433f0915010bd8f41e998adcb4", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/f2b0969f2d9594704be74dbeb25b201570a98098", |
|
|
|
|
|
"reference": "f2b0969f2d9594704be74dbeb25b201570a98098", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
"facade/ignition-contracts": "~1.0", |
|
|
"facade/ignition-contracts": "~1.0", |
|
|
"illuminate/pipeline": "^5.5|^6.0|^7.0", |
|
|
|
|
|
"php": "^7.1", |
|
|
|
|
|
|
|
|
"illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0", |
|
|
|
|
|
"php": "^7.1|^8.0", |
|
|
"symfony/http-foundation": "^3.3|^4.1|^5.0", |
|
|
"symfony/http-foundation": "^3.3|^4.1|^5.0", |
|
|
"symfony/mime": "^3.4|^4.0|^5.1", |
|
|
"symfony/mime": "^3.4|^4.0|^5.1", |
|
|
"symfony/var-dumper": "^3.4|^4.0|^5.0" |
|
|
"symfony/var-dumper": "^3.4|^4.0|^5.0" |
|
|
}, |
|
|
}, |
|
|
"require-dev": { |
|
|
"require-dev": { |
|
|
"friendsofphp/php-cs-fixer": "^2.14", |
|
|
"friendsofphp/php-cs-fixer": "^2.14", |
|
|
"larapack/dd": "^1.1", |
|
|
|
|
|
"phpunit/phpunit": "^7.5.16", |
|
|
"phpunit/phpunit": "^7.5.16", |
|
|
"spatie/phpunit-snapshot-assertions": "^2.0" |
|
|
"spatie/phpunit-snapshot-assertions": "^2.0" |
|
|
}, |
|
|
}, |
|
|
@ -5710,20 +5704,20 @@ |
|
|
"type": "github" |
|
|
"type": "github" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2020-07-13T23:25:57+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-04-08T08:50:01+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "facade/ignition", |
|
|
"name": "facade/ignition", |
|
|
"version": "2.3.3", |
|
|
|
|
|
|
|
|
"version": "2.4.2", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/facade/ignition.git", |
|
|
"url": "https://github.com/facade/ignition.git", |
|
|
"reference": "cc7df15806aad8a9915148ea4daf7f0dd0be45b5" |
|
|
|
|
|
|
|
|
"reference": "2179568bdfddfa56c90c845a0be1a0b52adbf52a" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/facade/ignition/zipball/cc7df15806aad8a9915148ea4daf7f0dd0be45b5", |
|
|
|
|
|
"reference": "cc7df15806aad8a9915148ea4daf7f0dd0be45b5", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/facade/ignition/zipball/2179568bdfddfa56c90c845a0be1a0b52adbf52a", |
|
|
|
|
|
"reference": "2179568bdfddfa56c90c845a0be1a0b52adbf52a", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -5742,7 +5736,7 @@ |
|
|
"require-dev": { |
|
|
"require-dev": { |
|
|
"friendsofphp/php-cs-fixer": "^2.14", |
|
|
"friendsofphp/php-cs-fixer": "^2.14", |
|
|
"mockery/mockery": "^1.3", |
|
|
"mockery/mockery": "^1.3", |
|
|
"orchestra/testbench": "5.0", |
|
|
|
|
|
|
|
|
"orchestra/testbench": "^5.0|^6.0", |
|
|
"psalm/plugin-laravel": "^1.2" |
|
|
"psalm/plugin-laravel": "^1.2" |
|
|
}, |
|
|
}, |
|
|
"suggest": { |
|
|
"suggest": { |
|
|
@ -5782,29 +5776,29 @@ |
|
|
"laravel", |
|
|
"laravel", |
|
|
"page" |
|
|
"page" |
|
|
], |
|
|
], |
|
|
"time": "2020-07-14T11:34:42+00:00" |
|
|
|
|
|
|
|
|
"time": "2021-03-08T13:56:01+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "filp/whoops", |
|
|
"name": "filp/whoops", |
|
|
"version": "2.7.3", |
|
|
|
|
|
|
|
|
"version": "2.12.0", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/filp/whoops.git", |
|
|
"url": "https://github.com/filp/whoops.git", |
|
|
"reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d" |
|
|
|
|
|
|
|
|
"reference": "d501fd2658d55491a2295ff600ae5978eaad7403" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d", |
|
|
|
|
|
"reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/filp/whoops/zipball/d501fd2658d55491a2295ff600ae5978eaad7403", |
|
|
|
|
|
"reference": "d501fd2658d55491a2295ff600ae5978eaad7403", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
"php": "^5.5.9 || ^7.0", |
|
|
|
|
|
|
|
|
"php": "^5.5.9 || ^7.0 || ^8.0", |
|
|
"psr/log": "^1.0.1" |
|
|
"psr/log": "^1.0.1" |
|
|
}, |
|
|
}, |
|
|
"require-dev": { |
|
|
"require-dev": { |
|
|
"mockery/mockery": "^0.9 || ^1.0", |
|
|
"mockery/mockery": "^0.9 || ^1.0", |
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0", |
|
|
|
|
|
|
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", |
|
|
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" |
|
|
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" |
|
|
}, |
|
|
}, |
|
|
"suggest": { |
|
|
"suggest": { |
|
|
@ -5814,7 +5808,7 @@ |
|
|
"type": "library", |
|
|
"type": "library", |
|
|
"extra": { |
|
|
"extra": { |
|
|
"branch-alias": { |
|
|
"branch-alias": { |
|
|
"dev-master": "2.6-dev" |
|
|
|
|
|
|
|
|
"dev-master": "2.7-dev" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"autoload": { |
|
|
"autoload": { |
|
|
@ -5843,7 +5837,13 @@ |
|
|
"throwable", |
|
|
"throwable", |
|
|
"whoops" |
|
|
"whoops" |
|
|
], |
|
|
], |
|
|
"time": "2020-06-14T09:00:00+00:00" |
|
|
|
|
|
|
|
|
"funding": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://github.com/denis-sokolov", |
|
|
|
|
|
"type": "github" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"time": "2021-03-30T12:00:00+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "fzaninotto/faker", |
|
|
"name": "fzaninotto/faker", |
|
|
@ -6809,16 +6809,16 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "scrivo/highlight.php", |
|
|
"name": "scrivo/highlight.php", |
|
|
"version": "v9.18.1.1", |
|
|
|
|
|
|
|
|
"version": "v9.18.1.6", |
|
|
"source": { |
|
|
"source": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/scrivo/highlight.php.git", |
|
|
"url": "https://github.com/scrivo/highlight.php.git", |
|
|
"reference": "52fc21c99fd888e33aed4879e55a3646f8d40558" |
|
|
|
|
|
|
|
|
"reference": "44a3d4136edb5ad8551590bf90f437db80b2d466" |
|
|
}, |
|
|
}, |
|
|
"dist": { |
|
|
"dist": { |
|
|
"type": "zip", |
|
|
"type": "zip", |
|
|
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558", |
|
|
|
|
|
"reference": "52fc21c99fd888e33aed4879e55a3646f8d40558", |
|
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/44a3d4136edb5ad8551590bf90f437db80b2d466", |
|
|
|
|
|
"reference": "44a3d4136edb5ad8551590bf90f437db80b2d466", |
|
|
"shasum": "" |
|
|
"shasum": "" |
|
|
}, |
|
|
}, |
|
|
"require": { |
|
|
"require": { |
|
|
@ -6832,9 +6832,6 @@ |
|
|
"symfony/finder": "^2.8|^3.4", |
|
|
"symfony/finder": "^2.8|^3.4", |
|
|
"symfony/var-dumper": "^2.8|^3.4" |
|
|
"symfony/var-dumper": "^2.8|^3.4" |
|
|
}, |
|
|
}, |
|
|
"suggest": { |
|
|
|
|
|
"ext-dom": "Needed to make use of the features in the utilities namespace" |
|
|
|
|
|
}, |
|
|
|
|
|
"type": "library", |
|
|
"type": "library", |
|
|
"autoload": { |
|
|
"autoload": { |
|
|
"psr-0": { |
|
|
"psr-0": { |
|
|
@ -6880,7 +6877,7 @@ |
|
|
"type": "github" |
|
|
"type": "github" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"time": "2020-03-02T05:59:21+00:00" |
|
|
|
|
|
|
|
|
"time": "2020-12-22T19:20:29+00:00" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "sebastian/code-unit-reverse-lookup", |
|
|
"name": "sebastian/code-unit-reverse-lookup", |
|
|
|