Skip to content

Commit

Permalink
Merge pull request #83 from laminas/renovate/php
Browse files Browse the repository at this point in the history
Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0
  • Loading branch information
boesing authored Jan 8, 2024
2 parents 3cbf09a + 80ed238 commit 76f8663
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 65 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-redis": "^5.0.2 || ^6.0",
"laminas/laminas-cache": "^3.10"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
},
"require-dev": {
"boesing/psalm-plugin-stringf": "^1.2",
"laminas/laminas-cache-storage-adapter-benchmark": "^1.0",
"laminas/laminas-cache-storage-adapter-test": "^2.5",
"laminas/laminas-coding-standard": "~2.5.0",
Expand All @@ -26,7 +25,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
64 changes: 3 additions & 61 deletions composer.lock

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

1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@
</issueHandlers>
<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
<pluginClass class="Boesing\PsalmPluginStringf\Plugin"/>
</plugins>
</psalm>

0 comments on commit 76f8663

Please sign in to comment.