Skip to content

Commit

Permalink
Release v11.0.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Apr 7, 2022
1 parent 30ab813 commit 5b29bd6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"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": [
{
"name": "Human Made",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"minimum-stability": "beta",
"extra": {
"installer-paths": {
"content/mu-plugins/{$name}/": [
Expand All @@ -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
}
}
}

0 comments on commit 5b29bd6

Please sign in to comment.