Skip to content

Commit

Permalink
Release 7.0.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Apr 1, 2021
1 parent b317702 commit 8abb85c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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": "7.0.0-beta1"
},
"require-dev": {
"altis/local-chassis": "dev-master",
"altis/local-server": "dev-master"
"altis/local-chassis": "7.0.0-beta1",
"altis/local-server": "7.0.0-beta1"
},
"authors": [
{
"name": "Human Made",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"minimum-stability": "beta",
"extra": {
"installer-paths": {
"content/mu-plugins/{$name}/": [
Expand Down

0 comments on commit 8abb85c

Please sign in to comment.