Skip to content

Commit 5163ad1

Browse files
committed
require-dev section updated
1 parent 825420b commit 5163ad1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@
1818
"php": "^7.0"
1919
},
2020
"require-dev": {
21-
"infection/infection": "^0.7",
22-
"phpstan/phpstan": "^0.9",
23-
"phpunit/phpunit": "^6.0"
21+
"infection/infection": "^0.9",
22+
"phpstan/phpstan": "^0.10",
23+
"phpunit/phpunit": "^7.0"
2424
},
2525
"autoload": {
2626
"psr-4": {
2727
"Linna\\": "src/"
2828
}
29+
},
30+
"autoload-dev": {
31+
"classmap": ["tests/"]
2932
}
3033
}

0 commit comments

Comments
 (0)