Skip to content

Commit 097c8e5

Browse files
committed
Upgrade PHPUnit
1 parent 6f7e07a commit 097c8e5

File tree

3 files changed

+530
-907
lines changed

3 files changed

+530
-907
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@
108108
"phpstan/phpstan": "^1.5",
109109
"thecodingmachine/phpstan-strict-rules": "^1.0",
110110
"squizlabs/php_codesniffer": "^3.2",
111-
"phpunit/phpunit": "^9.5"
111+
"phpunit/phpunit": "^10"
112112
},
113113
"scripts": {
114+
"test": "phpunit",
114115
"phpstan": "phpstan analyse lib -c phpstan.neon --level=max --no-progress -vvv",
115116
"cs-fix": "phpcbf",
116117
"cs-check": "phpcs"

generator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"symfony/finder": "^4.1"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.5",
18+
"phpunit/phpunit": "^10",
1919
"thecodingmachine/phpstan-strict-rules": "^1.0",
2020
"squizlabs/php_codesniffer": "^3.2",
2121
"php-coveralls/php-coveralls": "^2.1",

0 commit comments

Comments
 (0)