Skip to content

Commit

Permalink
composer.json: apply civicrm-core PR#22227 for Standalone support
Browse files Browse the repository at this point in the history
  • Loading branch information
mlutfy authored and bgm committed Dec 21, 2021
1 parent a01379e commit 0715828
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"require": {
"cweagans/composer-patches": "1.7",
"civicrm/civicrm-core": "5.44",
"civicrm/civicrm-packages": "5.44",
"civicrm/civicrm-asset-plugin": "~1.1",
"cweagans/composer-patches": "1.7"
"civicrm/civicrm-asset-plugin": "~1.1"
},
"config": {
"preferred-install": "source"
},
"extra": {
"compile-whitelist": ["civicrm/civicrm-core", "civicrm/composer-compile-lib"],
"enable-patching": "true",
"civicrm-asset": {
"path": "web/assets/civicrm",
"url": "/assets/civicrm"
},
"patches": {
"civicrm/civicrm-core": {
"PR#22227 CiviCRM Standalone support": "https://github.com/civicrm/civicrm-core/pull/22227.patch"
}
}
},
"minimum-stability": "dev"
Expand Down

0 comments on commit 0715828

Please sign in to comment.