Skip to content

Commit e8960ff

Browse files
committed
starter/composer.json clean up
1 parent 9ca2e65 commit e8960ff

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

admin/starter/composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,12 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=7.1",
9-
"codeigniter4/framework": "^4@alpha",
10-
"ext-curl": "*",
11-
"ext-intl": "*",
12-
"kint-php/kint": "^2.1",
13-
"zendframework/zend-escaper": "^2.5"
9+
"codeigniter4/framework": "^4@alpha"
1410
},
1511
"require-dev": {
1612
"mikey179/vfsStream": "1.6.*",
1713
"phpunit/phpunit": "^7.0"
1814
},
19-
"autoload": {
20-
"psr-4": {
21-
"CodeIgniter\\": "vendor/codeigniter4/framework/system/",
22-
"Psr\\Log\\": "vendor/codeigniter4/framework/system/ThirdParty/PSR/Log/"
23-
}
24-
},
2515
"scripts": {
2616
"post-update-cmd": [
2717
"composer dump-autoload"

0 commit comments

Comments
 (0)