-
- Downloads
Merge branch 'feature/broken-wc-logger' into 'master'
Feature/broken wc logger See merge request !8
Showing
- .gitattributes 12 additions, 0 deletions.gitattributes
- .gitlab-ci.yml 5 additions, 84 deletions.gitlab-ci.yml
- CHANGELOG.md 5 additions, 0 deletionsCHANGELOG.md
- composer.json 1 addition, 2 deletionscomposer.json
- src/WC/WooCommerceCapture.php 34 additions, 16 deletionssrc/WC/WooCommerceCapture.php
- src/WC/WooCommerceMonologPlugin.php 154 additions, 128 deletionssrc/WC/WooCommerceMonologPlugin.php
- tests/integration/TestWPDeskLoggerFactory.php 45 additions, 29 deletionstests/integration/TestWPDeskLoggerFactory.php
- tests/integration/WC/TestWooCommerceCapture.php 31 additions, 19 deletionstests/integration/WC/TestWooCommerceCapture.php
.gitattributes
0 → 100644
... | ... | @@ -12,10 +12,9 @@ |
"monolog/monolog": "^1.23" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6", | ||
"phpunit/phpunit": "^5", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"10up/wp_mock": "^0.3", | ||
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload": { | ||
... | ... |
Please register or sign in to comment