[PR #977] [CLOSED] Bump mpociot/laravel-apidoc-generator from 3.4.4 to 3.7.2 #1489

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/977
Author: @dependabot-preview[bot]
Created: 5/20/2019
Status: Closed

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


📝 Commits (1)

  • 17f70fc Bump mpociot/laravel-apidoc-generator from 3.4.4 to 3.7.2

📊 Changes

1 file changed (+38 additions, -31 deletions)

View changed files

📝 composer.lock (+38 -31)

📄 Description

Bumps mpociot/laravel-apidoc-generator from 3.4.4 to 3.7.2.

Release notes

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

3.7.2

Changelog

3.7.1

Changelog

3.7.0

Changelog

3.6.0

Changelog

3.5.0

Changelog

Changelog

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

[3.7.2] - Sunday, 19 May 2019

Added

[3.7.1] - Friday, 17 May 2019

Fixed

[3.7.0] - Thursday, 2 May 2019

Added

[3.6.0] - Monday, 29 April 2019

Added

[3.5.0] - Tuesday, 23 April 2019

Added

Changed

Fixed

Commits
  • 5890893 Update changelog
  • 09b2276 Merge pull request #507 from lucianobargmann/patch-1
  • b964636 Update docs to reflect support for route URLs in include/exclude
  • 70dea2a Add support for url paths in include
  • 5de905f Update changelog
  • f0dc118 Fix StyleCI 7.0 error; fix route url bindings
  • 20b2b7f Merge remote-tracking branch 'origin/master'
  • 1494bd1 Update changelog
  • 4a675a9 Update changelog
  • cb0e6ea Merge pull request #510 from mpociot/analysis-q291dA
  • Additional commits viewable in compare view

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 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:

  • 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/977 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/mpociot/laravel-apidoc-generator-3.7.2` --- ### 📝 Commits (1) - [`17f70fc`](https://github.com/koel/koel/commit/17f70fc7b6b1b5dc15df6c0284a59126fc7eca82) Bump mpociot/laravel-apidoc-generator from 3.4.4 to 3.7.2 ### 📊 Changes **1 file changed** (+38 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+38 -31) </details> ### 📄 Description Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.4.4 to 3.7.2. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.7.2 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#372---sunday-19-may-2019) > > ## 3.7.1 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#371---friday-17-may-2019) > > ## 3.7.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#370---thursday-2-may-2019) > > ## 3.6.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#360---monday-29-april-2019) > > ## 3.5.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#350---tuesday-23-april-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.7.2] - Sunday, 19 May 2019 > ### Added > - Support for URL paths in include/exclude rules (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/507) > > ## [3.7.1] - Friday, 17 May 2019 > ### Fixed > - Handle exception for no URL::forceRootURL() method in Lumen (https://github.com/mpociot/laravel-apidoc-generator/commit/2146fa114dc18bc32c00b5c5550266d753d5aef3) > - Url parameter bindings (https://github.com/mpociot/laravel-apidoc-generator/commit/f0dc118c6b7792894bf9baa352d7fc4ca8ca74b5) > > ## [3.7.0] - Thursday, 2 May 2019 > ### Added > - Support for `@queryParams` in Dingo FormRequests (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/506) > - Easier customisation of example languages (https://github.com/mpociot/laravel-apidoc-generator/commit/0aa737a2e54a913eab4d024a1644c5ddd5dee8b8) > - Include PHP as example language (https://github.com/mpociot/laravel-apidoc-generator/commit/c5814762fa52095fe645716554839b6ae110ef89) > > ## [3.6.0] - Monday, 29 April 2019 > ### Added > - Support for `@queryParams` in FormRequests (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/504) > - Added `default_group` key to replace `ungrouped_name` (https://github.com/mpociot/laravel-apidoc-generator/commit/72b5f546c1b84e69fe43c720a04f448c3b96e345) > > ## [3.5.0] - Tuesday, 23 April 2019 > ### Added > - Option to seed faker for deterministic output (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/503) > - Support for binding prefixes (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/498) > - Ability to override Laravel `config` (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/496) > - Allow override of the name 'general' for ungrouped routes (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/491) > > ### Changed > - Use parameter-bound URL in doc examples (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/500) > > ### Fixed > - Request router now matches when router has sub-domain (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/493) </details> <details> <summary>Commits</summary> - [`5890893`](https://github.com/mpociot/laravel-apidoc-generator/commit/58908932d1be7560ad4413ac118ac9c7250c9774) Update changelog - [`09b2276`](https://github.com/mpociot/laravel-apidoc-generator/commit/09b22769b76a5c9fbc58185a99ab482dd185471b) Merge pull request [#507](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/507) from lucianobargmann/patch-1 - [`b964636`](https://github.com/mpociot/laravel-apidoc-generator/commit/b9646362d7361c9ae2bca587f2928eac3ebc179b) Update docs to reflect support for route URLs in include/exclude - [`70dea2a`](https://github.com/mpociot/laravel-apidoc-generator/commit/70dea2a6ed94b91360d5a2a9b2a3008331acdf1e) Add support for url paths in include - [`5de905f`](https://github.com/mpociot/laravel-apidoc-generator/commit/5de905f9b854af33a4ed5a2007f5198137064a5d) Update changelog - [`f0dc118`](https://github.com/mpociot/laravel-apidoc-generator/commit/f0dc118c6b7792894bf9baa352d7fc4ca8ca74b5) Fix StyleCI 7.0 error; fix route url bindings - [`20b2b7f`](https://github.com/mpociot/laravel-apidoc-generator/commit/20b2b7f68055b15c8319d1c249d9558dd5e395f9) Merge remote-tracking branch 'origin/master' - [`1494bd1`](https://github.com/mpociot/laravel-apidoc-generator/commit/1494bd13ac6a30792372be9635eb32244629c87c) Update changelog - [`4a675a9`](https://github.com/mpociot/laravel-apidoc-generator/commit/4a675a9a967732b083777d4f280aa28eecff80c5) Update changelog - [`cb0e6ea`](https://github.com/mpociot/laravel-apidoc-generator/commit/cb0e6ea27ca2dd0fcbd4a417e0890273e317dfb0) Merge pull request [#510](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/510) from mpociot/analysis-q291dA - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.4.4...3.7.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.4&new-version=3.7.2)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.4.4&new-version=3.7.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:12 +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#1489
No description provided.