Skip to content

Commit 9ed3d96

Browse files
committed
Roave packages
1 parent 2ca3e0e commit 9ed3d96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
"require": {
1515
"php": ">=7.1",
1616
"nikic/php-parser": "^4.8",
17-
"phpunit/phpunit": ">=7.0"
17+
"phpunit/phpunit": ">=7.0",
18+
"roave/you-are-using-it-wrong": "^1.8"
1819
},
1920
"autoload": {
2021
"psr-0": {
2122
"PHPFUI": "src/"
2223
}
24+
},
25+
"require-dev": {
26+
"roave/security-advisories": "dev-latest"
2327
}
2428
}

0 commit comments

Comments
 (0)