Skip to content

Commit

Permalink
Merge pull request #139 from netglue/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
gsteel committed Apr 17, 2024
2 parents 678cc56 + fc35983 commit 0c36fc0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: shivammathur/setup-php@2.30.0
- uses: shivammathur/setup-php@2.30.2
with:
php-version: ${{ env.default_php }}
extensions: pcov
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- uses: actions/checkout@v4.1.1
- uses: shivammathur/setup-php@2.30.0
- uses: shivammathur/setup-php@2.30.2
with:
php-version: ${{ env.default_php }}
ini-values: memory_limit=-1
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- uses: "actions/checkout@v4.1.1"
- uses: "shivammathur/setup-php@2.30.0"
- uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "xdebug"
php-version: ${{ env.default_php }}
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -25,16 +25,16 @@
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^12.0",
"infection/infection": "^0.27.8",
"laminas/laminas-diactoros": "^3.3.0",
"php-http/curl-client": "^2.3.1",
"phpunit/phpunit": "^10.5.0",
"infection/infection": "^0.27.11",
"laminas/laminas-diactoros": "^3.3.1",
"php-http/curl-client": "^2.3.2",
"phpunit/phpunit": "^10.5.19",
"psalm/plugin-phpunit": "^0.19.0",
"react/child-process": "^0.6.5",
"react/http": "^1.9",
"react/http": "^1.10",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.16"
"squizlabs/php_codesniffer": "^3.9.1",
"vimeo/psalm": "^5.23.1"
},
"config": {
"sort-packages": true,
Expand Down
29 changes: 15 additions & 14 deletions composer.lock

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

0 comments on commit 0c36fc0

Please sign in to comment.