Skip to content

Commit

Permalink
Merge pull request #730 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 committed May 22, 2024
2 parents 3b08e61 + b671a71 commit 323a2f4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@1.22.1
uses: laminas/laminas-ci-matrix-action@1.26.0

qa:
name: QA Checks
Expand All @@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@1.32.0
uses: laminas/laminas-continuous-integration-action@1.39.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.30.4"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.30.4"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "Tool to compare two revisions of a public API to check for BC breaks",
"require": {
"php": "~8.2.0 || ~8.3.0",
"azjezz/psl": "^2.3.1",
"composer/composer": "^2.7.0",
"nikic/php-parser": "^4.15.3",
"nikolaposa/version": "^4.1.0",
"ocramius/package-versions": "^2.7.0",
"roave/better-reflection": "^6.5.0",
"symfony/console": "^7.0"
"azjezz/psl": "^2.9.1",
"composer/composer": "^2.7.6",
"nikic/php-parser": "^4.19.1",
"nikolaposa/version": "^4.2.0",
"ocramius/package-versions": "^2.8.0",
"roave/better-reflection": "^6.26.0",
"symfony/console": "^7.0.7"
},
"license": "MIT",
"authors": [
Expand All @@ -24,13 +24,13 @@
],
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.27.0",
"php-standard-library/psalm-plugin": "^2.3.0",
"phpunit/phpunit": "^9.6.19",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.16"
"squizlabs/php_codesniffer": "^3.10.0",
"vimeo/psalm": "^5.24.0"
},
"conflict": {
"revolt/event-loop": "<0.2.5",
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

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

0 comments on commit 323a2f4

Please sign in to comment.