File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 2626# ##> phpstan/phpstan ###
2727phpstan.neon
2828# ##< phpstan/phpstan ###
29+
30+ # ##> phpunit/phpunit ###
31+ /phpunit.xml
32+ .phpunit.result.cache
33+ # ##< phpunit/phpunit ###
Original file line number Diff line number Diff line change 5858 "phpstan/phpstan" : " ^1.2" ,
5959 "phpstan/phpstan-doctrine" : " ^1.3" ,
6060 "phpstan/phpstan-symfony" : " ^1.2" ,
61+ "phpunit/phpunit" : " ^11.3" ,
6162 "symfony/browser-kit" : " ^7" ,
6263 "symfony/css-selector" : " ^7" ,
6364 "symfony/debug-bundle" : " ^7" ,
6465 "symfony/maker-bundle" : " ^1.36" ,
65- "symfony/phpunit-bridge" : " ^7" ,
6666 "symfony/stopwatch" : " ^7" ,
6767 "symfony/web-profiler-bundle" : " ^7" ,
6868 "twbs/bootstrap" : " ^5"
Original file line number Diff line number Diff line change 6262 "phpstan.dist.neon"
6363 ]
6464 },
65+ "phpunit/phpunit": {
66+ "version": "11.5",
67+ "recipe": {
68+ "repo": "github.com/symfony/recipes",
69+ "branch": "main",
70+ "version": "9.6",
71+ "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
72+ },
73+ "files": [
74+ ".env.test",
75+ "phpunit.xml.dist",
76+ "tests/bootstrap.php"
77+ ]
78+ },
6579 "symfony/apache-pack": {
6680 "version": "1.0",
6781 "recipe": {
You can’t perform that action at this time.
0 commit comments