Skip to content

Commit

Permalink
minor #977 Install only Sylius 1.12 on Sylius-Standard 1.12 (GSadee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.12 branch.

Discussion
----------



Commits
-------
  Add recipe for sylius/state-machine-abstraction
  Remove dev minimum-stability
  Add php-http/discovery to allow-plugins
  • Loading branch information
NoResponseMate authored Apr 24, 2024
2 parents 01b35c1 + 3444051 commit a8fe04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"php": "^8.0",
"sylius/paypal-plugin": "^1.5.2",
"sylius/sylius": "^1.12.11",
"sylius/sylius": "~1.12.11",
"symfony/dotenv": "^5.4 || ^6.4",
"symfony/runtime": "^5.4 || ^6.4",
"symfony/flex": "^2.4"
Expand Down Expand Up @@ -74,6 +74,7 @@
"allow-plugins": {
"symfony/flex": true,
"dealerdirect/phpcodesniffer-composer-installer": false,
"php-http/discovery": true,
"phpstan/extension-installer": false,
"symfony/thanks": false,
"symfony/runtime": true
Expand Down Expand Up @@ -106,7 +107,6 @@
]
},
"prefer-stable": true,
"minimum-stability": "dev",
"scripts": {
"post-install-cmd": [
"@auto-scripts"
Expand Down

0 comments on commit a8fe04d

Please sign in to comment.