Merge branch 'Support/2.8.X' into 'master'
Version 2.8 See merge request !700
{ | ||
"require-dev": { | ||
"codeception/codeception": "^3.0", | ||
"flow/jsonpath" : "^0.4" | ||
"flow/jsonpath" : "^0.4", | ||
"phpcompatibility/php-compatibility": "*" | ||
}, | ||
"prefer-stable" : true, | ||
"scripts": { | ||
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility", | ||
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" | ||
} | ||
} |