Skip to content

Commit c33e9fa

Browse files
authored
Bump the things (#387)
1 parent f94045a commit c33e9fa

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ file that looks like the following:
2222
# for deprecation.
2323
name = "php"
2424

25-
# The version of the PHP dependency is not required. In the case it
26-
# is not specified, the buildpack will provide the default version, which can
27-
# be seen in the buildpack.toml file.
28-
# If you wish to request a specific version, the buildpack supports
29-
# specifying a semver constraint in the form of "8.*", "8.0.*", or even
30-
# "8.0.4".
31-
version = "8.0.4"
32-
3325
# The PHP buildpack supports some non-required metadata options.
3426
[requires.metadata]
3527

@@ -44,6 +36,11 @@ file that looks like the following:
4436
# writing an application that needs to run PHP at runtime, this flag should
4537
# be set to true.
4638
launch = true
39+
40+
# Optional. If not provided, the buildpack will provide the default version from buildpack.toml.
41+
# To request a specific version, you can specify a semver constraint such as "8.*", "8.0.*",
42+
# or even "8.0.4".
43+
version = "8.0.4"
4744
```
4845

4946
## Usage
@@ -99,7 +96,7 @@ $BP_PHP_LIB_DIR="some-directory"
9996
### Provide custom `.ini` files
10097
Custom `.ini` files can be provided from users to amend the default `php.ini`
10198
file. This can be done by placing an `ini`-type configuration file inside
102-
`<application directory>/.php.ini.d/`. It's path will be made avaialble via the
99+
`<application directory>/.php.ini.d/`. Its path will be made available via the
103100
`PHP_INI_SCAN_DIR`.
104101

105102
## Debug Logs

integration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"build-plan": "github.com/ForestEckhardt/build-plan",
2+
"build-plan": "github.com/paketo-community/build-plan",
33
"builder": "index.docker.io/paketobuildpacks/builder:buildpackless-full"
44
}

0 commit comments

Comments
 (0)