Skip to content

Commit 3642e01

Browse files
committed
[php74-only] Add some composer require dev
1 parent 5d480ed commit 3642e01

File tree

2 files changed

+215
-3
lines changed

2 files changed

+215
-3
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.4",
1717
"pestphp/pest": "^0.1.5",
18-
"phpstan/phpstan": "^0.12.51"
18+
"phpstan/phpstan": "^0.12.51",
19+
"phpstan/phpstan-deprecation-rules": "^0.12.4",
20+
"phpstan/phpstan-phpunit": "^0.12.16",
21+
"phpstan/phpstan-strict-rules": "^0.12.5",
22+
"squizlabs/php_codesniffer": "^3.5.5"
1923
},
2024
"scripts": {
2125
"check": ["@analyze", "@test"],
2226
"test": "pest tests",
2327
"analyze": "phpstan analyse --level max src"
2428
},
25-
2629
"autoload": {
2730
"psr-4": {
2831
"Cubicl\\ObjectGraphGenerator\\": [

composer.lock

+210-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)