feature(init): init
... | ... | @@ -10,7 +10,11 @@ |
"email": "krzysiek@wpdesk.pl" | ||
} | ||
], | ||
"prefer-stable": true, | ||
"config": { | ||
"platform": { | ||
"php": "7.0" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=7.0", | ||
"wpdesk/wp-basic-requirements": "^3.2.3", | ||
... | ... |
Please register or sign in to comment