mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
Bump jackiedo/dotenv-editor from 1.0.7 to 1.0.8 (#874)
Bumps [jackiedo/dotenv-editor](https://github.com/JackieDo/Laravel-Dotenv-Editor) from 1.0.7 to 1.0.8. <details> <summary>Release notes</summary> *Sourced from [jackiedo/dotenv-editor's releases](https://github.com/JackieDo/Laravel-Dotenv-Editor/releases).* > ## 1.0.8 > - [Fixed] The method handle() does not exists. (Pull request [#19](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/19), [#23](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/23). Issue [#18](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/18)) > - [Fixed] The value "0" isn't displayed in output array. (Pull request [#20](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/20)) > - [Fixed] The error "Undefined property" in the class DotenvWriter. (Pull request [#22](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/22)) </details> <details> <summary>Commits</summary> - [`2ceebe3`](2ceebe3a1c
) Merge pull request [#25](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/25) from JackieDo/1.0 - [`646094f`](646094fd44
) Fixed some bugs - [`18d0df7`](18d0df7e1f
) Merge pull request [#16](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/16) from JackieDo/1.0 - [`a02a089`](a02a0898b9
) Merge pull request [#15](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/15) from JackieDo/1.0 - See full diff in [compare view](https://github.com/JackieDo/Laravel-Dotenv-Editor/compare/1.0.7...1.0.8) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8)](https://dependabot.com/compatibility-score.html?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8) 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>
This commit is contained in:
parent
a0486f6083
commit
545295c8ac
1 changed files with 5 additions and 5 deletions
10
composer.lock
generated
10
composer.lock
generated
|
@ -940,16 +940,16 @@
|
|||
},
|
||||
{
|
||||
"name": "jackiedo/dotenv-editor",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JackieDo/Laravel-Dotenv-Editor.git",
|
||||
"reference": "d27e12b8b120d49234d6759810ad06f076ee52cc"
|
||||
"reference": "2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/JackieDo/Laravel-Dotenv-Editor/zipball/d27e12b8b120d49234d6759810ad06f076ee52cc",
|
||||
"reference": "d27e12b8b120d49234d6759810ad06f076ee52cc",
|
||||
"url": "https://api.github.com/repos/JackieDo/Laravel-Dotenv-Editor/zipball/2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3",
|
||||
"reference": "2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -985,7 +985,7 @@
|
|||
"dotenv-editor",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2017-06-26T06:36:42+00:00"
|
||||
"time": "2018-12-10T08:59:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "james-heinrich/getid3",
|
||||
|
|
Loading…
Reference in a new issue