Skip to content

Commit

Permalink
[composer] Set dependencies for 7.0.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Mar 21, 2022
1 parent 8045bcd commit dbdf4b7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "^7.1",
"ext-curl": "*",
"ezsystems/ezpublish-kernel": "^7.5@dev",
"ezsystems/ezpublish-kernel": "^7.5",
"fzaninotto/faker": "^1.8",
"kriswallsmith/buzz": "^0.17.2",
"nyholm/psr7": "^1.1",
Expand All @@ -24,7 +24,9 @@
"mikey179/vfsstream": "^1.6"
},
"autoload": {
"psr-0": {"EzSystems\\BehatBundle": ""}
"psr-0": {
"EzSystems\\BehatBundle": ""
}
},
"target-dir": "EzSystems/BehatBundle",
"scripts": {
Expand All @@ -39,6 +41,8 @@
"dev-tmp_ci_branch": "7.0.x-dev"
}
},

"bin": ["bin/ezbehat", "bin/ezreport"]
}
"bin": [
"bin/ezbehat",
"bin/ezreport"
]
}

0 comments on commit dbdf4b7

Please sign in to comment.