File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " codeigniter4/appstarter" ,
3- "type" : " project" ,
43 "description" : " CodeIgniter4 starter app" ,
5- "homepage" : " https://codeigniter.com" ,
64 "license" : " MIT" ,
5+ "type" : " project" ,
6+ "homepage" : " https://codeigniter.com" ,
7+ "support" : {
8+ "forum" : " https://forum.codeigniter.com/" ,
9+ "source" : " https://github.com/codeigniter4/CodeIgniter4" ,
10+ "slack" : " https://codeigniterchat.slack.com"
11+ },
712 "require" : {
813 "php" : " ^7.4 || ^8.0" ,
914 "codeigniter4/framework" : " ^4.0"
1318 "mikey179/vfsstream" : " ^1.6" ,
1419 "phpunit/phpunit" : " ^9.1"
1520 },
16- "config" : {
17- "optimize-autoloader" : true ,
18- "preferred-install" : " dist" ,
19- "sort-packages" : true
20- },
2121 "autoload" : {
2222 "exclude-from-classmap" : [
2323 " **/Database/Migrations/**"
2828 "Tests\\ Support\\ " : " tests/_support"
2929 }
3030 },
31+ "config" : {
32+ "optimize-autoloader" : true ,
33+ "preferred-install" : " dist" ,
34+ "sort-packages" : true
35+ },
3136 "scripts" : {
3237 "test" : " phpunit"
33- },
34- "support" : {
35- "forum" : " https://forum.codeigniter.com/" ,
36- "source" : " https://github.com/codeigniter4/CodeIgniter4" ,
37- "slack" : " https://codeigniterchat.slack.com"
3838 }
3939}
You can’t perform that action at this time.
0 commit comments