Skip to content

Commit 9539e3f

Browse files
committed
require-dev section added
1 parent f410506 commit 9539e3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"require": {
1818
"php": "^7.0.0"
1919
},
20+
"require-dev": {
21+
"infection/infection": "^0.6",
22+
"phpstan/phpstan": "^0.8.5",
23+
"phpunit/phpunit": "^6.4"
24+
},
2025
"autoload": {
2126
"psr-4": {
2227
"Linna\\": "src/"

0 commit comments

Comments
 (0)