Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                   | from    | to     |
| ----------- | ------------------------- | ------- | ------ |
| packagist   | laminas/laminas-diactoros | 2.25.1  | 2.25.2 |
| packagist   | php-http/curl-client      | 2.2.1   | 2.3.0  |
| packagist   | php-http/mock-client      | 1.5.0   | 1.6.0  |
| packagist   | phpunit/phpunit           | 10.0.19 | 10.1.3 |
| github-tags | shivammathur/setup-php    | 2.24.0  | 2.25.1 |
| packagist   | vimeo/psalm               | 5.9.0   | 5.11.0 |
  • Loading branch information
renovate[bot] authored May 21, 2023
1 parent b85d0ce commit 5aa9e54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@2.24.0
- uses: shivammathur/setup-php@2.25.1
with:
php-version: ${{ env.stable_php }}
coverage: pcov
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@2.24.0
- uses: shivammathur/setup-php@2.25.1
with:
php-version: ${{ env.stable_php }}
ini-values: memory_limit=-1
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"laminas/laminas-diactoros": "^2.25.1",
"php-http/curl-client": "^2.2.1",
"php-http/mock-client": "^1.5",
"phpunit/phpunit": "^10.0.19",
"laminas/laminas-diactoros": "^2.25.2",
"php-http/curl-client": "^2.3.0",
"php-http/mock-client": "^1.6.0",
"phpunit/phpunit": "^10.1.3",
"psalm/plugin-phpunit": "^0.18.4",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/options-resolver": "^5.3.7 || ^6.2.7",
"vimeo/psalm": "^5.9.0"
"vimeo/psalm": "^5.11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5aa9e54

Please sign in to comment.