Skip to content

Commit d87240c

Browse files
committed
PHPStan対応
1 parent 969f15e commit d87240c

File tree

3 files changed

+1597
-3
lines changed

3 files changed

+1597
-3
lines changed

composer.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
},
1515
"autoload": {
1616
"classmap": ["lib/SimplePagination"]
17+
},
18+
"require-dev": {
19+
"phpstan/phpstan": "^0.12.0",
20+
"phpunit/phpunit": "^7.5"
1721
}
1822
}

0 commit comments

Comments
 (0)