-
I'm not sure if this is a Composer issue, Imposter-plugin issue or PHPCS installer issue, but...
I'm using your awesome `typisttech/imposter-plugin` package as well as the coding standards packages…
-
My `composer.json`:
```json
{
"name": "collne/wcex_atodene",
"description": "JACCS Payment Solutions Welcart integration.",
"require": {
"aivec/wordpress-router": "^3.0",
"aivec…
-
**somewhere towards end log**
```
test: ✔ The 'site-uconnectlabs.test' provisioner completed in 0 seconds.
test: --------------------------------------------------------------------------…
-
```
default: * Updating wordpress-trunk in /srv/www/wordpress-trunk...
default: * Searching for a site template provisioner, vvv-init.sh
default: * Found vvv-init.sh at /srv/www/word…
-
While it is not exactly a code _style_ concern, the use of undefined variables and creating variables without using them is nearly always a bug.
The following typo is a trivial example, but it is …
-
`composer.json`:
```
"config": {
"autoloader-suffix": "DontChange",
"vendor-dir": "content/vendor"
},
...
"require-dev": {
"humanmade/coding-standards": "^0…
-
The new version of PHP CodeSniffer has some nice features, but introduces breaking changes which mean that the WordPress coding standards are not compatible.
I had a quick look, and I think the mi…
-
I have [PHP Compatibility Checker plugin](https://wordpress.org/plugins/php-compatibility-checker/) installed for chceking my Wordpress files and the its log shows the error bellow for **wpmandrill p…
-
## Expected Behavior
I should be able to see the the profiler GUI
## Current Behavior
I get `ERR_NAME_NOT_RESOLVED` when trying to access http://xhgui.vvv.test/
Tried adding `?enable-tideways=…
-
## What was The Command Used To Provision
```shell
vagrant up --provision
```
## What Kind of VVV Provision Was This
This was a fresh install
## Logs/What Broke
When I do a fresh inst…