Skip to content

Commit

Permalink
minor #412 [Composer] Require php-http/message-factory package (GSadee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.3 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.3
| Bug fix?        | yes
| New feature?    | no
| Related tickets | 

This dependency was provided up to version `1.15.0` by `php-http/message`, but the latest version no longer provides it, although Sylius 1.11 still needs it. It will be possible to drop this dependency once support for Sylius 1.11 will have been removed.


Commits
-------
  [Composer] Require php-http/message-factory package
  • Loading branch information
jakubtobiasz authored Jun 29, 2023
2 parents ac38a87 + 5a7c97c commit 600d909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ jobs:
name: Run ECS
run: vendor/bin/ecs check src/ spec/

-
name: Lint container
run: (cd tests/Application && bin/console lint:container)

-
name: Run PHPStan
run: vendor/bin/phpstan analyse -c phpstan.neon src/
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"php": "^8.0",
"knplabs/knp-snappy-bundle": "^1.7",
"myclabs/php-enum": "^1.7",
"php-http/message-factory": "^1.1",
"sylius/resource-bundle": "^1.6",
"sylius/sylius": "~1.11.4 || ~1.12.0",
"symfony/messenger": "^5.4 || ^6.0"
Expand Down

0 comments on commit 600d909

Please sign in to comment.