Skip to content

Commit 4204f6a

Browse files
committed
Force bundler version on PSH build process; lock PHP version compat
1 parent 5d5d92c commit 4204f6a

File tree

3 files changed

+144
-143
lines changed

3 files changed

+144
-143
lines changed

.platform.app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ dependencies:
2828
node-sass: '^4.9.4'
2929
php:
3030
composer/composer: '^2'
31+
ruby:
32+
bundler: 2.3.26
3133

3234
hooks:
3335
build: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fig/www.php-fig.org",
33
"description": "The static official site of PHP-FIG",
44
"require": {
5-
"php": "^8.0",
5+
"php": "~8.1",
66
"aptoma/twig-markdown": "^3.3",
77
"league/commonmark": "^1.4",
88
"sculpin/sculpin": "^3.2.0",

0 commit comments

Comments
 (0)