diff --git a/composer.json b/composer.json index 38598e1..66be0f5 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,10 @@ "lint-fix": "vendor/bin/phpcbf --standard=phpcs.xml --basepath=. ./lib/ ./models/" }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "composer/installers": true + } }, "require": { "php": ">=7.4|^8.0", @@ -48,4 +51,3 @@ "devgeniem/acf-codifier": "*" } } -