Skip to content

Commit 339fa3c

Browse files
committed
Update dev dependencies
1 parent 5aa56f9 commit 339fa3c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
},
4141
"minimum-stability": "stable",
4242
"require": {
43-
"symfony/filesystem": "~5.4"
4443
"php": "8.1.* || 8.2.* || 8.3.*",
44+
"symfony/filesystem": "~6.4"
4545
},
4646
"require-dev": {
47-
"phpstan/phpstan": "1.9.12",
48-
"phpunit/phpunit": "~9.5",
49-
"squizlabs/php_codesniffer": "~3.6",
50-
"symfony/console": "~5.4",
51-
"twig/twig": "~3.3"
47+
"phpstan/phpstan": "1.10.46",
48+
"phpunit/phpunit": "~10.4",
49+
"squizlabs/php_codesniffer": "~3.7",
50+
"symfony/console": "~6.4",
51+
"twig/twig": "~3.8"
5252
},
5353
"suggest": {
5454
"twig/twig": "Allows for templated files",

phpunit.xml.dist

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
<?xml version="1.0"?>
12
<phpunit
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
4-
backupGlobals="false"
5-
backupStaticAttributes="false"
6-
bootstrap="vendor/autoload.php"
7-
colors="true"
8-
>
9-
10-
<testsuites>
11-
<testsuite name="FileGen Test Suite">
12-
<directory>./tests/</directory>
13-
</testsuite>
14-
</testsuites>
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
5+
backupGlobals="false"
6+
bootstrap="vendor/autoload.php"
7+
colors="true"
8+
cacheDirectory=".phpunit.cache"
9+
backupStaticProperties="false"
10+
>
11+
<testsuites>
12+
<testsuite name="FileGen Test Suite">
13+
<directory>./tests/</directory>
14+
</testsuite>
15+
</testsuites>
1516
</phpunit>
16-

0 commit comments

Comments
 (0)