Skip to content

Commit ad8bc29

Browse files
committed
version 2: bump requirement to php 8.2
1 parent 3f7be10 commit ad8bc29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.1",
25+
"php": "^8.2",
2626
"webmozart/assert": "^1.11"
2727
},
2828
"require-dev": {
2929
"laminas/laminas-coding-standard": "^2.4",
3030
"phpstan/phpstan": "^2.0",
3131
"phpstan/phpstan-webmozart-assert": "^2.0",
32-
"phpunit/phpunit": "^10.0",
32+
"phpunit/phpunit": "^11.0",
3333
"rector/rector": "dev-main"
3434
},
3535
"config": {

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" executionOrder="defects" cacheDirectory=".phpunit.cache">
3-
<coverage includeUncoveredFiles="true">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" executionOrder="defects" cacheDirectory=".phpunit.cache">
3+
<coverage>
44
<report>
55
<clover outputFile="build/logs/clover.xml"/>
66
<html outputDirectory="build/logs/html"/>

0 commit comments

Comments
 (0)