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   | azjezz/psl                                    | 3.2.0  | 3.2.0  |
| packagist   | composer/composer                             | 2.8.5  | 2.8.5  |
| github-tags | laminas/laminas-ci-matrix-action              | 1.26.0 | 1.29.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.41.0 |
| packagist   | nikic/php-parser                              | 4.19.4 | 4.19.4 |
| packagist   | ocramius/package-versions                     | 2.10.0 | 2.10.0 |
| github-tags | containerbase/php-prebuild                    | 8.3.16 | 8.4.3  |
| packagist   | psalm/plugin-phpunit                          | 0.19.1 | 0.19.2 |
| packagist   | roave/better-reflection                       | 6.26.0 | 6.54.0 |
| packagist   | roave/infection-static-analysis-plugin        | 1.35.0 | 1.36.0 |
| github-tags | shivammathur/setup-php                        | 2.30.4 | 2.32.0 |
| packagist   | squizlabs/php_codesniffer                     | 3.11.3 | 3.11.3 |
| packagist   | symfony/console                               | 7.2.1  | 7.2.1  |
| packagist   | vimeo/psalm                                   | 5.26.1 | 5.26.1 |
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 504de66 commit 2a3492d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.26.0
uses: laminas/laminas-ci-matrix-action@1.29.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.39.0
uses: laminas/laminas-continuous-integration-action@1.41.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.30.4"
uses: "shivammathur/setup-php@2.32.0"
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.30.4"
uses: "shivammathur/setup-php@2.32.0"
with:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "roave/backward-compatibility-check",
"description": "Tool to compare two revisions of a public API to check for BC breaks",
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"azjezz/psl": "^3.0.2",
"composer/composer": "^2.7.6",
"nikic/php-parser": "^4.19.1",
"azjezz/psl": "^3.2.0",
"composer/composer": "^2.8.5",
"nikic/php-parser": "^4.19.4",
"nikolaposa/version": "^4.2.0",
"ocramius/package-versions": "^2.8.0",
"roave/better-reflection": "^6.26.0",
"symfony/console": "^7.0.7"
"ocramius/package-versions": "^2.10.0",
"roave/better-reflection": "^6.54.0",
"symfony/console": "^7.2.1"
},
"license": "MIT",
"authors": [
Expand All @@ -31,11 +31,11 @@
"estahn/phpunit-json-assertions": "^4.0",
"php-standard-library/psalm-plugin": "^2.3.0",
"phpunit/phpunit": "^10.5.44",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"psalm/plugin-phpunit": "^0.19.2",
"roave/infection-static-analysis-plugin": "^1.36.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.10.0",
"vimeo/psalm": "^5.24.0"
"squizlabs/php_codesniffer": "^3.11.3",
"vimeo/psalm": "^5.26.1"
},
"conflict": {
"revolt/event-loop": "<0.2.5",
Expand Down

0 comments on commit 2a3492d

Please sign in to comment.