Skip to content

Commit

Permalink
Allow dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Sep 21, 2022
1 parent 495374c commit 7b89e9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"repositories": [],
"require": {
"php": "^7.4 || ^8",
"horde/util": "^3",
"horde/util": "^3 || dev-FRAMEWORK_6_0",
"psr/log": "^3"
},
"require-dev": {
"horde/test": "^3",
"horde/cache": "^3",
"horde/log": "^3"
"horde/test": "^3 || dev-FRAMEWORK_6_0",
"horde/cache": "^3 || dev-FRAMEWORK_6_0",
"horde/log": "^3 || dev-FRAMEWORK_6_0"
},
"suggest": {
"horde/cache": "^3"
"horde/cache": "^3 || dev-FRAMEWORK_6_0"
},
"autoload": {
"psr-0": {
Expand All @@ -54,4 +54,4 @@
"horde/horde-installer-plugin": true
}
}
}
}

0 comments on commit 7b89e9a

Please sign in to comment.