{ "name": "hackeamos-org/wp-project", "type": "project", "require": { "php": ">=8.1", "hackeamos.org/hms-theme": "^1.0" }, "repositories": [ { "type": "composer", "url": "https://wpackagist.org" }, { "type": "composer", "url": "https://git.hackeamos.org/api/packages/Hackeamos.Org/composer" } ], "extra": { "wordpress-install-dir": "app", "installer-paths": { "app/plugins/{$name}/": [ "type:wordpress-plugin", "type:wpackagist-plugin" ], "app/themes/{$name}/": [ "type:wordpress-theme", "type:wpackagist-theme" ] } }, "config": { "allow-plugins": { "composer/installers": true } } }