Skip to content

Commit c1e0e87

Browse files
phpstan and pestphp install
1 parent c9e687f commit c1e0e87

2 files changed

Lines changed: 3878 additions & 1 deletion

File tree

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,13 @@
1515
}
1616
],
1717
"minimum-stability": "stable",
18-
"require": {}
18+
"require-dev": {
19+
"pestphp/pest": "^3.7",
20+
"phpstan/phpstan": "^2.1"
21+
},
22+
"config": {
23+
"allow-plugins": {
24+
"pestphp/pest-plugin": true
25+
}
26+
}
1927
}

0 commit comments

Comments
 (0)