mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
minor #14924 Update sylius/calendar requirement from ^0.3 || ^0.4 to ^0.5.0 (dependabot[bot], jakubtobiasz)
This PR was merged into the 1.13 branch. Discussion ---------- Updates the requirements on [sylius/calendar](https://github.com/Sylius/Calendar) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Sylius/Calendar/releases">sylius/calendar's releases</a>.</em></p> <blockquote> <h2>v0.5.0</h2> <h3>Details</h3> <ul> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/13">#13</a> Move Behat dependencies to the test app (<a href="https://github.com/coldic3"><code>@coldic3</code></a>)</li> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/14">#14</a> [GitHub Actions] Configure workflow to run on the workflow_dispatch event (<a href="https://github.com/GSadee"><code>@GSadee</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Sylius/Calendar/blob/main/CHANGELOG.md">sylius/calendar's changelog</a>.</em></p> <blockquote> <h3>v0.5.0 (2023-03-31)</h3> <ul> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/13">#13</a> Move Behat dependencies to the test app (<a href="https://github.com/coldic3"><code>@coldic3</code></a>)</li> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/14">#14</a> [GitHub Actions] Configure workflow to run on the workflow_dispatch event (<a href="https://github.com/GSadee"><code>@GSadee</code></a>)</li> </ul> <h3>v0.4.0 (2022-09-05)</h3> <ul> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/9">#9</a> Add support for Symfony 6 (<a href="https://github.com/loic425"><code>@loic425</code></a>)</li> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/10">#10</a> [Composer][Maintenance] Allow plugins - symfony/flex, config directory moved, phpunit's bump (<a href="https://github.com/Rafikooo"><code>@Rafikooo</code></a>)</li> </ul> <h3>v0.3.0 (2022-01-28)</h3> <ul> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/8">#8</a> [Behat] Add calendar hook to remove temporary date after scenario (<a href="https://github.com/GSadee"><code>@GSadee</code></a>)</li> </ul> <h3>v0.2.0 (2022-01-28)</h3> <ul> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/7">#7</a> Make it a bundle (<a href="https://github.com/GSadee"><code>@GSadee</code></a>)</li> </ul> <h3>v0.1.0 (2022-01-25)</h3> <ul> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/1">#1</a> [Calendar] add provider with current date (<a href="https://github.com/AdamKasp"><code>@AdamKasp</code></a>)</li> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/2">#2</a> configure application with behats and symfony (<a href="https://github.com/AdamKasp"><code>@AdamKasp</code></a>)</li> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/3">#3</a> Composer version correction (<a href="https://github.com/TheMilek"><code>@TheMilek</code></a>)</li> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/4">#4</a> [Composer] Update composer lock + fix indentation (<a href="https://github.com/GSadee"><code>@GSadee</code></a>)</li> <li><a href="https://redirect.github.com/Sylius/Calendar/issues/5">#5</a> Initialize empty changelog file (<a href="https://github.com/GSadee"><code>@GSadee</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Sylius/Calendar/commits/v0.5.0">compare view</a></li> </ul> </details> <br /> 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) </details> Commits -------34671f22aaUpdate sylius/calendar requirement from ^0.3 || ^0.4 to ^0.5.05e5ada7059Allow to install sylius/calendar:^0.508cdd3413cImport sylius/calendar Behat services20697acdf4Ignore on.push event in CI for dependabot's branches
This commit is contained in:
commit
515a5ece2b
7 changed files with 7 additions and 5 deletions
1
.github/workflows/ci__minimal.yaml
vendored
1
.github/workflows/ci__minimal.yaml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
workflow_dispatch: ~
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
- 'upmerge/**'
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
|
||||
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || ^1.1",
|
||||
"sylius-labs/polyfill-symfony-security": "^1.1",
|
||||
"sylius/calendar": "^0.3 || ^0.4",
|
||||
"sylius/calendar": "^0.3 || ^0.4 || ^0.5",
|
||||
"sylius/fixtures-bundle": "^1.7",
|
||||
"sylius/grid": "^1.11",
|
||||
"sylius/grid-bundle": "^1.11",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
imports:
|
||||
- { resource: "../vendor/sylius/calendar/tests/Behat/Resources/services.yaml" }
|
||||
- { resource: "../src/Sylius/Behat/Resources/config/services.xml" }
|
||||
|
||||
# workaround needed for strange "test.client.history" problem
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/calendar": "^0.3 || ^0.4",
|
||||
"sylius/calendar": "^0.3 || ^0.4 || ^0.5",
|
||||
"sylius/money-bundle": "^1.12",
|
||||
"sylius/promotion": "^1.12",
|
||||
"sylius/registry": "^1.5",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/calendar": "^0.3 || ^0.4",
|
||||
"sylius/calendar": "^0.3 || ^0.4 || ^0.5",
|
||||
"sylius/money-bundle": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/shipping": "^1.12",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/calendar": "^0.3 || ^0.4",
|
||||
"sylius/calendar": "^0.3 || ^0.4 || ^0.5",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/taxation": "^1.12",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/calendar": "^0.3 || ^0.4",
|
||||
"sylius/calendar": "^0.3 || ^0.4 || ^0.5",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.9"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue