Add patch for email validation
{ | ||
"name": "t3o/typo3.org", | ||
"description": "Website for TYPO3.org", | ||
"authors": [ | ||
{ | ||
"name": "t3o team", | ||
"email": "maintenance@typo3.org" | ||
} | ||
], | ||
"support": { | ||
"email": "maintenance@typo3.org", | ||
"issues": "https://git-t3o.typo3.org/t3o/typo3.org/issues" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "path", | ||
"url": "extensions/*" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/TYPO3GmbH/ext-hubspot-forms.git" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://gitlab.typo3.org/api/v4/group/560/-/packages/composer/" | ||
} | ||
], | ||
"require": { | ||
"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", | ||
"doctrine/dbal": "~2.10.3", | ||
"georgringer/news": "^8.0", | ||
"gordalina/cachetool": "^4.0", | ||
"reelworx/rx-shariff": "^13.0", | ||
"spooner/deployer-information": "^1.1", | ||
"t3g/hubspot-forms": "^1.1", | ||
"t3o/randombanners": "^2.0", | ||
"t3o/t3o_donation": "@dev", | ||
"t3o/t3o_membership": "^3.0", | ||
"t3o/t3o_planet": "@dev", | ||
"t3o/t3olayout": "^5.0", | ||
"t3o/t3org_layout": "@dev", | ||
"t3o/typo3-roadmap": "@dev", | ||
"typo3/cms-adminpanel": "^10.4", | ||
"typo3/cms-dashboard": "^10.4", | ||
"typo3/cms-linkvalidator": "^10.4", | ||
"typo3/cms-redirects": "^10.4", | ||
"typo3/cms-seo": "^10.4", | ||
"typo3/cms-sys-note": "^10.4", | ||
"typo3/cms-workspaces": "^10.4", | ||
"yoast-seo-for-typo3/yoast_seo": "^7.0" | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "7.4.4" | ||
} | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"root-dir": "private", | ||
"web-dir": "public", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms" | ||
}, | ||
"enable-patching": true | ||
}, | ||
"require-dev": { | ||
"ichhabrecht/filefill": "^3.2" | ||
} | ||
"name": "t3o/typo3.org", | ||
"description": "Website for TYPO3.org", | ||
"authors": [ | ||
{ | ||
"name": "t3o team", | ||
"email": "maintenance@typo3.org" | ||
} | ||
], | ||
"support": { | ||
"email": "maintenance@typo3.org", | ||
"issues": "https://git-t3o.typo3.org/t3o/typo3.org/issues" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "path", | ||
"url": "extensions/*" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/TYPO3GmbH/ext-hubspot-forms.git" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://gitlab.typo3.org/api/v4/group/560/-/packages/composer/" | ||
} | ||
], | ||
"require": { | ||
"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", | ||
"doctrine/dbal": "~2.10.3", | ||
"georgringer/news": "^8.0", | ||
"gordalina/cachetool": "^4.0", | ||
"reelworx/rx-shariff": "^13.0", | ||
"spooner/deployer-information": "^1.1", | ||
"t3g/hubspot-forms": "^1.1", | ||
"t3o/randombanners": "^2.0", | ||
"t3o/t3o_donation": "@dev", | ||
"t3o/t3o_membership": "^3.0", | ||
"t3o/t3o_planet": "@dev", | ||
"t3o/t3olayout": "^5.0", | ||
"t3o/t3org_layout": "@dev", | ||
"t3o/typo3-roadmap": "@dev", | ||
"typo3/cms-adminpanel": "^10.4", | ||
"typo3/cms-dashboard": "^10.4", | ||
"typo3/cms-linkvalidator": "^10.4", | ||
"typo3/cms-redirects": "^10.4", | ||
"typo3/cms-seo": "^10.4", | ||
"typo3/cms-sys-note": "^10.4", | ||
"typo3/cms-workspaces": "^10.4", | ||
"yoast-seo-for-typo3/yoast_seo": "^7.0" | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "7.4.4" | ||
} | ||
}, | ||
"extra": { | ||
"patches": { | ||
"typo3/cms-core": { | ||
"Add basic check for email before validation": "patches/email-validation.diff" | ||
} | ||
}, | ||
"typo3/cms": { | ||
"root-dir": "private", | ||
"web-dir": "public", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms" | ||
}, | ||
"enable-patching": true | ||
}, | ||
"require-dev": { | ||
"ichhabrecht/filefill": "^3.2" | ||
} | ||
} |
Please register or sign in to comment