Skip to content

Commit

Permalink
Set PHP to 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 3, 2024
1 parent 79628e8 commit 723ff5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@
}
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.1"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"roots/wordpress-core-installer": true,
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"automattic/jetpack-autoloader": true
}
},
"sort-packages": true
},
"repositories": [
{
Expand All @@ -46,7 +49,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"automattic/jetpack-autoloader": "^3.0",
"justinrainbow/json-schema": "^5.2",
"pronamic/wp-http": "^1.2",
Expand Down

0 comments on commit 723ff5a

Please sign in to comment.