We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24b22c commit 817cdedCopy full SHA for 817cded
.github/workflows/build.yaml
@@ -20,8 +20,8 @@ jobs:
20
fail-fast: false
21
matrix:
22
php: ["8.2", "8.3"]
23
- symfony: ["^6.4", "^7.1"]
24
- sylius: ["~2.0.1"]
+ symfony: ["^6.4", "7.2.*"]
+ sylius: ["^2.0.1"]
25
database: ["mysql", "postgres"]
26
mysql: ["8.4"]
27
postgres: ["15.8"]
composer.json
@@ -12,7 +12,7 @@
12
"phpseclib/phpseclib": "^3.0",
13
"psr/http-client": "^1.0",
14
"sylius-labs/doctrine-migrations-extra-bundle": "^0.2",
15
- "sylius/sylius": "~2.0.1",
+ "sylius/sylius": "^2.0.1",
16
"symfony/mailer": "^6.4 || ^7.1"
17
},
18
"require-dev": {
0 commit comments