[PR #1046] [MERGED] Bump mpociot/laravel-apidoc-generator from 3.10.0 to 3.11.0 #1549

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1046
Author: @dependabot-preview[bot]
Created: 8/12/2019
Status: Merged
Merged: 8/15/2019
Merged by: @phanan

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


📝 Commits (1)

  • 84533f2 Bump mpociot/laravel-apidoc-generator from 3.10.0 to 3.11.0

📊 Changes

1 file changed (+46 additions, -110 deletions)

View changed files

📝 composer.lock (+46 -110)

📄 Description

Bumps mpociot/laravel-apidoc-generator from 3.10.0 to 3.11.0.

Release notes

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

3.11.0

Changelog

Changelog

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

[3.11.0] - Friday, 9 August 2019

Added

Changed

Fixed

Commits
  • 921a365 Update CHANGELOG.md
  • 5ce0188 Merge pull request #548 from gpressutto5/fix/null-base_url
  • b3a93de Not using config helper inside config file
  • c4422ce Merge pull request #545 from MrMage/urlencode-query-params
  • 6bc4b53 Add support for query parameters in the bash template and ensure that all que...
  • 98d0456 Merge pull request #540 from MrMage/patch-2
  • 45310bf Only require the package for dev environments by default.
  • 573e9ef Include query parameters and headers in the generated Postman collection. (#537)
  • 5f9babf Merge pull request #538 from MrMage/make-responsecallstrategy-customizable
  • e927f70 Make a few ResponseCallStrategy methods protected.
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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/1046 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/12/2019 **Status:** ✅ Merged **Merged:** 8/15/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/mpociot/laravel-apidoc-generator-3.11.0` --- ### 📝 Commits (1) - [`84533f2`](https://github.com/koel/koel/commit/84533f273bab7bef6fd3fa9b7e132226625d4905) Bump mpociot/laravel-apidoc-generator from 3.10.0 to 3.11.0 ### 📊 Changes **1 file changed** (+46 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+46 -110) </details> ### 📄 Description Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.10.0 to 3.11.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.11.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#3110---friday-9-august-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.11.0] - Friday, 9 August 2019 > ### Added > - Support for query parameters in the bash template (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/545) > - Include query parameters and headers in the generated Postman collection (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/537) > - Include Python out of the box as example language (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/524) > > ### Changed > - Moved nunomaduro/collision to "suggested" so it doesn't break PHP 7.0 (https://github.com/mpociot/laravel-apidoc-generator/commit/2f3a2144e1a4f1eb0229aea8b4d11707cb4aabbf) > > ### Fixed > - Stopped using config helper inside config file (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/548) </details> <details> <summary>Commits</summary> - [`921a365`](https://github.com/mpociot/laravel-apidoc-generator/commit/921a365f5b9859f782cf34c8dba8f61609d4447a) Update CHANGELOG.md - [`5ce0188`](https://github.com/mpociot/laravel-apidoc-generator/commit/5ce01889cd29b00f95780f708a7ddba44248860d) Merge pull request [#548](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/548) from gpressutto5/fix/null-base_url - [`b3a93de`](https://github.com/mpociot/laravel-apidoc-generator/commit/b3a93deda0ae11447cb543386aa0c06492f7a98d) Not using config helper inside config file - [`c4422ce`](https://github.com/mpociot/laravel-apidoc-generator/commit/c4422ce679f13ca99f4d05c91326c5a684ccd60f) Merge pull request [#545](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/545) from MrMage/urlencode-query-params - [`6bc4b53`](https://github.com/mpociot/laravel-apidoc-generator/commit/6bc4b53f8cce3ac71fe72ea831c800c1d1862092) Add support for query parameters in the bash template and ensure that all que... - [`98d0456`](https://github.com/mpociot/laravel-apidoc-generator/commit/98d04567a40d22e1c5ff4632dd0ecb573cee9b7c) Merge pull request [#540](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/540) from MrMage/patch-2 - [`45310bf`](https://github.com/mpociot/laravel-apidoc-generator/commit/45310bf9a3c69848c4c900b491904ce43009b5be) Only require the package for dev environments by default. - [`573e9ef`](https://github.com/mpociot/laravel-apidoc-generator/commit/573e9efb63026f1169a00f6b9c56541fd93a3fd2) Include query parameters and headers in the generated Postman collection. ([#537](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/537)) - [`5f9babf`](https://github.com/mpociot/laravel-apidoc-generator/commit/5f9babf6f9a059bef8fb9e0e189cc8257f237a12) Merge pull request [#538](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/538) from MrMage/make-responsecallstrategy-customizable - [`e927f70`](https://github.com/mpociot/laravel-apidoc-generator/commit/e927f702faa0ccb91e18b6634772c7f4e08080e9) Make a few `ResponseCallStrategy` methods `protected`. - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.10.0...3.11.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.10.0&new-version=3.11.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.10.0&new-version=3.11.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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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:26 +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#1549
No description provided.