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      |
| ----------- | -------------------------- | ------- | ------- |
| github-tags | containerbase/php-prebuild | 8.2.22  | 8.3.10  |
| packagist   | phpstan/phpstan            | 1.10.25 | 1.11.11 |
| packagist   | phpunit/phpunit            | 10.2.6  | 10.5.30 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent adaa782 commit 488fa89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"laminas/laminas-component-installer" : "^3.0, required for configuration injection"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-mvc": "^3.6.0",
"laminas/laminas-filter": "^2.32",
"laminas/laminas-cli": "^1.8",
Expand All @@ -31,8 +31,8 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5.0",
"phpunit/phpunit": "10.2.6",
"phpstan/phpstan": "1.10.25",
"phpunit/phpunit": "10.5.30",
"phpstan/phpstan": "1.11.11",
"laminas/laminas-test": "^4.8",
"phpstan/extension-installer": "^1.2",
"slam/phpstan-laminas-framework": "^1.4"
Expand Down

0 comments on commit 488fa89

Please sign in to comment.