Skip to content

Commit

Permalink
Merge pull request #21 from YCloudYUSA/d10
Browse files Browse the repository at this point in the history
feat: Make Drupal 10 default
  • Loading branch information
podarok authored Nov 1, 2023
2 parents 1f7bad3 + 88228f0 commit 999c733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type":"project",
"license":"GPL-2.0+",
"require":{
"ycloudyusa/yusaopeny":"^10.2 || dev-10.2.x || ^10.3 || dev-main",
"ycloudyusa/yusaopeny":"^10.3 || dev-main || ^10.2 || dev-10.2.x",
"cweagans/composer-patches":"~1.0 || ^2"
},
"require-dev":{
"ymcatwincities/openy-cibox-build":"dev-ansible4",
"ymcatwincities/openy-cibox-vm":"dev-master",
"ymcatwincities/openy-docksal":"dev-master",
"consolidation/robo":"^1.1.5 || ^2 || ^3.0 || ^4",
"drush/drush":"^10 || ^11"
"consolidation/robo":"^4",
"drush/drush":"^12 || ^11 || ^10"
},
"minimum-stability":"dev",
"prefer-stable":true,
Expand Down

0 comments on commit 999c733

Please sign in to comment.