Skip to content

Commit

Permalink
Fix v5 version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Oct 29, 2020
1 parent ecaadc5 commit e55b620
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
],
"require": {
"php": ">=7.1",
"altis/core": "5.0.0",
"altis/cms": "5.0.0",
"altis/cloud": "5.0.0",
"altis/enhanced-search": "5.0.0",
"altis/documentation": "5.0.0",
"altis/media": "5.0.0",
"altis/seo": "5.0.0",
"altis/sso": "5.0.0",
"altis/security": "5.0.0",
"altis/multilingual": "5.0.0",
"altis/workflow": "5.0.0",
"altis/dev-tools": "5.0.0",
"altis/analytics": "5.0.0"
"altis/core": "^5.0.0",
"altis/cms": "^5.0.0",
"altis/cloud": "^5.0.0",
"altis/enhanced-search": "^5.0.0",
"altis/documentation": "^5.0.0",
"altis/media": "^5.0.0",
"altis/seo": "^5.0.0",
"altis/sso": "^5.0.0",
"altis/security": "^5.0.0",
"altis/multilingual": "^5.0.0",
"altis/workflow": "^5.0.0",
"altis/dev-tools": "^5.0.0",
"altis/analytics": "^5.0.0"
}
}

0 comments on commit e55b620

Please sign in to comment.