Skip to content

Commit 710503c

Browse files
committed
fix: php version for build
1 parent c7bc26c commit 710503c

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@
1212
"App\\Extend\\": "extend/",
1313
"App\\Listeners\\": "listeners/"
1414
}
15+
},
16+
"config": {
17+
"platform": {
18+
"php": "7.2.33"
19+
}
1520
}
1621
}

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
command = "composer install && npm run production"
44
publish = "build_production"
5-
environment = { PHP_VERSION = "7.3" }
5+
environment = { PHP_VERSION = "7.2" }
66

77
# Redirect old docs page in case people have it bookmarked.
88
[[redirects]]

0 commit comments

Comments
 (0)