Skip to content

Commit

Permalink
Update to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Feb 2, 2021
1 parent 091dc44 commit 2785ee4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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": "6.0.0-rc2"
"altis/altis": "^6.0.0"
},
"require-dev": {
"altis/local-chassis": "6.0.0-rc2",
"altis/local-server": "6.0.0-rc2"
"altis/local-chassis": "^6.0.0",
"altis/local-server": "^6.0.0"
},
"authors": [
{
"name": "Human Made",
"email": "[email protected]"
}
],
"minimum-stability": "RC",
"extra": {
"installer-paths": {
"content/mu-plugins/{$name}/": [
Expand All @@ -31,7 +30,7 @@
},
"config": {
"platform": {
"php": "7.2.5",
"php": "7.2.34",
"ext-mbstring": "7.2.30"
}
}
Expand Down

0 comments on commit 2785ee4

Please sign in to comment.