Skip to content

Commit

Permalink
[TASK] Bump the development dependencies
Browse files Browse the repository at this point in the history
Also add versioned schema information to the PHPUnit configuration
file so that the file can be auto-migrated later when we switch to
a newer version of PHPUnit.
  • Loading branch information
oliverklee committed Feb 15, 2024
1 parent 7942a86 commit f811810
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"symfony/mime": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"typo3/coding-standards": "^0.4.0"
"phpunit/phpunit": "^8.5.36",
"typo3/coding-standards": "^0.6.1"
},
"bin": [
"bin/tailor"
Expand Down
4 changes: 3 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
bootstrap="./tests/bootstrap.php">
<testsuites>
<testsuite name="Unit">
<directory>tests/Unit</directory>
Expand Down

0 comments on commit f811810

Please sign in to comment.