We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7e07a commit 097c8e5Copy full SHA for 097c8e5
composer.json
@@ -108,9 +108,10 @@
108
"phpstan/phpstan": "^1.5",
109
"thecodingmachine/phpstan-strict-rules": "^1.0",
110
"squizlabs/php_codesniffer": "^3.2",
111
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^10"
112
},
113
"scripts": {
114
+ "test": "phpunit",
115
"phpstan": "phpstan analyse lib -c phpstan.neon --level=max --no-progress -vvv",
116
"cs-fix": "phpcbf",
117
"cs-check": "phpcs"
generator/composer.json
@@ -15,7 +15,7 @@
15
"symfony/finder": "^4.1"
16
17
"require-dev": {
18
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "^10",
19
20
21
"php-coveralls/php-coveralls": "^2.1",
0 commit comments