Skip to content

Commit

Permalink
Bump to PHP 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Sep 11, 2023
1 parent 257a2bb commit 1384639
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 66 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"config": {
"platform": {
"php": "7.4"
"php": "8.0"
},
"platform-check": false,
"sort-packages": true,
Expand All @@ -53,7 +53,7 @@
"wp-slug": "pronamic-ideal"
},
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-json": "*",
"automattic/jetpack-autoloader": "^2.11",
"composer/installers": "^2.2",
Expand Down Expand Up @@ -101,7 +101,7 @@
"php-stubs/wordpress-globals": "^0.2.0",
"phpmd/phpmd": "^2.9",
"pronamic/pronamic-cli": "dev-main",
"pronamic/wp-coding-standards": "^1.3",
"pronamic/wp-coding-standards": "^2.0",
"roots/wordpress-no-content": "^6.0",
"wp-cli/wp-cli": "dev-main",
"wp-cli/wp-cli-bundle": "dev-main",
Expand Down
Loading

0 comments on commit 1384639

Please sign in to comment.