File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ phpunit
8484# -------------------------
8585# Composer
8686# -------------------------
87- vendor
87+ vendor /
88+ composer.lock
8889
8990# -------------------------
9091# IDE / Development Files
Original file line number Diff line number Diff line change 2525 ]
2626 },
2727 "require" : {
28- "php" : " ^7.4 || ^8.0 " ,
29- "codeigniter4/framework" : " ^4.0 " ,
30- "codeigniter4/shield" : " dev-develop "
28+ "php" : " ^8.2 " ,
29+ "codeigniter4/framework" : " ^4.4 " ,
30+ "codeigniter4/shield" : " ^1.1 "
3131 },
3232 "require-dev" : {
3333 "codeigniter/coding-standard" : " ^1.7" ,
34- "fakerphp/faker" : " ^1.23.1 " ,
34+ "fakerphp/faker" : " ^1.23" ,
3535 "mikey179/vfsstream" : " ^1.6" ,
36- "phpstan/phpstan" : " 2.0.x-dev " ,
37- "phpunit/phpunit" : " ^9.1 " ,
38- "squizlabs/php_codesniffer" : " * "
36+ "phpstan/phpstan" : " ^2.1 " ,
37+ "phpunit/phpunit" : " ^10.5 " ,
38+ "squizlabs/php_codesniffer" : " ^3.9 "
3939 },
4040 "scripts" : {
4141 "test" : " phpunit" ,
You can’t perform that action at this time.
0 commit comments