Astrotomic / stancy

This package aims to provide the most common and flexible CMS features to your Laravel project.
https://docs.astrotomic.info/stancy
MIT License
36 stars 5 forks source link

Update orchestra/testbench requirement from ^4.0 to ^4.2 #22

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on orchestra/testbench to permit the latest version.

Release notes *Sourced from [orchestra/testbench's releases](https://github.com/orchestral/testbench/releases).* > ## v4.2.0 > ### Changes > > * Update minimum support for Laravel Framework v6.2.0+. ([v6.1.0...v6.2.0](https://github.com/laravel/framework/compare/v6.1.0...v6.2.0)) > * Update minimum support for Testbench Core v4.2.0+. ([v4.1.0...v4.2.0](https://github.com/orchestral/testbench-core/compare/v4.1.0...v4.2.0))
Changelog *Sourced from [orchestra/testbench's changelog](https://github.com/orchestral/testbench/blob/4.x/CHANGELOG-4.x.md).* > ## 4.2.0 > > Released: 2019-10-11 > > ### Changes > > * Update minimum support for Laravel Framework v6.2.0+. ([v6.1.0...v6.2.0](https://github.com/laravel/framework/compare/v6.1.0...v6.2.0)) > * Update minimum support for Testbench Core v4.2.0+. ([v4.1.0...v4.2.0](https://github.com/orchestral/testbench-core/compare/v4.1.0...v4.2.0)) > > ## 4.1.0 > > Released: 2019-10-06 > > ### Changes > > * Update minimum support for Laravel Framework v6.1.0+. ([v6.0.0...v6.1.0](https://github.com/laravel/framework/compare/v6.0.0...v6.1.0)) > * Update minimum support for Testbench Core v4.1.0+. ([v4.0.2...v4.1.0](https://github.com/orchestral/testbench-core/compare/v4.0.2...v4.1.0)) > * Rename default `Redis` alias under `app.aliases` to `RedisManager` to avoid incompatibility when running tests using `phpredis` extension. > > ## 4.0.1 > > Released: 2019-09-24 > > ### Changes > > * Update minimum support for Testbench Core v4.0.2+. ([v4.0.0...v4.0.2](https://github.com/orchestral/testbench-core/compare/v4.0.0...v4.0.2)) > * Support test againsts PHP `7.4snapshot` build on Travis-CI. > > ## 4.0.0 > > Released: 2019-09-03 > > ### Changes > > * Update support for Laravel Framework v6.0. > * Increase minimum PHP version to 7.2+ (tested with 7.2 and 7.3). > * Increase minimum PHPUnit to v8.0+. > * Configuration changes: > - `BCRYPT_ROUNDS` now defaults to `10`. > - `REDIS_CLIENT` now defaults to `phpredis`. > - `REDIS_CLUSTER` now defaults to `redis`. > > ### Breaking Changes > > * Any tests requiring Redis would now requires `ext-redis` to be installed. As of now you either can setup Redis or set `REDIS_CLIENT` and `REDIS_CLUSTER` to the deprecated `predis` option.
Commits - [`cbfb790`](https://github.com/orchestral/testbench/commit/cbfb79054bb7cf1fc713acc03504aac92aafe6a1) Prepare 4.2.0 release. - [`03a77a6`](https://github.com/orchestral/testbench/commit/03a77a64667ce588fb23d03cd6282d7b26299013) Merge branch '3.9' into 4.x - [`cad7499`](https://github.com/orchestral/testbench/commit/cad74999ceecffff387cc9757cc5c3f84d3b918e) Prepare 3.9.2 release. - [`1ff8b79`](https://github.com/orchestral/testbench/commit/1ff8b79821e6b7624d056fd365e54415241d0146) Prepare 4.1.0 release. - [`de6633e`](https://github.com/orchestral/testbench/commit/de6633e536c6595c2c52e767990e78099f9a2009) Update deps - [`7d60a2a`](https://github.com/orchestral/testbench/commit/7d60a2a2ae56763e7a6c03f7526bba4c4cfca6b6) Merge branch '3.9' into 4.x - [`7c67d15`](https://github.com/orchestral/testbench/commit/7c67d15f572d9ccc61e56b242d6fc2989bc68fe8) Update deps. - [`a10dbc9`](https://github.com/orchestral/testbench/commit/a10dbc9dba64c6fb98b5169f4daf476691596968) Prepare 4.0.1 release. - [`93166a2`](https://github.com/orchestral/testbench/commit/93166a25b357bf9582c31595f79324d2c3a87309) Merge remote-tracking branch 'origin/4.x' into 4.x - [`18c5347`](https://github.com/orchestral/testbench/commit/18c5347472e56d41925c80f9bb9efd6ba4d29631) Merge branch '3.9' into 4.x - Additional commits viewable in [compare view](https://github.com/orchestral/testbench/compare/v4.0.0...v4.2.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 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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)
Gummibeer commented 4 years ago

@dependabot ignore this dependency

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you about orchestra/testbench again, unless you re-open this PR or update it yourself. 😢