build(deps-dev): bump laravel/sail from 1.26.2 to 1.26.3

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.26.2 to 1.26.3.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.26.2...v1.26.3)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-11 10:19:51 +00:00
committed by GitHub
parent 78245543b4
commit 1c75d0e83f

184
composer.lock generated
View File

@@ -262,6 +262,75 @@
], ],
"time": "2023-01-15T23:15:59+00:00" "time": "2023-01-15T23:15:59+00:00"
}, },
{
"name": "carbonphp/carbon-doctrine-types",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
"reference": "67a77972b9f398ae7068dabacc39c08aeee170d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/67a77972b9f398ae7068dabacc39c08aeee170d5",
"reference": "67a77972b9f398ae7068dabacc39c08aeee170d5",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"conflict": {
"doctrine/dbal": "<3.7.0 || >=4.0.0"
},
"require-dev": {
"doctrine/dbal": "^3.7.0",
"nesbot/carbon": "^2.71.0 || ^3.0.0",
"phpunit/phpunit": "^10.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KyleKatarn",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Types to use Carbon in Doctrine",
"keywords": [
"carbon",
"date",
"datetime",
"doctrine",
"time"
],
"support": {
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.0.0"
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
"time": "2023-10-01T14:29:01+00:00"
},
{ {
"name": "cocur/slugify", "name": "cocur/slugify",
"version": "v4.5.1", "version": "v4.5.1",
@@ -1542,28 +1611,34 @@
}, },
{ {
"name": "guzzlehttp/uri-template", "name": "guzzlehttp/uri-template",
"version": "v1.0.2", "version": "v1.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/uri-template.git", "url": "https://github.com/guzzle/uri-template.git",
"reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d" "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/61bf437fc2197f587f6857d3ff903a24f1731b5d", "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
"reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d", "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.5 || ^8.0", "php": "^7.2.5 || ^8.0",
"symfony/polyfill-php80": "^1.17" "symfony/polyfill-php80": "^1.24"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1", "bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.19 || ^9.5.8", "phpunit/phpunit": "^8.5.36 || ^9.6.15",
"uri-template/tests": "1.0.0" "uri-template/tests": "1.0.0"
}, },
"type": "library", "type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"GuzzleHttp\\UriTemplate\\": "src" "GuzzleHttp\\UriTemplate\\": "src"
@@ -1602,7 +1677,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/uri-template/issues", "issues": "https://github.com/guzzle/uri-template/issues",
"source": "https://github.com/guzzle/uri-template/tree/v1.0.2" "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
}, },
"funding": [ "funding": [
{ {
@@ -1618,7 +1693,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-08-27T10:19:19+00:00" "time": "2023-12-03T19:50:20+00:00"
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
@@ -1706,16 +1781,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v10.34.2", "version": "v10.35.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "c581caa233e380610b34cc491490bfa147a3b62b" "reference": "91ec2d92d2f6007e9084fe06438b99c91845da69"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/c581caa233e380610b34cc491490bfa147a3b62b", "url": "https://api.github.com/repos/laravel/framework/zipball/91ec2d92d2f6007e9084fe06438b99c91845da69",
"reference": "c581caa233e380610b34cc491490bfa147a3b62b", "reference": "91ec2d92d2f6007e9084fe06438b99c91845da69",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1748,7 +1823,7 @@
"symfony/console": "^6.2", "symfony/console": "^6.2",
"symfony/error-handler": "^6.2", "symfony/error-handler": "^6.2",
"symfony/finder": "^6.2", "symfony/finder": "^6.2",
"symfony/http-foundation": "^6.3", "symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.2", "symfony/http-kernel": "^6.2",
"symfony/mailer": "^6.2", "symfony/mailer": "^6.2",
"symfony/mime": "^6.2", "symfony/mime": "^6.2",
@@ -1904,7 +1979,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2023-11-28T19:06:27+00:00" "time": "2023-12-05T14:50:33+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@@ -2433,16 +2508,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "3.21.0", "version": "3.23.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "a326d8a2d007e4ca327a57470846e34363789258" "reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a326d8a2d007e4ca327a57470846e34363789258", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
"reference": "a326d8a2d007e4ca327a57470846e34363789258", "reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2470,7 +2545,7 @@
"friendsofphp/php-cs-fixer": "^3.5", "friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23", "google/cloud-storage": "^1.23",
"microsoft/azure-storage-blob": "^1.1", "microsoft/azure-storage-blob": "^1.1",
"phpseclib/phpseclib": "^3.0.14", "phpseclib/phpseclib": "^3.0.34",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5.11|^10.0", "phpunit/phpunit": "^9.5.11|^10.0",
"sabre/dav": "^4.3.1" "sabre/dav": "^4.3.1"
@@ -2507,7 +2582,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem/issues", "issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.21.0" "source": "https://github.com/thephpleague/flysystem/tree/3.23.0"
}, },
"funding": [ "funding": [
{ {
@@ -2519,20 +2594,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-11-18T13:59:15+00:00" "time": "2023-12-04T10:16:17+00:00"
}, },
{ {
"name": "league/flysystem-local", "name": "league/flysystem-local",
"version": "3.21.0", "version": "3.23.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git", "url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "470eb1c09eaabd49ebd908ae06f23983ba3ecfe7" "reference": "5cf046ba5f059460e86a997c504dd781a39a109b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/470eb1c09eaabd49ebd908ae06f23983ba3ecfe7", "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/5cf046ba5f059460e86a997c504dd781a39a109b",
"reference": "470eb1c09eaabd49ebd908ae06f23983ba3ecfe7", "reference": "5cf046ba5f059460e86a997c504dd781a39a109b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2567,7 +2642,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem-local/issues", "issues": "https://github.com/thephpleague/flysystem-local/issues",
"source": "https://github.com/thephpleague/flysystem-local/tree/3.21.0" "source": "https://github.com/thephpleague/flysystem-local/tree/3.23.0"
}, },
"funding": [ "funding": [
{ {
@@ -2579,7 +2654,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-11-18T13:41:42+00:00" "time": "2023-12-04T10:14:46+00:00"
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
@@ -2814,19 +2889,20 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.71.0", "version": "2.72.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "98276233188583f2ff845a0f992a235472d9466a" "reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
"reference": "98276233188583f2ff845a0f992a235472d9466a", "reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"carbonphp/carbon-doctrine-types": "*",
"ext-json": "*", "ext-json": "*",
"php": "^7.1.8 || ^8.0", "php": "^7.1.8 || ^8.0",
"psr/clock": "^1.0", "psr/clock": "^1.0",
@@ -2838,8 +2914,8 @@
"psr/clock-implementation": "1.0" "psr/clock-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"doctrine/dbal": "^2.0 || ^3.1.4", "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
"doctrine/orm": "^2.7", "doctrine/orm": "^2.7 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.0", "friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0", "kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*", "ondrejmirtes/better-reflection": "*",
@@ -2916,7 +2992,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-09-25T11:31:05+00:00" "time": "2023-12-08T23:47:49+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@@ -4862,20 +4938,20 @@
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v6.4.0", "version": "v7.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "d036c6c0d0b09e24a14a35f8292146a658f986e4" "reference": "bb51d46e53ef8d50d523f0c5faedba056a27943e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/d036c6c0d0b09e24a14a35f8292146a658f986e4", "url": "https://api.github.com/repos/symfony/css-selector/zipball/bb51d46e53ef8d50d523f0c5faedba056a27943e",
"reference": "d036c6c0d0b09e24a14a35f8292146a658f986e4", "reference": "bb51d46e53ef8d50d523f0c5faedba056a27943e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1" "php": ">=8.2"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -4907,7 +4983,7 @@
"description": "Converts CSS selectors to XPath expressions", "description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/css-selector/tree/v6.4.0" "source": "https://github.com/symfony/css-selector/tree/v7.0.0"
}, },
"funding": [ "funding": [
{ {
@@ -4923,7 +4999,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-31T08:40:20+00:00" "time": "2023-10-31T17:59:56+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@@ -7099,23 +7175,23 @@
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.6", "version": "v2.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c" "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c", "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c", "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-libxml": "*", "ext-libxml": "*",
"php": "^5.5 || ^7.0 || ^8.0", "php": "^5.5 || ^7.0 || ^8.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0" "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10" "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
@@ -7146,9 +7222,9 @@
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"support": { "support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6" "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
}, },
"time": "2023-01-03T09:29:04+00:00" "time": "2023-12-08T13:03:43+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
@@ -8344,16 +8420,16 @@
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.26.2", "version": "v1.26.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "c0177786b1cd05b687b0fa11364aeeecb42cd3d8" "reference": "fa1ad5fbb03686dfc752bfd1861d86091cc1c32d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/c0177786b1cd05b687b0fa11364aeeecb42cd3d8", "url": "https://api.github.com/repos/laravel/sail/zipball/fa1ad5fbb03686dfc752bfd1861d86091cc1c32d",
"reference": "c0177786b1cd05b687b0fa11364aeeecb42cd3d8", "reference": "fa1ad5fbb03686dfc752bfd1861d86091cc1c32d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -8405,7 +8481,7 @@
"issues": "https://github.com/laravel/sail/issues", "issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail" "source": "https://github.com/laravel/sail"
}, },
"time": "2023-11-27T14:46:06+00:00" "time": "2023-12-02T18:26:39+00:00"
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",