Skip to content

Commit

Permalink
Update to 7.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed May 4, 2021
1 parent 74cc841 commit a5b6002
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@
"description": "A base Altis project to get started with",
"type": "project",
"require": {
"altis/altis": "7.0.0-rc1"
"altis/altis": "^7.0.0"
},
"require-dev": {
"altis/local-chassis": "7.0.0-rc1",
"altis/local-server": "7.0.0-rc1"
"altis/local-chassis": "^7.0.0",
"altis/local-server": "^7.0.0"
},
"authors": [
{
"name": "Human Made",
"email": "[email protected]"
}
],
"minimum-stability": "beta",
"extra": {
"installer-paths": {
"content/mu-plugins/{$name}/": [
Expand Down

0 comments on commit a5b6002

Please sign in to comment.