Skip to content

Commit

Permalink
Merge pull request #472 from Roave/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
Ocramius authored May 9, 2023
2 parents d2c9b7b + 5bfaa40 commit c8b4c26
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"infection/infection": "0.26.20",
"infection/infection": "0.26.21",
"ocramius/package-versions": "^2.7.0",
"sanmai/later": "^0.1.2",
"vimeo/psalm": "^4.30.0 || ^5.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.1.0"
"phpunit/phpunit": "^10.1.2"
},
"autoload": {
"psr-4": {
Expand Down
27 changes: 14 additions & 13 deletions composer.lock

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

0 comments on commit c8b4c26

Please sign in to comment.