Bump laravel/sail from 1.19.0 to 1.20.1

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.19.0 to 1.20.1.
- [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.19.0...v1.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-08 19:43:01 +00:00 committed by GitHub
parent 38a752d9c8
commit 9c51c66576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

87
composer.lock generated
View file

@ -8952,23 +8952,24 @@
},
{
"name": "laravel/sail",
"version": "v1.19.0",
"version": "v1.20.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6"
"reference": "4b85dbfa3dceeaf7227e3029707562fd60297e86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/4f230634a3163f3442def6a4e6ffdb02b02e14d6",
"reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6",
"url": "https://api.github.com/repos/laravel/sail/zipball/4b85dbfa3dceeaf7227e3029707562fd60297e86",
"reference": "4b85dbfa3dceeaf7227e3029707562fd60297e86",
"shasum": ""
},
"require": {
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"php": "^7.3|^8.0"
"php": "^7.3|^8.0",
"symfony/yaml": "^6.0"
},
"bin": [
"bin/sail"
@ -9008,7 +9009,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2023-01-31T13:37:57+00:00"
"time": "2023-02-08T02:08:37+00:00"
},
{
"name": "maximebf/debugbar",
@ -11950,6 +11951,80 @@
],
"time": "2023-01-01T08:36:55+00:00"
},
{
"name": "symfony/yaml",
"version": "v6.2.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19",
"reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"symfony/console": "<5.4"
},
"require-dev": {
"symfony/console": "^5.4|^6.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v6.2.5"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-01-10T18:53:53+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.2.1",