File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "autoload" : {
2929 "psr-4" : {
3030 "CodeIgniter\\ " : " system/"
31- }
31+ },
32+ "exclude-from-classmap" : [
33+ " **/Database/Migrations/**"
34+ ]
3235 },
3336 "scripts" : {
3437 "post-update-cmd" : [
Original file line number Diff line number Diff line change 44 "homepage" : " https://codeigniter.com" ,
55 "license" : " MIT" ,
66 "require" : {
7- "php" : " ^7.2 || ^8.0" ,
7+ "php" : " ^7.2 || ^8.0"
88 },
99 "require-dev" : {
1010 "codeigniter4/codeigniter4" : " dev-develop" ,
Original file line number Diff line number Diff line change 2020 "psr-4" : {
2121 "App\\ " : " app" ,
2222 "Config\\ " : " app/Config"
23- }
23+ },
24+ "exclude-from-classmap" : [
25+ " **/Database/Migrations/**"
26+ ]
2427 },
2528 "autoload-dev" : {
2629 "psr-4" : {
Original file line number Diff line number Diff line change 3535 "autoload" : {
3636 "psr-4" : {
3737 "CodeIgniter\\ " : " system/"
38- }
38+ },
39+ "exclude-from-classmap" : [
40+ " **/Database/Migrations/**"
41+ ]
3942 },
4043 "autoload-dev" : {
4144 "psr-4" : {
You can’t perform that action at this time.
0 commit comments