Bump laravelcollective/html from 6.2.1 to 6.3.0

Bumps [laravelcollective/html](https://github.com/LaravelCollective/html) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/LaravelCollective/html/releases)
- [Commits](https://github.com/LaravelCollective/html/compare/v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: laravelcollective/html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-14 03:00:54 +00:00 committed by GitHub
parent 1f3badb731
commit a2b7a5f1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

116
composer.lock generated
View File

@ -1771,16 +1771,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v8.82.0", "version": "v8.83.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "411d5243c58cbf12b0fc89cab1ceb50088968c27" "reference": "29bc8779103909ebc428478b339ee6fa8703e193"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/411d5243c58cbf12b0fc89cab1ceb50088968c27", "url": "https://api.github.com/repos/laravel/framework/zipball/29bc8779103909ebc428478b339ee6fa8703e193",
"reference": "411d5243c58cbf12b0fc89cab1ceb50088968c27", "reference": "29bc8779103909ebc428478b339ee6fa8703e193",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1940,7 +1940,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": "2022-02-01T16:13:57+00:00" "time": "2022-02-08T15:44:51+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@ -2205,30 +2205,30 @@
}, },
{ {
"name": "laravelcollective/html", "name": "laravelcollective/html",
"version": "v6.2.1", "version": "v6.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/LaravelCollective/html.git", "url": "https://github.com/LaravelCollective/html.git",
"reference": "ae15b9c4bf918ec3a78f092b8555551dd693fde3" "reference": "78c3cb516ac9e6d3d76cad9191f81d217302dea6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/ae15b9c4bf918ec3a78f092b8555551dd693fde3", "url": "https://api.github.com/repos/LaravelCollective/html/zipball/78c3cb516ac9e6d3d76cad9191f81d217302dea6",
"reference": "ae15b9c4bf918ec3a78f092b8555551dd693fde3", "reference": "78c3cb516ac9e6d3d76cad9191f81d217302dea6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/http": "^6.0|^7.0|^8.0", "illuminate/http": "^6.0|^7.0|^8.0|^9.0",
"illuminate/routing": "^6.0|^7.0|^8.0", "illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
"illuminate/session": "^6.0|^7.0|^8.0", "illuminate/session": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/view": "^6.0|^7.0|^8.0", "illuminate/view": "^6.0|^7.0|^8.0|^9.0",
"php": ">=7.2.5" "php": ">=7.2.5"
}, },
"require-dev": { "require-dev": {
"illuminate/database": "^6.0|^7.0|^8.0", "illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "~1.0", "mockery/mockery": "~1.0",
"phpunit/phpunit": "~8.5" "phpunit/phpunit": "~8.5|^9.5.10"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -2246,12 +2246,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [ "files": [
"src/helpers.php" "src/helpers.php"
] ],
"psr-4": {
"Collective\\Html\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -2273,7 +2273,7 @@
"issues": "https://github.com/LaravelCollective/html/issues", "issues": "https://github.com/LaravelCollective/html/issues",
"source": "https://github.com/LaravelCollective/html" "source": "https://github.com/LaravelCollective/html"
}, },
"time": "2020-12-15T20:20:05+00:00" "time": "2022-02-08T21:02:54+00:00"
}, },
{ {
"name": "lcobucci/clock", "name": "lcobucci/clock",
@ -2411,16 +2411,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "2.2.1", "version": "2.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "f8afb78f087777b040e0ab8a6b6ca93f6fc3f18a" "reference": "13d7751377732637814f0cda0e3f6d3243f9f769"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/f8afb78f087777b040e0ab8a6b6ca93f6fc3f18a", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/13d7751377732637814f0cda0e3f6d3243f9f769",
"reference": "f8afb78f087777b040e0ab8a6b6ca93f6fc3f18a", "reference": "13d7751377732637814f0cda0e3f6d3243f9f769",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2511,7 +2511,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-25T14:37:33+00:00" "time": "2022-02-13T15:00:57+00:00"
}, },
{ {
"name": "league/config", "name": "league/config",
@ -5877,12 +5877,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
] ],
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -5957,12 +5957,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
] ],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -6040,12 +6040,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
] ],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -6125,12 +6125,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
], ],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [ "classmap": [
"Resources/stubs" "Resources/stubs"
] ]
@ -6212,12 +6212,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
] ],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -6289,12 +6289,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
] ],
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -6365,12 +6365,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
], ],
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [ "classmap": [
"Resources/stubs" "Resources/stubs"
] ]
@ -6444,12 +6444,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
], ],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [ "classmap": [
"Resources/stubs" "Resources/stubs"
] ]
@ -6527,12 +6527,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
], ],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [ "classmap": [
"Resources/stubs" "Resources/stubs"
] ]