Skip to content

Commit

Permalink
Fix version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke authored Oct 6, 2021
1 parent 150924d commit 14f378c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "A base Altis project to get started with",
"type": "project",
"require": {
"altis/altis": "8.0.0"
"altis/altis": "^8.0.0"
},
"require-dev": {
"altis/local-chassis": "8.0.0",
"altis/local-server": "8.0.0"
"altis/local-chassis": "^8.0.0",
"altis/local-server": "^8.0.0"
},
"authors": [
{
Expand Down

0 comments on commit 14f378c

Please sign in to comment.