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.26  | 8.4.1   |
| packagist   | phpstan/phpstan            | 1.10.25 | 1.12.12 |
| packagist   | phpunit/phpunit            | 10.2.6  | 10.5.39 |
| packagist   | psalm/plugin-phpunit       | 0.18.4  | 0.19.0  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 8d7cc27 commit a64e71a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"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.4.0",
"laminas/laminas-session": "^2.16.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
"phpunit/phpunit": "10.2.6",
"psalm/plugin-phpunit": "^0.18.4",
"phpstan/phpstan": "1.10.25",
"phpunit/phpunit": "10.5.39",
"psalm/plugin-phpunit": "^0.19.0",
"phpstan/phpstan": "1.12.12",
"laminas/laminas-test": "^4.8",
"phpstan/extension-installer": "^1.2",
"slam/phpstan-laminas-framework": "^1.4"
Expand Down

0 comments on commit a64e71a

Please sign in to comment.