Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 90f8410

Browse files
committed
Update dev dependencies
1 parent e49c0f6 commit 90f8410

4 files changed

Lines changed: 23 additions & 17 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
matrix:
2121
php: [7.4, 8.0]
2222
symfony: [^4.4, ^5.2]
23-
sylius: [~1.9.0, ~1.10.0]
23+
sylius: [1.9.*, 1.10.*]
2424
node: [10.x]
2525
mysql: [5.7, 8.0]
2626

2727
exclude:
28-
- # PHP 7.3 does not support "caching_sha2_password" authentication plugin which is a default one in MySQL 8.0
29-
php: 7.3
30-
mysql: 8.0
28+
-
29+
php: 8.0
30+
sylius: 1.9.*
3131

3232
env:
3333
APP_ENV: test

behat.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default:
66
extensions:
77
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
88

9-
Lakion\Behat\MinkDebugExtension:
9+
FriendsOfBehat\MinkDebugExtension\ServiceContainer\MinkDebugExtension:
1010
directory: etc/build
1111
clean_start: false
1212
screenshot: true

composer.json

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,29 @@
2121
"require": {
2222
"php": "^7.4 || ^8.0",
2323

24-
"sylius/sylius": "~1.10.0",
25-
"friendsofsymfony/jsrouting-bundle": "^2.2"
24+
"sylius/sylius": "1.9.*",
25+
"friendsofsymfony/jsrouting-bundle": "^2.2",
26+
"symfony/flex": "^1.10",
27+
"symfony/asset": "^4.4 || ^5.2",
28+
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev"
2629
},
2730
"require-dev": {
28-
"behat/behat": "^3.4",
29-
"behat/mink-selenium2-driver": "^1.3",
31+
"behat/behat": "^3.6",
32+
"behat/mink-selenium2-driver": "^1.4",
3033
"dmore/behat-chrome-extension": "^1.3",
3134
"dmore/chrome-mink-driver": "^2.7",
3235
"friends-of-behat/mink": "^1.8",
3336
"friends-of-behat/mink-browserkit-driver": "^1.3",
34-
"friends-of-behat/mink-extension": "^2.3",
37+
"friends-of-behat/mink-extension": "^2.5",
3538
"friends-of-behat/page-object-extension": "^0.3",
3639
"friends-of-behat/suite-settings-extension": "^1.0",
37-
"friends-of-behat/symfony-extension": "^2.0",
38-
"friends-of-behat/variadic-extension": "^1.1",
39-
"lakion/mink-debug-extension": "^1.2.3",
40+
"friends-of-behat/symfony-extension": "^2.1",
41+
"friends-of-behat/variadic-extension": "^1.3",
42+
"friends-of-behat/mink-debug-extension": "^2.0",
4043
"phpspec/phpspec": "^7.0",
41-
"phpstan/phpstan": "0.12.29",
42-
"phpstan/phpstan-webmozart-assert": "0.12.6",
43-
"phpunit/phpunit": "^6.5",
44+
"phpstan/phpstan": "0.12.84",
45+
"phpstan/phpstan-webmozart-assert": "0.12.12",
46+
"phpunit/phpunit": "^9.5",
4447
"se/selenium-server-standalone": "^2.52",
4548
"sylius-labs/coding-standard": "^3.0",
4649
"symfony/debug-bundle": "^4.4 || ^5.2",
@@ -68,6 +71,10 @@
6871
"extra": {
6972
"branch-alias": {
7073
"dev-master": "1.1-dev"
74+
},
75+
"symfony": {
76+
"require": "^5.2",
77+
"allow-contrib": true
7178
}
7279
}
7380
}

src/DependencyInjection/SyliusAdminOrderCreationExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ protected function getNamespacesOfMigrationsExecutedBefore(): array
4040
{
4141
return [
4242
'Sylius\Bundle\CoreBundle\Migrations',
43-
'Sylius\Bundle\AdminApiBundle\Migrations',
4443
];
4544
}
4645
}

0 commit comments

Comments
 (0)