Skip to content

Commit 473bf2a

Browse files
committed
Change versions in "composer.json"
1 parent c9acaaf commit 473bf2a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
},
2424
"require-dev":
2525
{
26-
"phpunit/phpunit": "~4.2|~5.7|~6.0|~7.0|~8.0|~9.0",
2726
"rougin/codeigniter": "~3.0",
28-
"sanmai/phpunit-legacy-adapter": "~6.1|~8.0"
27+
"phpunit/phpunit": "*",
28+
"sanmai/phpunit-legacy-adapter": "*"
2929
},
3030
"bin":
3131
[
@@ -47,6 +47,8 @@
4747
},
4848
"scripts":
4949
{
50+
"analyze": "phpstan analyse",
51+
"restyle": "php-cs-fixer fix --config=phpstyle.php",
5052
"test": "phpunit"
5153
},
5254
"extra":

0 commit comments

Comments
 (0)