Skip to content

Commit

Permalink
Correct the version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Aug 26, 2021
1 parent 149f21d commit 92f733a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
],
"require": {
"php": ">=7.4",
"altis/core": "8.0.0",
"altis/cms": "8.0.0",
"altis/cloud": "8.0.0",
"altis/enhanced-search": "8.0.0",
"altis/documentation": "8.0.0",
"altis/media": "8.0.0",
"altis/privacy": "8.0.0",
"altis/seo": "8.0.0",
"altis/sso": "8.0.0",
"altis/security": "8.0.0",
"altis/multilingual": "8.0.0",
"altis/workflow": "8.0.0",
"altis/dev-tools": "8.0.0",
"altis/analytics": "8.0.0"
"altis/core": "^8.0.0",
"altis/cms": "^8.0.0",
"altis/cloud": "^8.0.0",
"altis/enhanced-search": "^8.0.0",
"altis/documentation": "^8.0.0",
"altis/media": "^8.0.0",
"altis/privacy": "^8.0.0",
"altis/seo": "^8.0.0",
"altis/sso": "^8.0.0",
"altis/security": "^8.0.0",
"altis/multilingual": "^8.0.0",
"altis/workflow": "^8.0.0",
"altis/dev-tools": "^8.0.0",
"altis/analytics": "^8.0.0"
}
}

0 comments on commit 92f733a

Please sign in to comment.