mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Bump mpociot/laravel-apidoc-generator from 3.4.1 to 3.4.2 (#933)
Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.4.1 to 3.4.2. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.4.2 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#342---sunday-10-march-2019) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.4.2] - Sunday, 10 March 2019 > ### Added > - Ability to set cookies on response calls (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/471) </details> <details> <summary>Commits</summary> - [`61dc0fb`](61dc0fbe62
) Update CHANGELOG.md - [`f67e418`](f67e41847e
) Merge pull request [#471](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/471) from zasan1017/feat/issue-468 - [`850e4cf`](850e4cf8d1
) feat: cookies added to response_call. - See full diff in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.4.1...3.4.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.4.1&new-version=3.4.2)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.4.1&new-version=3.4.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
This commit is contained in:
parent
ebd2a34035
commit
79632daa8f
1 changed files with 6 additions and 6 deletions
12
composer.lock
generated
12
composer.lock
generated
|
@ -3137,7 +3137,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Gert de Pagter",
|
||||
"email": "BackEndTea@gmail.com"
|
||||
"email": "backendtea@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Symfony polyfill for ctype functions",
|
||||
|
@ -5163,16 +5163,16 @@
|
|||
},
|
||||
{
|
||||
"name": "mpociot/laravel-apidoc-generator",
|
||||
"version": "3.4.1",
|
||||
"version": "3.4.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mpociot/laravel-apidoc-generator.git",
|
||||
"reference": "46e7a34b63f67d03951d49a8cfa61e8e1e817747"
|
||||
"reference": "61dc0fbe62dfb0c0a639d046a3abb8fe6c769398"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mpociot/laravel-apidoc-generator/zipball/46e7a34b63f67d03951d49a8cfa61e8e1e817747",
|
||||
"reference": "46e7a34b63f67d03951d49a8cfa61e8e1e817747",
|
||||
"url": "https://api.github.com/repos/mpociot/laravel-apidoc-generator/zipball/61dc0fbe62dfb0c0a639d046a3abb8fe6c769398",
|
||||
"reference": "61dc0fbe62dfb0c0a639d046a3abb8fe6c769398",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5225,7 +5225,7 @@
|
|||
"documentation",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2019-03-04T22:13:05+00:00"
|
||||
"time": "2019-03-10T06:31:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mpociot/reflection-docblock",
|
||||
|
|
Loading…
Reference in a new issue