Skip to content

Commit 5f60f0f

Browse files
authored
Merge pull request #375 from gsteel/v2/php8.5
Add support for PHP 8.5
2 parents f722c4b + e67ee82 commit 5f60f0f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"intl"
66
],
77
"ignore_php_platform_requirements": {
8-
"8.4": false
8+
"8.5": true
99
},
1010
"backwardCompatibilityCheck": true
1111
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
28+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2929
"ext-dom": "*",
3030
"ext-filter": "*",
3131
"ext-json": "*",
@@ -52,7 +52,7 @@
5252
"laminas/laminas-permissions-acl": "^2.17",
5353
"laminas/laminas-router": "^3.14.0",
5454
"laminas/laminas-uri": "^2.13",
55-
"phpunit/phpunit": "^10.5.53",
55+
"phpunit/phpunit": "^10.5.58",
5656
"psalm/plugin-phpunit": "^0.19.5",
5757
"vimeo/psalm": "^6.13.1"
5858
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<php>
2424
<ini name="date.timezone" value="UTC"/>
2525
</php>
26-
<source>
26+
<source restrictDeprecations="true">
2727
<include>
2828
<directory suffix=".php">./src</directory>
2929
</include>

0 commit comments

Comments
 (0)