restful
restful copied to clipboard
Update behat/behat requirement from ~2.5 to ~3.14
Updates the requirements on behat/behat to permit the latest version.
Release notes
Sourced from behat/behat's releases.
v3.14.0
🎉 Symfony 7 is supported now 🎉
What's Changed
- Upgrade the CI setup to stop using deprecation GHA features by
@stof
in Behat/Behat#1430- Fix mismatched parameters + method signatures, bump Psalm level by
@ciaranmcnulty
in Behat/Behat#1434- GH Actions: start running the tests against PHP 8.3 by
@jrfnl
in Behat/Behat#1440- allow Symfony 7 by
@dmaicher
in Behat/Behat#1442New Contributors
@jrfnl
made their first contribution in Behat/Behat#1440Full Changelog: https://github.com/Behat/Behat/compare/v3.13.0...v3.14.0
Changelog
Sourced from behat/behat's changelog.
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[3.13.0] - 2023-04-18
Added
- #1422 Add support for displaying PHPUnit 10 exceptions
@mnocon
- #1429 Add more precise types for static analysis
@yguedidi
[3.12.0] - 2022-11-29
Added
- #1417 Allow install with PHP 8.2
@ciaranmcnulty
Fixed
- #1412 Fix dynamic property deprecation notices in PHP 8.2
@gquemener
- #1410 Fix deprecation errors in Junit formatter for PHP 8.1
@albeorte96
Other contributions
- #1415 Fix README typo
@vinceAmstoutz
[3.11.0] - 2022-07-07
Added
- #1387 Added file attribute to Junit output
@ppaulis
- #1266 Enable env placeholder resolution in config
@mpdude
- #1380 Support psr/container 2.0
@wouterj
- #1340 Added Chinese language
@54853315
Fixed
- #1374 Fixed counts in hu translations
@Sweetchuck
- #1393 Fixed counts in bg and jo translations
@delyro
Other contributions
3.10.0 - 2021-11-02
What's Changed
- PHP8 Hook attributes by
@rpkamp
in Behat/Behat#1372Full Changelog: https://github.com/Behat/Behat/compare/v3.9.1...v3.10.0
3.9.1 - 2021-11-02
What's Changed
- Fix issue 1363 (Symfony 6 compatibility) by
@dmaicher
in Behat/Behat#1368
... (truncated)
Commits
2a3832d
Merge pull request #1442 from dmaicher/symfony_768dbf63
add compatibility with Symfony 7f177773
Merge pull request #1440 from jrfnl/feature/ghactions-start-testing-against-p...e5b8fd4
GH Actions: start running the tests against PHP 8.30e06d4b
Merge pull request #1434 from ciaranmcnulty/psalm-fixes04fd501
Run SA with the lowest supported PHP version7d47863
Exclude MethodSignatureMismatch errors and bump psalm support level to 7391b772
Fix all mismatching parameter namesdc2c86a
Merge pull request #1430 from stof/upgrade_ci7470472
Upgrade the CI setup to stop using deprecation GHA features- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)