update symfony version
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -32,6 +32,9 @@ jobs:
|
|||||||
symfony-version: '6.1.*'
|
symfony-version: '6.1.*'
|
||||||
- php-version: '8.0'
|
- php-version: '8.0'
|
||||||
symfony-version: '6.1.*'
|
symfony-version: '6.1.*'
|
||||||
|
include:
|
||||||
|
- php-version: '8.2'
|
||||||
|
symfony-version: '7.0.*'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
If you're starting a new project, we recommend to use Symfony with Flex as it's the most straightforward way.
|
If you're starting a new project, we recommend to use Symfony with Flex as it's the most straightforward way.
|
||||||
If you're adding this extension to an existing project, pick the method that fits it the best.
|
If you're adding this extension to an existing project, pick the method that fits it the best.
|
||||||
|
|
||||||
### Symfony 4/5 (with Flex)
|
### Symfony 4/5/6/7 (with Flex)
|
||||||
|
|
||||||
1. Require this extension using *Composer* and allow for using contrib recipes:
|
1. Require this extension using *Composer* and allow for using contrib recipes:
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ If you're adding this extension to an existing project, pick the method that fit
|
|||||||
composer require --dev friends-of-behat/symfony-extension:^2.0
|
composer require --dev friends-of-behat/symfony-extension:^2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Symfony 4/5 (new directory structure, without Flex)
|
### Symfony 4/5/6/7 (new directory structure, without Flex)
|
||||||
|
|
||||||
1. Require this extension using *Composer*:
|
1. Require this extension using *Composer*:
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<h1 align="center">SymfonyExtension</h1>
|
<h1 align="center">SymfonyExtension</h1>
|
||||||
|
|
||||||
This Behat extension provides an integration with Symfony (`^4.4`, `^5.3` and `^6.0`) and Mink driver for Symfony application.
|
This Behat extension provides an integration with Symfony (`^4.4`, `^5.3`, `^6.0` and `^7.0`) and Mink driver for Symfony application.
|
||||||
|
|
||||||
It allows for:
|
It allows for:
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,9 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"behat/behat": "^3.6.1",
|
"behat/behat": "^3.6.1",
|
||||||
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
|
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
||||||
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
|
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
||||||
"symfony/proxy-manager-bridge": "^4.4 || ^5.3 || ^6.0"
|
"symfony/proxy-manager-bridge": "^4.4 || ^5.3 || ^6.0 || ^7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"behat/mink-selenium2-driver": "^1.3",
|
"behat/mink-selenium2-driver": "^1.3",
|
||||||
@@ -25,10 +25,10 @@
|
|||||||
"friends-of-behat/page-object-extension": "^0.3.2",
|
"friends-of-behat/page-object-extension": "^0.3.2",
|
||||||
"friends-of-behat/service-container-extension": "^1.1",
|
"friends-of-behat/service-container-extension": "^1.1",
|
||||||
"sylius-labs/coding-standard": ">=4.1.1, <=4.2.1",
|
"sylius-labs/coding-standard": ">=4.1.1, <=4.2.1",
|
||||||
"symfony/browser-kit": "^4.4 || ^5.3 || ^6.0",
|
"symfony/browser-kit": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
||||||
"symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0",
|
"symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
||||||
"symfony/process": "^4.4 || ^5.3 || ^6.0",
|
"symfony/process": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
||||||
"symfony/yaml": "^4.4 || ^5.3 || ^6.0",
|
"symfony/yaml": "^4.4 || ^5.3 || ^6.0 || ^7.0",
|
||||||
"vimeo/psalm": "4.30.0"
|
"vimeo/psalm": "4.30.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
|||||||
Reference in New Issue
Block a user