2020-05-27 18:46:16 +02:00
|
|
|
{
|
2020-06-10 15:00:12 +00:00
|
|
|
"name": "podlibre/castopod",
|
2020-11-24 16:50:21 +00:00
|
|
|
"version": "1.0.0-alpha20",
|
2020-06-10 15:00:12 +00:00
|
|
|
"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": ">=7.2",
|
2020-06-12 20:41:09 +00:00
|
|
|
"james-heinrich/getid3": "~2.0.0-dev",
|
|
|
|
"whichbrowser/parser": "^2.0",
|
2020-07-10 12:20:25 +00:00
|
|
|
"geoip2/geoip2": "~2.0",
|
2020-07-31 16:05:10 +00:00
|
|
|
"myth/auth": "dev-develop",
|
2020-08-04 11:25:22 +00:00
|
|
|
"codeigniter4/codeigniter4": "dev-develop",
|
2020-08-12 20:03:45 +00:00
|
|
|
"league/commonmark": "^1.5",
|
2020-10-02 15:38:16 +00:00
|
|
|
"vlucas/phpdotenv": "^5.2",
|
2020-10-06 15:39:27 +00:00
|
|
|
"league/html-to-markdown": "^4.10",
|
2020-10-21 16:04:18 +00:00
|
|
|
"opawg/user-agents-php": "*",
|
2020-10-06 15:39:27 +00:00
|
|
|
"podlibre/ipcat": "*"
|
2020-06-10 15:00:12 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"mikey179/vfsstream": "1.6.*",
|
2020-08-04 11:25:22 +00:00
|
|
|
"phpunit/phpunit": "8.5.*",
|
|
|
|
"squizlabs/php_codesniffer": "3.*"
|
2020-06-10 15:00:12 +00:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Tests\\Support\\": "tests/_support"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "phpunit",
|
2020-10-06 15:39:27 +00:00
|
|
|
"post-install-cmd": [
|
2020-10-21 16:04:18 +00:00
|
|
|
"@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",
|
2020-10-06 15:39:27 +00:00
|
|
|
"@php vendor/podlibre/ipcat/IpDbGenerate.php > vendor/podlibre/ipcat/IpDb.php"
|
|
|
|
],
|
2020-06-10 15:00:12 +00:00
|
|
|
"post-update-cmd": [
|
2020-10-06 15:39:27 +00:00
|
|
|
"@composer dump-autoload",
|
2020-10-21 16:04:18 +00:00
|
|
|
"@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",
|
2020-10-06 15:39:27 +00:00
|
|
|
"@php vendor/podlibre/ipcat/IpDbGenerate.php > vendor/podlibre/ipcat/IpDb.php"
|
2020-06-10 15:00:12 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"support": {
|
|
|
|
"forum": "http://forum.codeigniter.com/",
|
|
|
|
"source": "https://github.com/codeigniter4/CodeIgniter4",
|
|
|
|
"slack": "https://codeigniterchat.slack.com"
|
2020-07-31 16:05:10 +00:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/codeigniter4/codeigniter4"
|
|
|
|
}
|
|
|
|
]
|
2020-05-27 18:46:16 +02:00
|
|
|
}
|