Remove php version restriction from composer.json (#519)
Showing
... | ... | @@ -16,8 +16,7 @@ |
"require": { | ||
"adyen/php-api-library": "~2.1", | ||
"magento/framework": ">=101.0.8 <102 || >=102.0.1", | ||
"magento/module-vault": "101.*", | ||
"php": "~7.0.13|~7.1.0" | ||
"magento/module-vault": "101.*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~6.5.0" | ||
... | ... |
Please register or sign in to comment