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 3bd344b commit b429cf5Copy full SHA for b429cf5
composer.json
@@ -14,10 +14,12 @@
14
"require": {
15
"php": ">=7.1",
16
"rexxars/html-validator": ">=2.2",
17
- "phpfui/phpunit-syntax-coverage": "^1.0"
+ "phpfui/phpunit-syntax-coverage": "^1.0",
18
+ "roave/you-are-using-it-wrong": "^1.8"
19
},
20
"require-dev": {
- "phpunit/phpunit": ">=7.0"
21
+ "phpunit/phpunit": ">=7.0",
22
+ "roave/security-advisories": "dev-latest"
23
24
"autoload": {
25
"psr-0": {"PHPFUI": "src/"}
0 commit comments