-
- Downloads
feature(init): init
parent
5b697c46
No related branches found
No related tags found
Pipeline #242837 failed
Stage: prepare-vendor
Stage: tools
Stage: tests
Stage: deploy
Stage: post-deploy
... | ... | @@ -10,18 +10,14 @@ |
} | ||
], | ||
"require": { | ||
"php": ">=7.0", | ||
"php": ">=8.0", | ||
"psr/log": "^1.1", | ||
"codeception/codeception": "^4.2" | ||
"codeception/codeception": "^5.0", | ||
"codeception/module-cli": "^2.0", | ||
"codeception/module-webdriver": "^4.0", | ||
"octolize/chrome-profile-for-shopify": "^1.0" | ||
}, | ||
"require-dev": { | ||
"octolize/chrome-profile-for-shopify": "^1.0", | ||
"phpunit/phpunit": "<7", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | ||
"10up/wp_mock": "*", | ||
"phpcompatibility/php-compatibility": "^9.1" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment