Skip to content

Commit

Permalink
qa: bump minimum of phpunit to actually have the new configuration …
Browse files Browse the repository at this point in the history
…schema in-place

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Oct 10, 2023
1 parent 4af200a commit 604ef5a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"lctrs/psalm-psr-container-plugin": "^1.9",
"mikey179/vfsstream": "^1.6.11@alpha",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^10.1",
"phpunit/phpunit": "^10.4",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/console": "^6.0",
"vimeo/psalm": "^5.10"
Expand Down
58 changes: 29 additions & 29 deletions composer.lock

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

2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" colors="true" cacheDirectory=".phpunit.cache">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" colors="true" cacheDirectory=".phpunit.cache">
<coverage/>
<testsuites>
<testsuite name="laminas-servicemanager Test Suite">
Expand Down

0 comments on commit 604ef5a

Please sign in to comment.