mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00

# [1.0.0-beta.22](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-09-23) ### Bug Fixes * **fediverse:** set default castopod avatar url when actor avatar is not present ([460f52f](460f52f70e
)) * **import:** set default episode type if not set ([d7250ab](d7250ab03f
)) * **input-component:** unset required attribute to prevent rendering it when false ([db9ac13](db9ac13860
)) * **notifications:** notify actors after activities insert / update using model callback methods ([e08555a](e08555a4e9
)) * overwrite getActorById to return app's Actor entity ([f2bc2f7](f2bc2f7e01
)) * remove heavy image cover data from audio file metadata ([f74403b](f74403bd7a
)) * set storage limit as disk_total_space instead of free space ([7512e2e](7512e2ed1f
)) * **ui:** remove empty tooltip when hovering on sponsor button ([40aa661](40aa661289
)) * **users:** remove required roles input when editing user + prevent owner's roles from being edited ([1c8af75](1c8af7550b
)), closes [#239](https://code.castopod.org/adaures/castopod/issues/239) * **ux:** have podcast dashboard card link to podcast dashboard if only one podcast in instance ([7dabee5](7dabee58a1
))
83 lines
4.1 KiB
JSON
83 lines
4.1 KiB
JSON
{
|
|
"name": "podlibre/castopod-host",
|
|
"version": "1.0.0-beta22",
|
|
"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",
|
|
"codeigniter4/framework": "v4.2.6",
|
|
"james-heinrich/getid3": "^2.0.x-dev",
|
|
"whichbrowser/parser": "^v2.1.7",
|
|
"geoip2/geoip2": "v2.13.0",
|
|
"myth/auth": "dev-develop",
|
|
"league/commonmark": "^2.3.5",
|
|
"vlucas/phpdotenv": "^v5.4.1",
|
|
"league/html-to-markdown": "^v5.1.0",
|
|
"opawg/user-agents-php": "^v1.0",
|
|
"adaures/ipcat-php": "^v1.0.0",
|
|
"adaures/podcast-persons-taxonomy": "^v1.0.0",
|
|
"phpseclib/phpseclib": "~2.0.37",
|
|
"michalsn/codeigniter4-uuid": "dev-develop",
|
|
"essence/essence": "^3.5.4",
|
|
"codeigniter4/settings": "^v2.1.0",
|
|
"chrisjean/php-ico": "^1.0.4",
|
|
"melbahja/seo": "^v2.1.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^v1.6.11",
|
|
"phpunit/phpunit": "^9.5.24",
|
|
"captainhook/captainhook": "^5.10.11",
|
|
"symplify/easy-coding-standard": "^10.3.3",
|
|
"phpstan/phpstan": "^1.8.4",
|
|
"rector/rector": "^0.12.23",
|
|
"symplify/coding-standard": "^10.3.3"
|
|
},
|
|
"autoload": {
|
|
"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"
|
|
},
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|