devowlio / wp-react-starter

🚀WordPress Plugin Boilerplate using modern web techs like TypeScript, SASS, and so on... on top of a local development environment with Docker and predefined GitLab CI for continous integration and deployment!
https://devowl.io/wp-react-starter/
Other
387 stars 51 forks source link

Incompatible with php7.4 #25

Open eltitano opened 4 years ago

eltitano commented 4 years ago

Hi,

i wanted to try wp-react-starter as a new way to speed up my plugin development but unfortunately its incompatible wit php 7.4 and upwards. It seems its only because of the metasyntactical/composer-plugin-license-check locked at version 0.5.0. Thats why i prefer to lock my dependencies only downwards and run my testsuit to ensure upgraded packages dont break anything ;)

grafik