Skip to content

Commit

Permalink
Merge pull request #189 from netglue/remove-conflicts
Browse files Browse the repository at this point in the history
Remove composer conflicts with previously incompatible libs
  • Loading branch information
gsteel committed Apr 5, 2023
2 parents 1557118 + 0aa155d commit 052f06a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/.github/ export-ignore
/tests/ export-ignore=
/tests/ export-ignore
/composer.lock export-ignore
/composer-require-checker.json export-ignore
/renovate.json export-ignore
Expand All @@ -9,3 +9,4 @@
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/.laminas-ci.json export-ignore
6 changes: 6 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extensions": [
"redis",
"igbinary"
]
}
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
"symfony/redis-messenger": "^5.4.22 || ^6.0",
"vimeo/psalm": "^5.9"
},
"conflict": {
"symfony/redis-messenger": ">=6",
"symfony/amqp-messenger": ">=6"
},
"suggest": {
"laminas/laminas-cli": "To auto-wire symfony cli commands into your DI container with laminas/laminas-cli",
"symfony/amqp-messenger": "To use AMQP transports with Messenger",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 052f06a

Please sign in to comment.