Skip to content

Commit

Permalink
upgrade to 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zaherg committed Nov 13, 2024
1 parent 289f084 commit a135290
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "project",
"require": {
"roots/wordpress-core-installer": "dev-master",
"roots/wordpress-full": "^6.6",
"roots/wordpress-full": "^6.7",
"vlucas/phpdotenv": "*",
"wp-cli/wp-cli-bundle": "*",
"wpackagist-plugin/sqlite-database-integration": "^2.1.11",
Expand Down Expand Up @@ -47,12 +47,14 @@
],
"post-create-project-cmd": [
"@php composer install",
"@php composer run install:clear",
"@php composer run install:clear",
"@php composer run install:env",
"@php composer run install:db",
"@php composer run install:db-update",
"@php composer run install:core",
"@php composer run install:theme"
],
"install:db-update": "@php -r \"system('sqlite3 ./public/content/database/.ht.sqlite \"PRAGMA journal_mode=WAL;\"');\"",
"install:clear": "@php -r \"is_dir('public/wp/wp-content') && system('rm -fr public/wp/wp-content');\"",
"install:core": "./vendor/bin/wp core install --admin_user=admin --admin_password=password [email protected] --skip-email --url=http://litepress.test --title=WordPress",
"install:db": "@php -r \"file_exists('public/content/db.php') || copy('public/content/plugins/sqlite-database-integration/db.copy','public/content/db.php');\"",
Expand Down
76 changes: 38 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a135290

Please sign in to comment.