File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "ext-json" : " *" ,
1212 "ext-mbstring" : " *" ,
1313 "kint-php/kint" : " ^3.3" ,
14- "psr/log " : " ^1.1 " ,
15- "laminas/laminas-escaper " : " ^2.6 "
14+ "laminas/laminas-escaper " : " ^2.6 " ,
15+ "psr/log " : " ^1.1 "
1616 },
1717 "require-dev" : {
1818 "codeigniter4/codeigniter4-standard" : " ^1.0" ,
1919 "fzaninotto/faker" : " ^1.9@dev" ,
2020 "mikey179/vfsstream" : " 1.6.*" ,
2121 "phpunit/phpunit" : " ^8.5" ,
22- "squizlabs/php_codesniffer " : " ^3.3 " ,
23- "predis/predis " : " ^1.1 "
22+ "predis/predis " : " ^1.1 " ,
23+ "squizlabs/php_codesniffer " : " ^3.3 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
2727 "CodeIgniter\\ " : " system/"
2828 }
2929 },
3030 "scripts" : {
31- "test" : " phpunit" ,
3231 "post-update-cmd" : [
3332 " @composer dump-autoload" ,
3433 " CodeIgniter\\ ComposerScripts::postUpdate"
35- ]
34+ ],
35+ "test" : " phpunit"
3636 },
3737 "support" : {
3838 "forum" : " http://forum.codeigniter.com/" ,
Original file line number Diff line number Diff line change 33 "description" : " CodeIgniter4 starter module" ,
44 "homepage" : " https://codeigniter.com" ,
55 "license" : " MIT" ,
6- "minimum-stability" : " dev" ,
7- "repositories" : [
8- {
9- "type" : " vcs" ,
10- "url" : " https://github.com/codeigniter4/codeigniter4"
11- }
12- ],
136 "require" : {
147 "php" : " >=7.2"
158 },
169 "require-dev" : {
10+ "codeigniter4/codeigniter4" : " dev-develop" ,
1711 "fzaninotto/faker" : " ^1.9@dev" ,
1812 "mikey179/vfsstream" : " 1.6.*" ,
19- "phpunit/phpunit" : " ^8.5" ,
20- "codeigniter4/codeigniter4" : " dev-develop"
13+ "phpunit/phpunit" : " ^8.5"
2114 },
2215 "autoload-dev" : {
2316 "psr-4" : {
2417 "Tests\\ Support\\ " : " tests/_support"
2518 }
2619 },
20+ "repositories" : [
21+ {
22+ "type" : " vcs" ,
23+ "url" : " https://github.com/codeigniter4/codeigniter4"
24+ }
25+ ],
26+ "minimum-stability" : " dev" ,
2727 "scripts" : {
28- "test" : " phpunit" ,
2928 "post-update-cmd" : [
3029 " @composer dump-autoload"
31- ]
30+ ],
31+ "test" : " phpunit"
3232 },
3333 "support" : {
3434 "forum" : " http://forum.codeigniter.com/" ,
Original file line number Diff line number Diff line change 1919 }
2020 },
2121 "scripts" : {
22- "test" : " phpunit" ,
2322 "post-update-cmd" : [
2423 " @composer dump-autoload"
25- ]
24+ ],
25+ "test" : " phpunit"
2626 },
2727 "support" : {
2828 "forum" : " http://forum.codeigniter.com/" ,
Original file line number Diff line number Diff line change 1111 "ext-json" : " *" ,
1212 "ext-mbstring" : " *" ,
1313 "kint-php/kint" : " ^3.3" ,
14- "psr/log " : " ^1.1 " ,
15- "laminas/laminas-escaper " : " ^2.6 "
14+ "laminas/laminas-escaper " : " ^2.6 " ,
15+ "psr/log " : " ^1.1 "
1616 },
1717 "require-dev" : {
1818 "codeigniter4/codeigniter4-standard" : " ^1.0" ,
1919 "fzaninotto/faker" : " ^1.9@dev" ,
2020 "mikey179/vfsstream" : " 1.6.*" ,
2121 "phpunit/phpunit" : " ^8.5" ,
22- "squizlabs/php_codesniffer " : " ^3.3 " ,
23- "predis/predis " : " ^1.1 "
22+ "predis/predis " : " ^1.1 " ,
23+ "squizlabs/php_codesniffer " : " ^3.3 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
2727 "CodeIgniter\\ " : " system/"
2828 }
2929 },
3030 "scripts" : {
31- "test" : " phpunit" ,
3231 "post-update-cmd" : [
3332 " @composer dump-autoload" ,
3433 " CodeIgniter\\ ComposerScripts::postUpdate" ,
3534 " bash admin/setup.sh"
36- ]
35+ ],
36+ "test" : " phpunit"
3737 },
3838 "support" : {
3939 "forum" : " http://forum.codeigniter.com/" ,
You can’t perform that action at this time.
0 commit comments