Skip to content

Commit

Permalink
Fixes #327: Update to PHP 8.2
Browse files Browse the repository at this point in the history
See wp-cli/package-command#172 for
wp-cli/bundle fork reason
  • Loading branch information
oxyc committed Jul 17, 2023
1 parent 5fb1001 commit c770c3f
Show file tree
Hide file tree
Showing 7 changed files with 2,095 additions and 1,171 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gdsbedrock
type: wordpress
docroot: web
php_version: "8.0"
php_version: "8.2"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"forum": "https://discourse.roots.io/category/bedrock"
},
"repositories": [
{ "type": "git", "url": "https://github.com/generoi/wp-cli-bundle.git" },
{ "type": "composer", "url": "https://wpackagist.org" },
{ "type": "composer", "url": "https://packagist.minasithil.genero.fi/" },
{ "type": "composer", "url": "https://satispress.generodigital.com/satispress/" }
Expand Down Expand Up @@ -54,14 +55,14 @@
"wpackagist-plugin/query-monitor": "^3.3",
"wpackagist-plugin/user-switching": "^1.5",

"wp-cli/wp-cli-bundle": "^2.2",
"wp-cli/wp-cli-bundle": "dev-feature/composer-version-range",
"kinsta/kinsta-mu-plugins": "^3.0",
"satispress/advanced-custom-fields-pro": "^6.0",
"satispress/gravityforms": "^2.4",
"roots/bedrock-autoloader": "^1.0",
"consolidation/robo": "^4.0",
"generoi/robo-genero": "^0.4",
"roots/acorn": "^2.0",
"roots/acorn": "^3.0",
"log1x/navi": "^2.0",
"generoi/sage-nativeblock": "^0.3",
"inpsyde/wp-translation-downloader": "^2.3",
Expand All @@ -74,7 +75,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4.2",
"brainmaestro/composer-git-hooks": "^2.2",
"brainmaestro/composer-git-hooks": "^3.0.0-alpha",
"deployer/deployer": "^7.0",
"generoi/deployer-genero": "^0.3",
"staabm/annotate-pull-request-from-checkstyle": "^1.5"
Expand All @@ -83,7 +84,7 @@
"optimize-autoloader": true,
"preferred-install": "dist",
"platform": {
"php": "8.0"
"php": "8.2.3"
},
"process-timeout": 0,
"theme-dir": "web/app/themes/gds",
Expand Down
Loading

0 comments on commit c770c3f

Please sign in to comment.