mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
97 lines
4.4 KiB
JSON
97 lines
4.4 KiB
JSON
{
|
|
"name": "podlibre/castopod-host",
|
|
"version": "1.0.0-beta8",
|
|
"type": "project",
|
|
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
|
"homepage": "https://castopod.org",
|
|
"license": "AGPL-3.0-or-later",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"james-heinrich/getid3": "^2.0.x-dev",
|
|
"whichbrowser/parser": "^v2.1.1",
|
|
"geoip2/geoip2": "^v2.11.0",
|
|
"myth/auth": "dev-develop",
|
|
"codeigniter4/codeigniter4": "dev-develop",
|
|
"league/commonmark": "^2.2",
|
|
"vlucas/phpdotenv": "^v5.3.0",
|
|
"league/html-to-markdown": "^v5.0.1",
|
|
"opawg/user-agents-php": "^v1.0",
|
|
"adaures/ipcat-php": "^1.0",
|
|
"adaures/podcast-persons-taxonomy": "^1.0",
|
|
"phpseclib/phpseclib": "~2.0.30",
|
|
"michalsn/codeigniter4-uuid": "dev-develop",
|
|
"essence/essence": "^3.5.4",
|
|
"codeigniter4/settings": "dev-develop",
|
|
"chrisjean/php-ico": "^1.0",
|
|
"melbahja/seo": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^v1.6.8",
|
|
"phpunit/phpunit": "^9.5.4",
|
|
"rector/rector": "^0.11.5",
|
|
"captainhook/captainhook": "^5.10.0",
|
|
"phpstan/phpstan": "^0.12.85",
|
|
"phpstan/extension-installer": "^1.1.0",
|
|
"rector/rector-phpstan-rules": "^0.2.9",
|
|
"symplify/phpstan-extensions": "^v9.3.12",
|
|
"symplify/easy-coding-standard": "^v9.3.12",
|
|
"symplify/coding-standard": "^v9.3.12"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app",
|
|
"Config\\": "app/Config"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"**/Database/Migrations/**"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\Support\\": "tests/_support"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit",
|
|
"analyse": "vendor/bin/phpstan analyse --ansi",
|
|
"rector": "vendor/bin/rector process --dry-run --ansi",
|
|
"rector:fix": "vendor/bin/rector process --ansi",
|
|
"style": "vendor/bin/ecs check --ansi",
|
|
"style:fix": "vendor/bin/ecs check --fix --ansi",
|
|
"post-install-cmd": [
|
|
"@php vendor/opawg/user-agents-php/src/UserAgentsGenerate.php > vendor/opawg/user-agents-php/src/UserAgents.php",
|
|
"@php vendor/opawg/user-agents-php/src/UserAgentsRSSGenerate.php > vendor/opawg/user-agents-php/src/UserAgentsRSS.php",
|
|
"@php vendor/adaures/ipcat-php/src/IpDbGenerate.php > vendor/adaures/ipcat-php/src/IpDb.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > modules/Admin/Language/en/PersonsTaxonomy.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-fr.json > modules/Admin/Language/fr/PersonsTaxonomy.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/ReversedTaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > vendor/adaures/podcast-persons-taxonomy/src/ReversedTaxonomy.php"
|
|
],
|
|
"post-update-cmd": [
|
|
"@composer dump-autoload",
|
|
"@php vendor/opawg/user-agents-php/src/UserAgentsGenerate.php > vendor/opawg/user-agents-php/src/UserAgents.php",
|
|
"@php vendor/opawg/user-agents-php/src/UserAgentsRSSGenerate.php > vendor/opawg/user-agents-php/src/UserAgentsRSS.php",
|
|
"@php vendor/adaures/ipcat-php/src/IpDbGenerate.php > vendor/adaures/ipcat-php/src/IpDb.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > modules/Admin/Language/en/PersonsTaxonomy.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-fr.json > modules/Admin/Language/fr/PersonsTaxonomy.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/ReversedTaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > vendor/adaures/podcast-persons-taxonomy/src/ReversedTaxonomy.php"
|
|
]
|
|
},
|
|
"support": {
|
|
"source": "https://code.castopod.org/adaures/castopod.git",
|
|
"discord": "https://castopod.org/discord"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/codeigniter4/codeigniter4"
|
|
}
|
|
],
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|