Skip to content

Commit

Permalink
Add prefer source for sylius package
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrzytki committed Apr 24, 2024
1 parent e295552 commit 862e17d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^8.1",
"sylius/sylius": "~1.12.0 || ~1.13",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"symfony/webpack-encore-bundle": "^1.15",
"dompdf/dompdf": "^2.0"
},
Expand Down Expand Up @@ -68,6 +68,9 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/thanks": true,
"symfony/flex": true
},
"preferred-install": {
"sylius/sylius": "source"
}
},
"scripts": {
Expand Down

0 comments on commit 862e17d

Please sign in to comment.