diff --git a/composer.json b/composer.json index 122fdb1..f4e356e 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "description": "A base Altis project to get started with", "type": "project", "require": { - "altis/altis": "dev-master" + "altis/altis": "^11.0.0" }, "require-dev": { - "altis/local-chassis": "dev-master", - "altis/local-server": "dev-master" + "altis/local-chassis": "^11.0.0", + "altis/local-server": "^11.0.0" }, "authors": [ { @@ -15,7 +15,7 @@ "email": "hello@humanmade.com" } ], - "minimum-stability": "dev", + "minimum-stability": "beta", "extra": { "installer-paths": { "content/mu-plugins/{$name}/": [ @@ -37,11 +37,7 @@ "allow-plugins": { "composer/installers": true, "johnpbloch/wordpress-core-installer": true, - "altis/cms-installer": true, - "altis/dev-tools-command": true, - "altis/core": true, - "altis/local-chassis": true, - "altis/local-server": true + "altis/*": true } } }