[PR #881] [MERGED] Bump mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0 #1412

Closed
opened 2026-02-26 03:30:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/881
Author: @dependabot-preview[bot]
Created: 12/19/2018
Status: Merged
Merged: 12/19/2018
Merged by: @phanan

Base: masterHead: dependabot/composer/mpociot/laravel-apidoc-generator-3.2.0


📝 Commits (1)

  • a7c8f02 Bump mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0

📊 Changes

1 file changed (+12 additions, -12 deletions)

View changed files

📝 composer.lock (+12 -12)

📄 Description

Bumps mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0.

Release notes

Sourced from mpociot/laravel-apidoc-generator's releases.

3.2.0

Changelog

Changelog

Sourced from mpociot/laravel-apidoc-generator's changelog.

[3.2.0] - Wednesday, 12 December 2018

Changed

Fixed

Commits

Dependabot compatibility score

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 commands and options

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 cancel merge will cancel a previously requested merge
  • @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:

  • 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/881 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/19/2018 **Status:** ✅ Merged **Merged:** 12/19/2018 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/mpociot/laravel-apidoc-generator-3.2.0` --- ### 📝 Commits (1) - [`a7c8f02`](https://github.com/koel/koel/commit/a7c8f02d52b6f0dbae74ec221602d2fc49b4a0fa) Bump mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0 ### 📊 Changes **1 file changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+12 -12) </details> ### 📄 Description Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.1.1 to 3.2.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.2.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#320---wednesday-12-december-2018) </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.2.0] - Wednesday, 12 December 2018 > ### Changed > - API groups are now sorted "naturally" (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/428) > > ### Fixed > - Partial resource controllers are now properly supported (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/429) > - PUT request body now formatted as `urlencoded` in Postman collection (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/418) > - `[**responseFile**](https://github.com/responseFile)` strategy now properly renders responses (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/427) </details> <details> <summary>Commits</summary> - [`d13b0e1`](https://github.com/mpociot/laravel-apidoc-generator/commit/d13b0e1687de3af9168d94e9845dba48423707b0) Update CHANGELOG.md - [`56c5412`](https://github.com/mpociot/laravel-apidoc-generator/commit/56c54123409bbf30475c522e0bde387b5f837b40) Update CONTRIBUTING.md - [`503fb66`](https://github.com/mpociot/laravel-apidoc-generator/commit/503fb6605e582b962bf70616c63aa387c3798645) Merge pull request [#431](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/431) from mpociot/analysis-8wPwG9 - [`2e66407`](https://github.com/mpociot/laravel-apidoc-generator/commit/2e66407a3b84026341e8e120117f3a1bb377a867) Apply fixes from StyleCI - [`02d1942`](https://github.com/mpociot/laravel-apidoc-generator/commit/02d1942298105aab6a676062f3a8ba0945916cb9) Merge pull request [#428](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/428) from phanan-forks/feat/natsort - [`8ca2719`](https://github.com/mpociot/laravel-apidoc-generator/commit/8ca27199abc1b00e8c1fe4a4d50371458f21d587) Update GenerateDocumentationTest.php - [`6850789`](https://github.com/mpociot/laravel-apidoc-generator/commit/68507895e0f82a3ec1960b06fc67eb7e8508d115) Merge branch 'master' into feat/natsort - [`c2ef79d`](https://github.com/mpociot/laravel-apidoc-generator/commit/c2ef79d990b62c3784ffb1647d48a0d497a5dfdf) Merge pull request [#429](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/429) from phanan-forks/fix/partial-ctrl - [`6096b95`](https://github.com/mpociot/laravel-apidoc-generator/commit/6096b95b2a3e52ec14d0ac31cdbaf1666af0e636) Trigger build - [`966c8eb`](https://github.com/mpociot/laravel-apidoc-generator/commit/966c8eb365624bf5b27afe56e37c3854de969607) Trigger build - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.1.1...3.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0) 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 cancel merge` will cancel a previously requested merge - `@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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1412
No description provided.