1 parent c9acaaf commit 473bf2aCopy full SHA for 473bf2a
1 file changed
composer.json
@@ -23,9 +23,9 @@
23
},
24
"require-dev":
25
{
26
- "phpunit/phpunit": "~4.2|~5.7|~6.0|~7.0|~8.0|~9.0",
27
"rougin/codeigniter": "~3.0",
28
- "sanmai/phpunit-legacy-adapter": "~6.1|~8.0"
+ "phpunit/phpunit": "*",
+ "sanmai/phpunit-legacy-adapter": "*"
29
30
"bin":
31
[
@@ -47,6 +47,8 @@
47
48
"scripts":
49
50
+ "analyze": "phpstan analyse",
51
+ "restyle": "php-cs-fixer fix --config=phpstyle.php",
52
"test": "phpunit"
53
54
"extra":
0 commit comments