Merge pull request #1332 from jonnybarnes/dependabot/composer/laravel/sail-1.29.0

build(deps-dev): Bump laravel/sail from 1.28.2 to 1.29.0
This commit is contained in:
Jonny Barnes 2024-03-13 16:45:24 +00:00 committed by GitHub
commit 80184002b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

29
composer.lock generated
View file

@ -9995,16 +9995,16 @@
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.28.2", "version": "v1.29.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "057777403b8ab79222dcc04983beaab10b6de6a0" "reference": "e40cc7ffb5186c45698dbd47e9477e0e429396d0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/057777403b8ab79222dcc04983beaab10b6de6a0", "url": "https://api.github.com/repos/laravel/sail/zipball/e40cc7ffb5186c45698dbd47e9477e0e429396d0",
"reference": "057777403b8ab79222dcc04983beaab10b6de6a0", "reference": "e40cc7ffb5186c45698dbd47e9477e0e429396d0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10053,7 +10053,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": "2024-03-04T14:58:29+00:00" "time": "2024-03-08T16:32:33+00:00"
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
@ -13246,28 +13246,27 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v6.4.3", "version": "v7.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "d75715985f0f94f978e3a8fa42533e10db921b90" "reference": "2d4fca631c00700597e9442a0b2451ce234513d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90", "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3",
"reference": "d75715985f0f94f978e3a8fa42533e10db921b90", "reference": "2d4fca631c00700597e9442a0b2451ce234513d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
"symfony/console": "<5.4" "symfony/console": "<6.4"
}, },
"require-dev": { "require-dev": {
"symfony/console": "^5.4|^6.0|^7.0" "symfony/console": "^6.4|^7.0"
}, },
"bin": [ "bin": [
"Resources/bin/yaml-lint" "Resources/bin/yaml-lint"
@ -13298,7 +13297,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v6.4.3" "source": "https://github.com/symfony/yaml/tree/v7.0.3"
}, },
"funding": [ "funding": [
{ {
@ -13314,7 +13313,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T14:51:35+00:00" "time": "2024-01-23T15:02:46+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",