Skip to content

Commit

Permalink
v0.7.6 release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
modusinternet committed Jan 25, 2022
1 parent 9659356 commit 9094e71
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions composer.json
@@ -1,23 +1,18 @@
{
"name": "modusinternet/custodian-cms",
"description": "Multilingual Web CMS Software",
"type": "cms",
"license": "MIT",
"authors": [
{
"name": "Vincent Hallberg",
"email": "vince@modusinternet.com"
}
],
"require": {
"php": ">=7.0",
"modusinternet/Custodian-CMS": ">=0.7.4"
},

"minimum-stability": "dev",
"require-dev": {

}


"name": "modusinternet/custodian-cms",
"description": "Multilingual Web CMS Software",
"type": "cms",
"license": "MIT",
"authors": [
{
"name": "Vincent Hallberg",
"email": "vince@modusinternet.com"
}
],
"require": {
"php": ">=7.0",
"modusinternet/Custodian-CMS": ">=0.7.6"
},
"minimum-stability": "dev",
"require-dev": {}
}

0 comments on commit 9094e71

Please sign in to comment.