Skip to content

Commit

Permalink
馃敡 remove acorn post-autoload-dump (#2978)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Feb 11, 2022
1 parent cd1e3af commit c630a22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions composer.json
Expand Up @@ -42,7 +42,6 @@
"php": "^7.4|^8.0"
},
"require-dev": {
"filp/whoops": "^2.12",
"squizlabs/php_codesniffer": "^3.6"
},
"suggest": {
Expand All @@ -59,9 +58,6 @@
"scripts": {
"lint": [
"phpcs --extensions=php --standard=PSR12 app"
],
"post-autoload-dump": [
"Roots\\Acorn\\ComposerScripts::postAutoloadDump"
]
},
"extra": {
Expand Down

2 comments on commit c630a22

@markjaquith
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should people add this back when they add Acorn? You're just removing it because Acorn has to be manually included now?

@retlehs
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markjaquith whoops, i meant to re-add this to the acorn installation docs and acorn readme last night. adding it now

it should be added to bedrock's composer.json when installing acorn with bedrock

Please sign in to comment.