Skip to content

Commit f352572

Browse files
authored
[Maintenance] Lock Sylius version to 2.0 (#12)
The main idea is to have each tag of `TestApplication` correspond to a specific minor version of `Sylius/Sylius` since the needed configuration can change between those. As a user of the test app, I should only care about different versions of Sylius and leave resolving the proper version of the test app to composer.
2 parents b4b29bf + f172780 commit f352572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"require": {
55
"php": "^8.2",
6-
"sylius/sylius": "^2.0",
6+
"sylius/sylius": "~2.0.0",
77
"symfony/debug-bundle": "*",
88
"symfony/dotenv": "*",
99
"symfony/flex": "*",

0 commit comments

Comments
 (0)