Skip to content

Commit

Permalink
feat: kirby 3.6 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Oct 30, 2021
1 parent 3ba1981 commit 58a154d
Show file tree
Hide file tree
Showing 71 changed files with 3,535 additions and 1,213 deletions.
70 changes: 36 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,39 @@
{
"name": "mauricerenck/podcaster",
"version": "2.0.7",
"description": "A Kirby Podcast Plugin",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
{
"name": "Maurice Renck",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"mauricerenck\\Podcaster\\": "utils"
"name": "mauricerenck/podcaster",
"version": "2.1.0",
"description": "A Kirby Podcast Plugin",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
{
"name": "Maurice Renck",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"mauricerenck\\Podcaster\\": "utils"
},
"classmap": [
"utils"
]
},
"classmap": [
"utils"
]
},
"require": {
"getkirby/composer-installer": "^1.1",
"james-heinrich/getid3": "^1.9",
"matomo/matomo-php-tracker": "^2.0"
},
"require-dev": {
"getkirby/cms": "^3.5",
"phpunit/phpunit": "^9.4"
},
"config": {
"optimize-autoloader": true
},
"scripts": {
"build-test-package": "git archive HEAD -o podcaster.zip --worktree-attributes",
"build-composer": "composer install --no-dev --optimize-autoloader"
}
"require": {
"getkirby/composer-installer": "^1.1",
"james-heinrich/getid3": "^1.9",
"matomo/matomo-php-tracker": "^2.0",
"php": ">=7.3.0 <8.1.0"
},
"require-dev": {
"getkirby/cms": "^3.5",
"phpunit/phpunit": "^9.4"
},
"config": {
"optimize-autoloader": true
},
"scripts": {
"build-test-package": "git archive HEAD -o podcaster.zip --worktree-attributes",
"build-composer": "composer install --no-dev --optimize-autoloader"
},
"minimum-stability": "stable"
}
Loading

0 comments on commit 58a154d

Please sign in to comment.