Skip to content

Commit f22be8a

Browse files
[Composer] Open Sylius 2.0 dependency (#457)
2 parents b378826 + 7a3cace commit f22be8a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

behat.yml.dist

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,11 @@ default:
2222
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
2323
base_url: "https://127.0.0.1:8080/"
2424
default_session: symfony
25-
javascript_session: panther
25+
javascript_session: chrome
2626
sessions:
2727
symfony:
2828
symfony: ~
29-
chromedriver:
30-
chrome:
31-
api_url: http://127.0.0.1:9222
32-
validate_certificate: false
33-
chrome_headless_second_session:
29+
chrome:
3430
chrome:
3531
api_url: http://127.0.0.1:9222
3632
validate_certificate: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^8.2",
12-
"sylius/sylius": "~2.0.0"
12+
"sylius/sylius": "^2.0"
1313
},
1414
"require-dev": {
1515
"behat/behat": "^3.16",

tests/Application/config/packages/framework.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ framework:
44
csrf_protection: true
55
session:
66
handler_id: ~
7+
annotations:
8+
enabled: false

0 commit comments

Comments
 (0)