Skip to content

Commit 48b5066

Browse files
authored
Merge pull request #3734 from paulbalandan/composer-json-remove-dump
Remove dump-autoload in post-update-cmd
2 parents 2e904a4 + dac12c9 commit 48b5066

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

admin/framework/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
},
3030
"scripts": {
3131
"post-update-cmd": [
32-
"@composer dump-autoload",
3332
"CodeIgniter\\ComposerScripts::postUpdate"
3433
],
3534
"test": "phpunit"

admin/module/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
],
2626
"minimum-stability": "dev",
2727
"scripts": {
28-
"post-update-cmd": [
29-
"@composer dump-autoload"
30-
],
3128
"test": "phpunit"
3229
},
3330
"support": {

admin/starter/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
}
2626
},
2727
"scripts": {
28-
"post-update-cmd": [
29-
"@composer dump-autoload"
30-
],
3128
"test": "phpunit"
3229
},
3330
"support": {

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
},
3737
"scripts": {
3838
"post-update-cmd": [
39-
"@composer dump-autoload",
4039
"CodeIgniter\\ComposerScripts::postUpdate",
4140
"bash admin/setup.sh"
4241
],

0 commit comments

Comments
 (0)