Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainshaker95 committed May 4, 2023
1 parent 62736a1 commit 0680ec9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
],
"require-dev": {
"friendsofphp/php-cs-fixer": "3.14.4",
"phpstan/phpstan": "1.10.4",
"phpstan/phpstan-strict-rules": "1.5.0",
"symplify/phpstan-rules": "11.2.4.72",
"phpunit/phpunit": "10.0.14",
"symfony/framework-bundle": "6.2.7",
"symfony/yaml": "6.2.7",
"friendsofphp/php-cs-fixer": "3.16.0",
"phpstan/phpstan": "1.10.14",
"phpstan/phpstan-strict-rules": "1.5.1",
"symplify/phpstan-rules": "11.3.2.72",
"phpunit/phpunit": "10.1.2",
"symfony/framework-bundle": "6.2.10",
"symfony/yaml": "6.2.10",
"cweagans/composer-patches": "1.7.3"
},
"require": {
Expand Down
20 changes: 11 additions & 9 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="tests/bootstrap.php"
Expand All @@ -20,13 +20,15 @@
</testsuite>
</testsuites>

<coverage>
<include>
<directory suffix=".php">src</directory>
</include>

<report>
<coverage>
<report>
<html outputDirectory="var/coverage"/>
</report>
</coverage>
</report>
</coverage>

<source>
<include>
<directory suffix=".php">src</directory>
</include>
</source>
</phpunit>

0 comments on commit 0680ec9

Please sign in to comment.