Skip to content

Commit a45c5ae

Browse files
committed
Set project requirements to PHP 8.4 and update composer
1 parent a15785b commit a45c5ae

2 files changed

Lines changed: 125 additions & 121 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"source": "https://github.com/php/web-php"
99
},
1010
"require": {
11-
"php": "~8.2.0"
11+
"php": "~8.4.0"
1212
},
1313
"require-dev": {
1414
"ext-curl": "*",
@@ -27,7 +27,7 @@
2727
},
2828
"config": {
2929
"platform": {
30-
"php": "8.2.0"
30+
"php": "8.4.0"
3131
},
3232
"sort-packages": true
3333
}

0 commit comments

Comments
 (0)