Skip to content

Commit 1805adb

Browse files
committed
chore: install CodeIgniter DevKit
composer require --dev codeigniter4/devkit
1 parent b3a79c4 commit 1805adb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"require-dev": {
2323
"codeigniter4/framework": "^4.2",
24-
"phpunit/phpunit": "^9.5"
24+
"phpunit/phpunit": "^9.5",
25+
"codeigniter4/devkit": "^1.1"
2526
},
2627
"autoload": {
2728
"psr-4": {
@@ -35,5 +36,12 @@
3536
},
3637
"scripts": {
3738
"test": "phpunit"
39+
},
40+
"minimum-stability": "dev",
41+
"prefer-stable": true,
42+
"config": {
43+
"allow-plugins": {
44+
"phpstan/extension-installer": true
45+
}
3846
}
3947
}

0 commit comments

Comments
 (0)