File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " codeigniter4/codeigniter4 " ,
2+ "name" : " codeigniter4/framework " ,
33 "type" : " project" ,
44 "description" : " The CodeIgniter framework v4" ,
55 "homepage" : " https://codeigniter.com" ,
1616 },
1717 "require-dev" : {
1818 "codeigniter4/codeigniter4-standard" : " ^1.0" ,
19+ "fzaninotto/faker" : " ^1.9@dev" ,
1920 "mikey179/vfsstream" : " 1.6.*" ,
2021 "phpunit/phpunit" : " ^8.5" ,
21- "squizlabs/php_codesniffer" : " ^3.3"
22+ "squizlabs/php_codesniffer" : " ^3.3" ,
23+ "predis/predis" : " ^1.1"
2224 },
2325 "autoload" : {
2426 "psr-4" : {
2527 "CodeIgniter\\ " : " system/"
2628 }
2729 },
2830 "scripts" : {
31+ "test" : " phpunit" ,
2932 "post-update-cmd" : [
3033 " @composer dump-autoload" ,
31- " CodeIgniter\\ ComposerScripts::postUpdate" ,
32- " bash admin/setup.sh"
34+ " CodeIgniter\\ ComposerScripts::postUpdate"
3335 ]
3436 },
3537 "support" : {
Original file line number Diff line number Diff line change 1414 "php" : " >=7.2"
1515 },
1616 "require-dev" : {
17- "mikey179/vfsstream" : " 1.6.*" ,
18- "phpunit/phpunit" : " 8.5.*" ,
17+ "fzaninotto/faker" : " ^1.9@dev" ,
18+ "mikey179/vfsstream" : " 1.6.*" ,
19+ "phpunit/phpunit" : " ^8.5" ,
1920 "codeigniter4/codeigniter4" : " dev-develop"
2021 },
2122 "autoload-dev" : {
Original file line number Diff line number Diff line change 99 "codeigniter4/framework" : " ^4"
1010 },
1111 "require-dev" : {
12- "mikey179/vfsstream" : " 1.6.*" ,
13- "phpunit/phpunit" : " 8.5.*"
12+ "fzaninotto/faker" : " ^1.9@dev" ,
13+ "mikey179/vfsstream" : " 1.6.*" ,
14+ "phpunit/phpunit" : " ^8.5"
1415 },
1516 "autoload-dev" : {
1617 "psr-4" : {
Original file line number Diff line number Diff line change 2828 }
2929 },
3030 "scripts" : {
31+ "test" : " phpunit" ,
3132 "post-update-cmd" : [
3233 " @composer dump-autoload" ,
3334 " CodeIgniter\\ ComposerScripts::postUpdate" ,
You can’t perform that action at this time.
0 commit comments