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   | composer/composer                             | 2.7.7  | 2.7.9  |
| packagist   | composer/semver                               | 3.4.0  | 3.4.2  |
| github-tags | laminas/laminas-ci-matrix-action              | 1.25.0 | 1.27.1 |
| github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.40.0 |
| packagist   | monolog/monolog                               | 3.6.0  | 3.7.0  |
| packagist   | ocramius/package-versions                     | 2.8.0  | 2.9.0  |
| github-tags | containerbase/php-prebuild                    | 8.2.3  | 8.3.11 |
| packagist   | phpunit/phpunit                               | 9.6.19 | 9.6.20 |
| packagist   | psr/log                                       | 3.0.0  | 3.0.1  |
| github-tags | shivammathur/setup-php                        | 2.30.4 | 2.31.1 |
| packagist   | squizlabs/php_codesniffer                     | 3.9.2  | 3.10.2 |
| packagist   | symfony/yaml                                  | 7.0.7  | 7.1.4  |
| packagist   | vimeo/psalm                                   | 5.23.1 | 5.25.0 |
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent 0df76b8 commit 751f2da
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "pcov"
php-version: "8.2"
Expand Down
4 changes: 2 additions & 2 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@f25365c8538fd59ba0c3f8bb52e5a22e20f6fc39 # 1.25.0
uses: laminas/laminas-ci-matrix-action@2edec718fe222631afd4348f54725db8b0671c86 # 1.27.1

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@4ff5d8c2b58817008e8b436241093c2321875a7f # 1.39.0
uses: laminas/laminas-continuous-integration-action@f474cab0f489b50c3b31d6ae04f0a5fc189c796d # 1.40.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "pcov"
php-version: "8.2"
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
}
],
"require": {
"php": "~8.2.3",
"php": "~8.3.11",
"ext-bcmath": "*",
"ext-json": "*",
"ext-pcre": "*",
"azjezz/psl": "^3.0.0",
"composer/composer": "^2.7.7",
"composer/semver": "^3.4.0",
"monolog/monolog": "^3.6.0",
"composer/composer": "^2.7.9",
"composer/semver": "^3.4.2",
"monolog/monolog": "^3.7.0",
"nyholm/psr7": "^1.8.1",
"ocramius/package-versions": "^2.8.0",
"ocramius/package-versions": "^2.9.0",
"php-http/curl-client": "^2.3.2",
"psr/http-client": "^1.0.3",
"psr/http-message": "^2.0.0",
"psr/log": "^3.0.0",
"symfony/yaml": "^7.0.7"
"psr/log": "^3.0.1",
"symfony/yaml": "^7.1.4"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"php-standard-library/psalm-plugin": "^2.3.0",
"phpunit/phpunit": "^9.6.19",
"phpunit/phpunit": "^9.6.20",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"roave/no-leaks": "^1.5.0",
"squizlabs/php_codesniffer": "^3.9.2",
"vimeo/psalm": "^5.23.1"
"squizlabs/php_codesniffer": "^3.10.2",
"vimeo/psalm": "^5.25.0"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand Down

0 comments on commit 751f2da

Please sign in to comment.