Skip to content

Commit f1c4450

Browse files
authored
Merge pull request #546 from perftools/php-8
Update to php 8.3
2 parents 27850aa + b744550 commit f1c4450

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
layout php
22

3-
export PATH="${HOMEBREW_PREFIX:-/usr/local}/opt/php@8.0/bin:$PATH"
3+
export PATH="${HOMEBREW_PREFIX:-/usr/local}/opt/php@8.3/bin:$PATH"
44

55
[[ -f .envrc.local ]] && source_env .envrc.local
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to profile your application, use specific minimal library:
1919

2020
XHGui has the following requirements:
2121

22-
- Known to work: PHP >= 7.2, 8.0, 8.1
22+
- Known to work: PHP >= 7.2, 8.0-8.3
2323
- If using MongoDB storage, see [MongoDB](#MongoDB) requirements
2424
- If using PDO storage, see [PDO](#PDO) requirements
2525
- To profile an application, one of the profiling PHP extensions is required.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"platform-check": "php-only"
2222
},
2323
"require": {
24-
"php": "^7.2 || ~8.0 || ~8.1",
24+
"php": "^8.0",
2525
"ext-json": "*",
2626
"alcaeus/mongo-php-adapter": "^1.1",
2727
"pimple/pimple": "^3.0",

composer.lock

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

0 commit comments

Comments
 (0)