Browse Source

Bump nunomaduro/larastan from 2.3.1 to 2.3.3

Bumps [nunomaduro/larastan](https://github.com/nunomaduro/larastan) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/nunomaduro/larastan/releases)
- [Changelog](https://github.com/nunomaduro/larastan/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/larastan/compare/2.3.1...2.3.3)

---
updated-dependencies:
- dependency-name: nunomaduro/larastan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/232/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
5ced502e68
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 290
      composer.lock

290
composer.lock

@ -569,31 +569,33 @@
},
{
"name": "doctrine/lexer",
"version": "1.2.3",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
"Doctrine\\Common\\Lexer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -625,7 +627,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
"source": "https://github.com/doctrine/lexer/tree/2.1.0"
},
"funding": [
{
@ -641,7 +643,7 @@
"type": "tidelift"
}
],
"time": "2022-02-28T11:07:21+00:00"
"time": "2022-12-14T08:49:07+00:00"
},
{
"name": "dragonmantank/cron-expression",
@ -706,20 +708,20 @@
},
{
"name": "egulias/email-validator",
"version": "3.2.1",
"version": "3.2.4",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
"reference": "5f35e41eba05fdfbabd95d72f83795c835fb7ed2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5f35e41eba05fdfbabd95d72f83795c835fb7ed2",
"reference": "5f35e41eba05fdfbabd95d72f83795c835fb7ed2",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.2",
"doctrine/lexer": "^1.2|^2",
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15"
},
@ -762,7 +764,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
"source": "https://github.com/egulias/EmailValidator/tree/3.2.4"
},
"funding": [
{
@ -770,7 +772,7 @@
"type": "github"
}
],
"time": "2022-06-18T20:57:19+00:00"
"time": "2022-12-30T14:09:25+00:00"
},
{
"name": "fideloper/proxy",
@ -3316,42 +3318,53 @@
},
{
"name": "ramsey/collection",
"version": "1.2.2",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
"url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8",
"php": "^7.4 || ^8.0",
"symfony/polyfill-php81": "^1.23"
},
"require-dev": {
"captainhook/captainhook": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.6",
"fakerphp/faker": "^1.5",
"hamcrest/hamcrest-php": "^2",
"jangregor/phpstan-prophecy": "^0.8",
"mockery/mockery": "^1.3",
"captainhook/plugin-composer": "^5.3",
"ergebnis/composer-normalize": "^2.28.3",
"fakerphp/faker": "^1.21",
"hamcrest/hamcrest-php": "^2.0",
"jangregor/phpstan-prophecy": "^1.0",
"mockery/mockery": "^1.5",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcsstandards/phpcsutils": "^1.0.0-rc1",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^0.12.32",
"phpstan/phpstan-mockery": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.11",
"phpunit/phpunit": "^8.5 || ^9",
"psy/psysh": "^0.10.4",
"slevomat/coding-standard": "^6.3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.4"
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18.4",
"ramsey/coding-standard": "^2.0.3",
"ramsey/conventional-commits": "^1.3",
"vimeo/psalm": "^5.4"
},
"type": "library",
"extra": {
"captainhook": {
"force-install": true
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Collection\\": "src/"
@ -3379,7 +3392,7 @@
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/1.2.2"
"source": "https://github.com/ramsey/collection/tree/1.3.0"
},
"funding": [
{
@ -3391,27 +3404,27 @@
"type": "tidelift"
}
],
"time": "2021-10-10T03:01:02+00:00"
"time": "2022-12-27T19:12:24+00:00"
},
{
"name": "ramsey/uuid",
"version": "4.7.0",
"version": "4.7.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "5ed9ad582647bbc3864ef78db34bdc1afdcf9b49"
"reference": "a1acf96007170234a8399586a6e2ab8feba109d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/5ed9ad582647bbc3864ef78db34bdc1afdcf9b49",
"reference": "5ed9ad582647bbc3864ef78db34bdc1afdcf9b49",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/a1acf96007170234a8399586a6e2ab8feba109d1",
"reference": "a1acf96007170234a8399586a6e2ab8feba109d1",
"shasum": ""
},
"require": {
"brick/math": "^0.8.8 || ^0.9 || ^0.10",
"ext-json": "*",
"php": "^8.0",
"ramsey/collection": "^1.2"
"ramsey/collection": "^1.2 || ^2.0"
},
"replace": {
"rhumsaa/uuid": "self.version"
@ -3471,7 +3484,7 @@
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.7.0"
"source": "https://github.com/ramsey/uuid/tree/4.7.1"
},
"funding": [
{
@ -3483,7 +3496,7 @@
"type": "tidelift"
}
],
"time": "2022-12-19T22:30:49+00:00"
"time": "2022-12-31T22:20:34+00:00"
},
{
"name": "rcrowe/twigbridge",
@ -3639,16 +3652,16 @@
},
{
"name": "symfony/console",
"version": "v6.0.16",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "be294423f337dda97c810733138c0caec1bb0575"
"reference": "2ab307342a7233b9a260edd5ef94087aaca57d18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/be294423f337dda97c810733138c0caec1bb0575",
"reference": "be294423f337dda97c810733138c0caec1bb0575",
"url": "https://api.github.com/repos/symfony/console/zipball/2ab307342a7233b9a260edd5ef94087aaca57d18",
"reference": "2ab307342a7233b9a260edd5ef94087aaca57d18",
"shasum": ""
},
"require": {
@ -3714,7 +3727,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.0.16"
"source": "https://github.com/symfony/console/tree/v6.0.17"
},
"funding": [
{
@ -3730,20 +3743,20 @@
"type": "tidelift"
}
],
"time": "2022-11-25T18:58:46+00:00"
"time": "2022-12-28T14:21:34+00:00"
},
{
"name": "symfony/css-selector",
"version": "v6.0.11",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9"
"reference": "3e526b732295b5d4c16c38d557b74ba8498a92b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ab2746acddc4f03a7234c8441822ac5d5c63efe9",
"reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/3e526b732295b5d4c16c38d557b74ba8498a92b4",
"reference": "3e526b732295b5d4c16c38d557b74ba8498a92b4",
"shasum": ""
},
"require": {
@ -3779,7 +3792,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v6.0.11"
"source": "https://github.com/symfony/css-selector/tree/v6.0.17"
},
"funding": [
{
@ -3795,7 +3808,7 @@
"type": "tidelift"
}
],
"time": "2022-06-27T17:10:44+00:00"
"time": "2022-12-28T14:21:34+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -3866,16 +3879,16 @@
},
{
"name": "symfony/error-handler",
"version": "v6.0.15",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "f000c166cb3ee32c4c822831a79260a135cd59b5"
"reference": "1113c4bcf3bc77a9c79562543317479c90ba7b82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/f000c166cb3ee32c4c822831a79260a135cd59b5",
"reference": "f000c166cb3ee32c4c822831a79260a135cd59b5",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/1113c4bcf3bc77a9c79562543317479c90ba7b82",
"reference": "1113c4bcf3bc77a9c79562543317479c90ba7b82",
"shasum": ""
},
"require": {
@ -3917,7 +3930,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v6.0.15"
"source": "https://github.com/symfony/error-handler/tree/v6.0.17"
},
"funding": [
{
@ -3933,20 +3946,20 @@
"type": "tidelift"
}
],
"time": "2022-10-28T16:22:58+00:00"
"time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v6.0.9",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "5c85b58422865d42c6eb46f7693339056db098a8"
"reference": "42b3985aa07837c9df36013ec5b965e9f2d480bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5c85b58422865d42c6eb46f7693339056db098a8",
"reference": "5c85b58422865d42c6eb46f7693339056db098a8",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/42b3985aa07837c9df36013ec5b965e9f2d480bc",
"reference": "42b3985aa07837c9df36013ec5b965e9f2d480bc",
"shasum": ""
},
"require": {
@ -4000,7 +4013,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v6.0.9"
"source": "https://github.com/symfony/event-dispatcher/tree/v6.0.17"
},
"funding": [
{
@ -4016,7 +4029,7 @@
"type": "tidelift"
}
],
"time": "2022-05-05T16:45:52+00:00"
"time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@ -4099,16 +4112,16 @@
},
{
"name": "symfony/finder",
"version": "v6.0.11",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1"
"reference": "d467d625fc88f7cebf96f495e588a7196a669db1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/09cb683ba5720385ea6966e5e06be2a34f2568b1",
"reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1",
"url": "https://api.github.com/repos/symfony/finder/zipball/d467d625fc88f7cebf96f495e588a7196a669db1",
"reference": "d467d625fc88f7cebf96f495e588a7196a669db1",
"shasum": ""
},
"require": {
@ -4140,7 +4153,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v6.0.11"
"source": "https://github.com/symfony/finder/tree/v6.0.17"
},
"funding": [
{
@ -4156,20 +4169,20 @@
"type": "tidelift"
}
],
"time": "2022-07-29T07:39:48+00:00"
"time": "2022-12-22T17:53:58+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v6.0.16",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "86eec2c66d00a2dd03d84352cd10b12df73101ec"
"reference": "22fe17e40b0481d39212e7165e004eb26422085d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/86eec2c66d00a2dd03d84352cd10b12df73101ec",
"reference": "86eec2c66d00a2dd03d84352cd10b12df73101ec",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/22fe17e40b0481d39212e7165e004eb26422085d",
"reference": "22fe17e40b0481d39212e7165e004eb26422085d",
"shasum": ""
},
"require": {
@ -4215,7 +4228,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.0.16"
"source": "https://github.com/symfony/http-foundation/tree/v6.0.17"
},
"funding": [
{
@ -4231,20 +4244,20 @@
"type": "tidelift"
}
],
"time": "2022-11-07T08:07:05+00:00"
"time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v6.0.16",
"version": "v6.0.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "8ba1344821807ad51f230f0d01e0fa8f366e4abb"
"reference": "71b52f9e5740b124894b454244fa0db48bb15814"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8ba1344821807ad51f230f0d01e0fa8f366e4abb",
"reference": "8ba1344821807ad51f230f0d01e0fa8f366e4abb",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/71b52f9e5740b124894b454244fa0db48bb15814",
"reference": "71b52f9e5740b124894b454244fa0db48bb15814",
"shasum": ""
},
"require": {
@ -4324,7 +4337,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.0.16"
"source": "https://github.com/symfony/http-kernel/tree/v6.0.18"
},
"funding": [
{
@ -4340,20 +4353,20 @@
"type": "tidelift"
}
],
"time": "2022-11-28T18:15:44+00:00"
"time": "2022-12-29T18:58:12+00:00"
},
{
"name": "symfony/mailer",
"version": "v6.0.16",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "aa47b34ab09fa03106d9e156632e4c6176b962da"
"reference": "0d4562cd13f1e5b78b578120ae5cbd5527ec1534"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/aa47b34ab09fa03106d9e156632e4c6176b962da",
"reference": "aa47b34ab09fa03106d9e156632e4c6176b962da",
"url": "https://api.github.com/repos/symfony/mailer/zipball/0d4562cd13f1e5b78b578120ae5cbd5527ec1534",
"reference": "0d4562cd13f1e5b78b578120ae5cbd5527ec1534",
"shasum": ""
},
"require": {
@ -4398,7 +4411,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v6.0.16"
"source": "https://github.com/symfony/mailer/tree/v6.0.17"
},
"funding": [
{
@ -4414,20 +4427,20 @@
"type": "tidelift"
}
],
"time": "2022-11-04T07:39:59+00:00"
"time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/mime",
"version": "v6.0.16",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c"
"reference": "3e6a7ba15997020778312ed576ad01ab60dc2336"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c",
"reference": "ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c",
"url": "https://api.github.com/repos/symfony/mime/zipball/3e6a7ba15997020778312ed576ad01ab60dc2336",
"reference": "3e6a7ba15997020778312ed576ad01ab60dc2336",
"shasum": ""
},
"require": {
@ -4480,7 +4493,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v6.0.16"
"source": "https://github.com/symfony/mime/tree/v6.0.17"
},
"funding": [
{
@ -4496,7 +4509,7 @@
"type": "tidelift"
}
],
"time": "2022-11-28T12:25:56+00:00"
"time": "2022-12-14T16:19:02+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -5298,16 +5311,16 @@
},
{
"name": "symfony/routing",
"version": "v6.0.15",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "3b7384fad32c6d0e1919b5bd18a69fbcfc383508"
"reference": "61687a0aa80f6807c52e116ee64072f6ec53780c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/3b7384fad32c6d0e1919b5bd18a69fbcfc383508",
"reference": "3b7384fad32c6d0e1919b5bd18a69fbcfc383508",
"url": "https://api.github.com/repos/symfony/routing/zipball/61687a0aa80f6807c52e116ee64072f6ec53780c",
"reference": "61687a0aa80f6807c52e116ee64072f6ec53780c",
"shasum": ""
},
"require": {
@ -5320,7 +5333,7 @@
"symfony/yaml": "<5.4"
},
"require-dev": {
"doctrine/annotations": "^1.12",
"doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
@ -5366,7 +5379,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.0.15"
"source": "https://github.com/symfony/routing/tree/v6.0.17"
},
"funding": [
{
@ -5382,7 +5395,7 @@
"type": "tidelift"
}
],
"time": "2022-10-18T13:11:57+00:00"
"time": "2022-12-20T16:40:04+00:00"
},
{
"name": "symfony/service-contracts",
@ -5468,16 +5481,16 @@
},
{
"name": "symfony/string",
"version": "v6.0.15",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "51ac0fa0ccf132a00519b87c97e8f775fa14e771"
"reference": "3f57003dd8a67ed76870cc03092f8501db7788d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/51ac0fa0ccf132a00519b87c97e8f775fa14e771",
"reference": "51ac0fa0ccf132a00519b87c97e8f775fa14e771",
"url": "https://api.github.com/repos/symfony/string/zipball/3f57003dd8a67ed76870cc03092f8501db7788d9",
"reference": "3f57003dd8a67ed76870cc03092f8501db7788d9",
"shasum": ""
},
"require": {
@ -5533,7 +5546,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.0.15"
"source": "https://github.com/symfony/string/tree/v6.0.17"
},
"funding": [
{
@ -5549,7 +5562,7 @@
"type": "tidelift"
}
],
"time": "2022-10-10T09:34:08+00:00"
"time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/translation",
@ -5800,16 +5813,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v6.0.14",
"version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "72af925ddd41ca0372d166d004bc38a00c4608cc"
"reference": "7d8e7c3c67c77790425ebe33691419dada154e65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/72af925ddd41ca0372d166d004bc38a00c4608cc",
"reference": "72af925ddd41ca0372d166d004bc38a00c4608cc",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/7d8e7c3c67c77790425ebe33691419dada154e65",
"reference": "7d8e7c3c67c77790425ebe33691419dada154e65",
"shasum": ""
},
"require": {
@ -5868,7 +5881,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.0.14"
"source": "https://github.com/symfony/var-dumper/tree/v6.0.17"
},
"funding": [
{
@ -5884,7 +5897,7 @@
"type": "tidelift"
}
],
"time": "2022-10-07T08:02:12+00:00"
"time": "2022-12-22T17:53:58+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@ -7220,16 +7233,16 @@
},
{
"name": "nunomaduro/larastan",
"version": "2.3.1",
"version": "2.3.3",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/larastan.git",
"reference": "2217d0725884fd68f029fe22919edd3f910683d3"
"reference": "8558ec396e10ac060c3e9b9e2c365dc2ea741fa1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/2217d0725884fd68f029fe22919edd3f910683d3",
"reference": "2217d0725884fd68f029fe22919edd3f910683d3",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/8558ec396e10ac060c3e9b9e2c365dc2ea741fa1",
"reference": "8558ec396e10ac060c3e9b9e2c365dc2ea741fa1",
"shasum": ""
},
"require": {
@ -7293,7 +7306,7 @@
],
"support": {
"issues": "https://github.com/nunomaduro/larastan/issues",
"source": "https://github.com/nunomaduro/larastan/tree/2.3.1"
"source": "https://github.com/nunomaduro/larastan/tree/2.3.3"
},
"funding": [
{
@ -7313,7 +7326,7 @@
"type": "patreon"
}
],
"time": "2022-12-23T14:56:31+00:00"
"time": "2022-12-29T22:13:56+00:00"
},
{
"name": "phar-io/manifest",
@ -7536,21 +7549,22 @@
},
{
"name": "phpmyadmin/sql-parser",
"version": "5.5.0",
"version": "5.6.0",
"source": {
"type": "git",
"url": "https://github.com/phpmyadmin/sql-parser.git",
"reference": "8ab99cd0007d880f49f5aa1807033dbfa21b1cb5"
"reference": "63f2f77847586864a661ef009ae687dbdda0a9f1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/8ab99cd0007d880f49f5aa1807033dbfa21b1cb5",
"reference": "8ab99cd0007d880f49f5aa1807033dbfa21b1cb5",
"url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/63f2f77847586864a661ef009ae687dbdda0a9f1",
"reference": "63f2f77847586864a661ef009ae687dbdda0a9f1",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"symfony/polyfill-mbstring": "^1.3"
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"phpmyadmin/motranslator": "<3.0"
@ -7599,13 +7613,25 @@
"analysis",
"lexer",
"parser",
"sql"
"query linter",
"sql",
"sql lexer",
"sql linter",
"sql parser",
"sql syntax highlighter",
"sql tokenizer"
],
"support": {
"issues": "https://github.com/phpmyadmin/sql-parser/issues",
"source": "https://github.com/phpmyadmin/sql-parser"
},
"time": "2021-12-09T04:31:52+00:00"
"funding": [
{
"url": "https://www.phpmyadmin.net/donate/",
"type": "other"
}
],
"time": "2023-01-02T05:36:07+00:00"
},
{
"name": "phpstan/phpstan",

Loading…
Cancel
Save