Skip to content

Commit e746a3f

Browse files
authored
Merge pull request #46 from laminas/renovate/php
Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0
2 parents 406d9ee + 8886973 commit e746a3f

6 files changed

+6
-90
lines changed

.laminas-ci.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
{
2-
"ignore_php_platform_requirements": {
3-
"8.2": true
4-
}
52
}

.laminas-ci/install-mongodb-extension-via-pecl.sh

-15
This file was deleted.

.laminas-ci/pre-install.sh

-7
This file was deleted.

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"license": "BSD-3-Clause",
99
"require": {
10-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
10+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1111
"ext-mongodb": "^1.10",
1212
"laminas/laminas-cache": "^3.10.0",
1313
"mongodb/mongodb": "^1.12"
@@ -16,7 +16,6 @@
1616
"laminas/laminas-cache-storage-implementation": "1.0"
1717
},
1818
"require-dev": {
19-
"boesing/psalm-plugin-stringf": "^1.2",
2019
"laminas/laminas-cache-storage-adapter-test": "^2.3",
2120
"laminas/laminas-coding-standard": "^2.3",
2221
"laminas/laminas-serializer": "^2.10.1",
@@ -32,7 +31,7 @@
3231
"dealerdirect/phpcodesniffer-composer-installer": true
3332
},
3433
"platform": {
35-
"php": "8.0.99"
34+
"php": "8.1.99"
3635
}
3736
},
3837
"extra": {

composer.lock

+3-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
</issueHandlers>
2727
<plugins>
2828
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
29-
<pluginClass class="Boesing\PsalmPluginStringf\Plugin"/></plugins>
29+
</plugins>
3030
</psalm>

0 commit comments

Comments
 (0)