Merge branch 'main' into 363-donation-record-creation-fails-2
Showing
.editorconfig
0 → 100644
... | ... | @@ -48,12 +48,14 @@ |
} | ||
], | ||
"require": { | ||
"apache-solr-for-typo3/solr": "dev-master", | ||
"apache-solr-for-typo3/solr": "^11.0", | ||
"brotkrueml/typo3-matomo-widgets": "^0.1.0", | ||
"cweagans/composer-patches": "^1.6", | ||
"derhansen/sf_event_mgt": "^5.0", | ||
"georgringer/news": "^8.0", | ||
"gordalina/cachetool": "^4.0", | ||
"reelworx/rx-shariff": "^13.0", | ||
"spooner/deployer-information": "^1.1", | ||
"t3g/hubspot-forms": "^1.1", | ||
"t3o/certifications": "^3.0", | ||
"t3o/randombanners": "^2.0", | ||
... | ... | @@ -82,5 +84,8 @@ |
"cms-package-dir": "{$vendor-dir}/typo3/cms" | ||
}, | ||
"enable-patching": true | ||
}, | ||
"require-dev": { | ||
"ichhabrecht/filefill": "^3.2" | ||
} | ||
} |
This diff is collapsed.