mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Bump symfony/dom-crawler from 3.4.22 to 3.4.23 (#927)
Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 3.4.22 to 3.4.23. <details> <summary>Commits</summary> - [`d40023c`](d40023c057
) Apply php-cs-fixer rule for array_key_exists() - [`2c5d2df`](2c5d2df578
) be keen to newcomers - See full diff in [compare view](https://github.com/symfony/dom-crawler/compare/v3.4.22...v3.4.23) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=symfony/dom-crawler&package-manager=composer&previous-version=3.4.22&new-version=3.4.23)](https://dependabot.com/compatibility-score.html?dependency-name=symfony/dom-crawler&package-manager=composer&previous-version=3.4.22&new-version=3.4.23) 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
79632daa8f
commit
8ef180de91
1 changed files with 6 additions and 6 deletions
12
composer.lock
generated
12
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "34c7ae28505ede112af45963a578526a",
|
||||
"content-hash": "15b6d15dc6e8f67e5b38bf8a072510bd",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
|
@ -7616,16 +7616,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/dom-crawler",
|
||||
"version": "v3.4.22",
|
||||
"version": "v3.4.23",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dom-crawler.git",
|
||||
"reference": "32cb577c07bd900ee883a9d4b55d4098aa02e422"
|
||||
"reference": "d40023c057393fb25f7ca80af2a56ed948c45a09"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32cb577c07bd900ee883a9d4b55d4098aa02e422",
|
||||
"reference": "32cb577c07bd900ee883a9d4b55d4098aa02e422",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d40023c057393fb25f7ca80af2a56ed948c45a09",
|
||||
"reference": "d40023c057393fb25f7ca80af2a56ed948c45a09",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -7669,7 +7669,7 @@
|
|||
],
|
||||
"description": "Symfony DomCrawler Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2019-01-16T13:27:11+00:00"
|
||||
"time": "2019-02-23T15:06:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
|
|
Loading…
Reference in a new issue