Skip to content

Commit c93e4ee

Browse files
dependabot[bot]Michael Petri
authored and
Michael Petri
committed
Bump phpunit/phpunit from 10.0.19 to 10.1.1
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.0.19 to 10.1.1. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.1.1/ChangeLog-10.1.md) - [Commits](sebastianbergmann/phpunit@10.0.19...10.1.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbb18a4 commit c93e4ee

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"require-dev": {
1717
"friendsofphp/php-cs-fixer": "^3.0",
18-
"phpunit/phpunit": "^10.0",
19-
"roave/security-advisories": "dev-master",
18+
"phpunit/phpunit": "^10.1.1",
19+
"roave/security-advisories": "dev-latest",
2020
"vimeo/psalm": "^5.1"
2121
},
2222
"autoload": {

composer.lock

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

phpunit.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
5-
backupGlobals="false"
65
colors="true"
76
failOnWarning="true"
87
failOnRisky="true">
9-
<coverage>
8+
<source>
109
<include>
1110
<directory>src</directory>
1211
</include>
13-
</coverage>
12+
</source>
1413
<php>
1514
<ini name="error_reporting" value="-1"/>
1615
</php>

0 commit comments

Comments
 (0)