Skip to content

Commit

Permalink
chore(autoloading): Only use authoritative classmaps for production
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Feb 16, 2023
1 parent e940ade commit 887ef3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"bamarni/composer-bin-plugin": true
},
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "Mail"
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion krankerl.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
before_cmds = [
"composer install --no-dev -o",
"composer install --no-dev -a",
"npm install --deps",
"npm run build",
]

0 comments on commit 887ef3e

Please sign in to comment.