We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
support/{build,devcenter}/
1 parent 81c9874 commit 672cc90Copy full SHA for 672cc90
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# heroku-buildpack-php CHANGELOG
2
3
+## Unreleased
4
+
5
+### CHG
6
7
+- Exclude `support/{build,devcenter}/` from the packaged buildpack [Ed Morley]
8
9
## v239 (2023-09-30)
10
11
### ADD
buildpack.toml
@@ -6,6 +6,8 @@ name = "PHP"
".github/",
".gitignore",
".rspec_parallel",
+ "support/build/",
+ "support/devcenter/",
"test/",
12
"Gemfile",
13
"Gemfile.lock",
0 commit comments