mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-24 19:12:01 +00:00
fix(video-clips): set longer podcast and episode lengths for squared format
update CI4 to latest version
This commit is contained in:
parent
3c22c68ee8
commit
c0301134c2
@ -175,14 +175,14 @@ class MediaClipper extends BaseConfig
|
|||||||
'x' => 260,
|
'x' => 260,
|
||||||
'y' => 50,
|
'y' => 50,
|
||||||
'lines' => 1,
|
'lines' => 1,
|
||||||
'lineWidth' => 700,
|
'lineWidth' => 800,
|
||||||
],
|
],
|
||||||
'episodeTitle' => [
|
'episodeTitle' => [
|
||||||
'fontsize' => 36,
|
'fontsize' => 36,
|
||||||
'x' => 260,
|
'x' => 260,
|
||||||
'y' => 90,
|
'y' => 90,
|
||||||
'lines' => 2,
|
'lines' => 2,
|
||||||
'lineWidth' => 700,
|
'lineWidth' => 850,
|
||||||
'lineHeight' => 1.5,
|
'lineHeight' => 1.5,
|
||||||
],
|
],
|
||||||
'episodeNumbering' => [
|
'episodeNumbering' => [
|
||||||
|
18
composer.lock
generated
18
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "9efed48a02371916c3615af689e1cba2",
|
"content-hash": "1cd09e20009835bd1480554991ad2ff1",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
@ -106,12 +106,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/codeigniter4/CodeIgniter4.git",
|
"url": "https://github.com/codeigniter4/CodeIgniter4.git",
|
||||||
"reference": "8449d13724d460a4e5573f49027cd9f862449a29"
|
"reference": "367b80590e08e109e96d9cb06abe8bd8345cbfa8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/8449d13724d460a4e5573f49027cd9f862449a29",
|
"url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/367b80590e08e109e96d9cb06abe8bd8345cbfa8",
|
||||||
"reference": "8449d13724d460a4e5573f49027cd9f862449a29",
|
"reference": "367b80590e08e109e96d9cb06abe8bd8345cbfa8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -121,20 +121,20 @@
|
|||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"kint-php/kint": "^4.0",
|
"kint-php/kint": "^4.0",
|
||||||
"laminas/laminas-escaper": "^2.9",
|
"laminas/laminas-escaper": "^2.9",
|
||||||
"php": "^7.3 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"psr/log": "^1.1"
|
"psr/log": "^1.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"codeigniter/coding-standard": "^1.1",
|
"codeigniter/coding-standard": "^1.1",
|
||||||
"fakerphp/faker": "^1.9",
|
"fakerphp/faker": "^1.9",
|
||||||
"friendsofphp/php-cs-fixer": "^3.1",
|
"friendsofphp/php-cs-fixer": "3.4.*",
|
||||||
"mikey179/vfsstream": "^1.6",
|
"mikey179/vfsstream": "^1.6",
|
||||||
"nexusphp/cs-config": "^3.3",
|
"nexusphp/cs-config": "^3.3",
|
||||||
"nexusphp/tachycardia": "^1.0",
|
"nexusphp/tachycardia": "^1.0",
|
||||||
"phpstan/phpstan": "^1.0",
|
"phpstan/phpstan": "^1.0",
|
||||||
"phpunit/phpunit": "^9.1",
|
"phpunit/phpunit": "^9.1",
|
||||||
"predis/predis": "^1.1",
|
"predis/predis": "^1.1",
|
||||||
"rector/rector": "0.12.11"
|
"rector/rector": "0.12.15"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-fileinfo": "Improves mime type detection for files"
|
"ext-fileinfo": "Improves mime type detection for files"
|
||||||
@ -184,7 +184,7 @@
|
|||||||
"slack": "https://codeigniterchat.slack.com",
|
"slack": "https://codeigniterchat.slack.com",
|
||||||
"issues": "https://github.com/codeigniter4/CodeIgniter4/issues"
|
"issues": "https://github.com/codeigniter4/CodeIgniter4/issues"
|
||||||
},
|
},
|
||||||
"time": "2022-01-10T01:36:11+00:00"
|
"time": "2022-01-27T07:39:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "codeigniter4/settings",
|
"name": "codeigniter4/settings",
|
||||||
@ -7565,5 +7565,5 @@
|
|||||||
"php": "^8.0"
|
"php": "^8.0"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.1.0"
|
"plugin-api-version": "2.2.0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user