Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
update dependencies (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Apr 25, 2022
1 parent 697cb05 commit e3738c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ updates:
- "mimmi20"
labels:
- "dependencies"
versioning-strategy: increase
versioning-strategy: "increase-if-necessary"
commit-message:
include: "scope"
prefix: "composer"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ jobs:
extensions: "${{ env.PHP_EXTENSIONS }}"
ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage"
coverage: "${{ matrix.coverage-drivers }}"
tools: "${{ env.TOOLS }}, infection"
tools: "${{ env.TOOLS }}, infection:0.26.6"

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@v1"
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
extensions: "none, phar, json, opcache, mbstring, dom, simplexml, xml, tokenizer, xmlwriter, openssl, mongodb, amqp, :sockets, curl, ctype, intl"
ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage"
coverage: "${{ matrix.coverage-drivers }}"
tools: "${{ env.TOOLS }}, infection"
tools: "${{ env.TOOLS }}, infection:0.26.6"

- name: "Update dependencies with composer"
run: "composer remove --no-update --dev php-amqplib/php-amqplib"
Expand Down Expand Up @@ -574,7 +574,7 @@ jobs:
extensions: "none, phar, json, opcache, mbstring, dom, simplexml, xml, tokenizer, xmlwriter, openssl, mongodb, amqp, sockets, :curl, ctype, intl"
ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage"
coverage: "${{ matrix.coverage-drivers }}"
tools: "${{ env.TOOLS }}, infection"
tools: "${{ env.TOOLS }}, infection:0.26.6"

- name: "Update dependencies with composer"
run: "composer remove --no-update --dev cmdisp/monolog-microsoft-teams rollbar/rollbar actived/microsoft-teams-notifier"
Expand Down Expand Up @@ -644,7 +644,7 @@ jobs:
extensions: "none, phar, json, opcache, mbstring, dom, simplexml, xml, tokenizer, xmlwriter, openssl, :mongodb, amqp, sockets, curl, ctype, intl"
ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage"
coverage: "${{ matrix.coverage-drivers }}"
tools: "${{ env.TOOLS }}, infection"
tools: "${{ env.TOOLS }}, infection:0.26.6"

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@v1"
Expand Down Expand Up @@ -711,7 +711,7 @@ jobs:
extensions: "none, phar, json, opcache, mbstring, dom, simplexml, xml, tokenizer, xmlwriter, openssl, mongodb, :amqp, sockets, curl, ctype, intl"
ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage"
coverage: "${{ matrix.coverage-drivers }}"
tools: "${{ env.TOOLS }}, infection"
tools: "${{ env.TOOLS }}, infection:0.26.6"

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@v1"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bartlett/monolog-callbackfilterhandler": "^2.0.0",
"cmdisp/monolog-microsoft-teams": "^1.2.0",
"doctrine/couchdb": "1.0.0-beta4",
"elasticsearch/elasticsearch": "^7.17.0",
"elasticsearch/elasticsearch": "^7.17.0 || ^v8.1.0",
"graylog2/gelf-php": "^1.7.1",
"jk/monolog-request-header-processor": "^1.0.0",
"laminas/laminas-config": "^3.7.0",
Expand Down

0 comments on commit e3738c2

Please sign in to comment.