Skip to content

Commit 67b7786

Browse files
committed
Update development toolkit
1 parent 19de0cb commit 67b7786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require-dev": {
3131
"codeigniter4/codeigniter4": "dev-develop",
3232
"myth/auth": "dev-develop",
33-
"tatter/tools": "^1.0"
33+
"tatter/tools": "^1.2"
3434
},
3535
"autoload": {
3636
"psr-4": {
@@ -52,7 +52,7 @@
5252
"prefer-stable": true,
5353
"scripts": {
5454
"analyze": "phpstan analyze",
55-
"style": "phpcs --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 tests/ src/",
55+
"style": "phpcbf --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 tests/ src/",
5656
"test": "phpunit"
5757
}
5858
}

0 commit comments

Comments
 (0)