We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19de0cb commit 67b7786Copy full SHA for 67b7786
composer.json
@@ -30,7 +30,7 @@
30
"require-dev": {
31
"codeigniter4/codeigniter4": "dev-develop",
32
"myth/auth": "dev-develop",
33
- "tatter/tools": "^1.0"
+ "tatter/tools": "^1.2"
34
},
35
"autoload": {
36
"psr-4": {
@@ -52,7 +52,7 @@
52
"prefer-stable": true,
53
"scripts": {
54
"analyze": "phpstan analyze",
55
- "style": "phpcs --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 tests/ src/",
+ "style": "phpcbf --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 tests/ src/",
56
"test": "phpunit"
57
}
58
0 commit comments