Skip to content

Commit

Permalink
Upgrade PHP apps to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Jun 10, 2024
1 parent bdc25c5 commit 301ade0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image_hash = $(shell sha256sum Dockerfile-dev | cut -c -8)
php_image = blackfire/player-test:$(image_hash)

box_version = 4.1.0
box_image = blackfire/php-internal:8.2-v1.0.31
box_image = blackfire/php-internal:8.3-v1.0.31

BOX_BIN=bin/tools/box-$(box_version).phar
PHAR_DIST=bin/blackfire-player.phar
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=8.2",
"php": ">=8.3",
"ext-ctype": "*",
"ext-filter": "*",
"ext-intl": "*",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"config": {
"platform": {
"php": "8.2.5"
"php": "8.3"
},
"preferred-install": {
"*": "dist"
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 301ade0

Please sign in to comment.