-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and tooling (#223)
- Loading branch information
Showing
22 changed files
with
30,783 additions
and
9,676 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Override the environment variables used in docker-compose.yml. | ||
DOCKER_HOST_IP=127.0.0.1 | ||
DEV_URL=local.devgo.vip | ||
DEV_URL=local.wpenv.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/plugins/vendor/ | ||
/console.log | ||
/.env | ||
/debug.log | ||
|
||
# Uploads directory | ||
/uploads/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ php: '8.0' | |
before_install: | ||
- nvm install | ||
- nvm use | ||
- mkdir -p uploads | ||
|
||
install: | ||
- npm install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
<?php | ||
/** | ||
* Plugin Name: Jetpack Config | ||
* | ||
* @package XWP\Vip_Site_Template | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
<?php | ||
/** | ||
* Plugin Name: Yoast SEO Config | ||
* | ||
* @package XWP\Vip_Site_Template | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
{ | ||
"name": "xwp/vip-go-site", | ||
"description": "VIP Go site environment", | ||
"type": "project", | ||
"license": "proprietary", | ||
"prefer-stable": true, | ||
"minimum-stability": "dev", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://wpackagist.org" | ||
} | ||
], | ||
"config": { | ||
"sort-packages": true, | ||
"process-timeout": 600, | ||
"preferred-install": "dist", | ||
"vendor-dir": "plugins/vendor", | ||
"platform": { | ||
"php": "8.0" | ||
}, | ||
"allow-plugins": { | ||
"johnpbloch/wordpress-core-installer": true, | ||
"composer/installers": true, | ||
"dealerdirect/phpcodesniffer-composer-installer": true | ||
} | ||
}, | ||
"require": { | ||
"php": ">=8.0", | ||
"composer/installers": "^1.12", | ||
"wpackagist-theme/twentytwenty": "^2.1" | ||
}, | ||
"require-dev": { | ||
"automattic/vip-go-mu-plugins": "dev-master", | ||
"automattic/vipwpcs": "^2.3.3", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | ||
"johnpbloch/wordpress": "dev-master", | ||
"phpunit/phpunit": "^9.6.5", | ||
"wp-cli/wp-cli-bundle": "^2.7.1", | ||
"wp-phpunit/wp-phpunit": "^6.1.1", | ||
"xwp/wait-for": "^0.0.1", | ||
"yoast/phpunit-polyfills": "^1.0.4" | ||
}, | ||
"scripts": { | ||
"lint": [ | ||
"phpcs" | ||
], | ||
"verify": [ | ||
"composer validate --no-check-all --no-check-publish --strict" | ||
], | ||
"test": [ | ||
"phpunit --configuration=client-mu-plugins/phpunit.xml.dist" | ||
], | ||
"release": [ | ||
"composer install --no-dev --prefer-dist --optimize-autoloader" | ||
] | ||
}, | ||
"extra": { | ||
"wordpress-install-dir": "local/public/wp", | ||
"installer-paths": { | ||
"plugins/{$name}": ["type:wordpress-plugin"], | ||
"themes/{$name}": ["type:wordpress-theme"], | ||
"client-mu-plugins/{$name}": ["type:wordpress-muplugin"] | ||
} | ||
} | ||
"name": "xwp/vip-site-template", | ||
"description": "VIP Go site environment", | ||
"type": "project", | ||
"license": "proprietary", | ||
"prefer-stable": true, | ||
"minimum-stability": "dev", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://wpackagist.org" | ||
} | ||
], | ||
"config": { | ||
"sort-packages": true, | ||
"process-timeout": 600, | ||
"preferred-install": "dist", | ||
"vendor-dir": "plugins/vendor", | ||
"platform": { | ||
"php": "8.0" | ||
}, | ||
"allow-plugins": { | ||
"johnpbloch/wordpress-core-installer": true, | ||
"composer/installers": true, | ||
"dealerdirect/phpcodesniffer-composer-installer": true | ||
} | ||
}, | ||
"require": { | ||
"php": ">=8.0", | ||
"composer/installers": "^1.12", | ||
"wpackagist-theme/twentytwenty": "^2.1" | ||
}, | ||
"require-dev": { | ||
"automattic/vip-go-mu-plugins": "dev-master", | ||
"automattic/vipwpcs": "^2.3.3", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | ||
"johnpbloch/wordpress": "dev-master", | ||
"phpunit/phpunit": "^9.6.5", | ||
"wp-cli/wp-cli-bundle": "^2.7.1", | ||
"wp-phpunit/wp-phpunit": "^6.1.1", | ||
"xwp/wait-for": "^0.0.1", | ||
"yoast/phpunit-polyfills": "^1.0.4" | ||
}, | ||
"scripts": { | ||
"lint": [ | ||
"phpcs" | ||
], | ||
"verify": [ | ||
"composer validate --no-check-all --no-check-publish --strict" | ||
], | ||
"test": [ | ||
"phpunit --configuration=client-mu-plugins/phpunit.xml.dist" | ||
], | ||
"release": [ | ||
"composer install --no-dev --prefer-dist --optimize-autoloader" | ||
] | ||
}, | ||
"extra": { | ||
"wordpress-install-dir": "local/public/wp", | ||
"installer-paths": { | ||
"plugins/{$name}": ["type:wordpress-plugin"], | ||
"themes/{$name}": ["type:wordpress-theme"], | ||
"client-mu-plugins/{$name}": ["type:wordpress-muplugin"] | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.