Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Update composer.json #106

Open
wants to merge 11 commits into
base: 9.2.x
Choose a base branch
from
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"type": "project",
"license": "GPL-2.0+",
"require": {
"ymcatwincities/openy": "^9.2",
"ymcatwincities/openy": "dev-dev-9.x-2.x-af4",
"cweagans/composer-patches": "~1.0"
},
"require-dev": {
"ymcatwincities/openy-cibox-build": "dev-solr6",
"ymcatwincities/openy-cibox-build": "dev-ansible4",
"ymcatwincities/openy-cibox-vm": "dev-master",
"ymcatwincities/openy-docksal": "dev-master",
"consolidation/robo": "^1.1.5"
"consolidation/robo": "^1.1.5 || ^2",
"drush/drush": "^10.5.0 || ^11"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down