feat: lang
parent
31d78370
No related branches found
No related tags found
Pipeline
#153415
passed
with stages
in
53 seconds
Stage: prepare-vendor
Stage: prepare-node
Stage: tools
Stage: tests
Stage: deploy
... | ... | @@ -33,8 +33,6 @@ |
"psr/log": "^1.1.0", | ||
"wpdesk/wp-persistence": "^3.0", | ||
"wpdesk/wp-view": "^2.0", | ||
"wpdesk/wp-notice": "^3.1.1", | ||
"wpdesk/wp-builder": "^2.0", | ||
"pelago/emogrifier": "7.0", | ||
"ext-json": "*" | ||
}, | ||
... | ... | @@ -50,7 +48,8 @@ |
"WPDesk\\Library\\WPEmail\\": "src" | ||
} | ||
}, | ||
"autoload-dev": {}, | ||
"autoload-dev": { | ||
}, | ||
"scripts": { | ||
"phpcs": "phpcs", | ||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | ||
... | ... |
Please register or sign in to comment