Files
oai-symfony/typo3conf/ext/news/composer.json
2026-07-03 17:53:31 +02:00

74 lines
1.9 KiB
JSON

{
"name": "georgringer/news",
"type": "typo3-cms-extension",
"description": "Versatile news system based on Extbase & Fluid and using the latest technologies provided by TYPO3 CMS.",
"keywords": [
"TYPO3",
"extension",
"article",
"news"
],
"homepage": "https://extensions.typo3.org/extension/news",
"support": {
"source": "https://github.com/georgringer/news",
"issues": "https://github.com/georgringer/news/issues",
"docs": "https://docs.typo3.org/p/georgringer/news/main/en-us/"
},
"authors": [
{
"name": "Georg Ringer",
"role": "Developer"
}
],
"license": [
"GPL-2.0-or-later"
],
"require": {
"typo3/cms-core": "^10.4 || ^11"
},
"conflict": {
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7"
},
"suggest": {
"reelworx/rx-shariff": "GDPR compliant social sharing",
"georgringer/numbered-pagination": "Improved pagination API"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"typo3/cms-install": "^10.4 || ^11"
},
"autoload": {
"psr-4": {
"GeorgRinger\\News\\": "Classes"
}
},
"autoload-dev": {
"psr-4": {
"GeorgRinger\\News\\Tests\\": "Tests"
}
},
"replace": {
"typo3-ter/news": "self.version"
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin",
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"scripts": {
"post-autoload-dump": [
"TYPO3\\TestingFramework\\Composer\\ExtensionTestEnvironment::prepare"
]
},
"extra": {
"typo3/cms": {
"extension-key": "news",
"app-dir": ".Build",
"web-dir": ".Build/public"
}
}
}