File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 40
40
},
41
41
"minimum-stability" : " stable" ,
42
42
"require" : {
43
- "symfony/filesystem" : " ~5.4"
44
43
"php" : " 8.1.* || 8.2.* || 8.3.*" ,
44
+ "symfony/filesystem" : " ~6.4"
45
45
},
46
46
"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 "
52
52
},
53
53
"suggest" : {
54
54
"twig/twig" : " Allows for templated files" ,
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
1
2
<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 >
15
16
</phpunit >
16
-
You can’t perform that action at this time.
0 commit comments