Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Jun 28, 2019
1 parent f69485b commit 31bdf3d
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 864 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mauricerenck/podcaster",
"version": "1.1.1",
"version": "1.1.2",
"description": "A podcast plugin for Kirby 3",
"type": "kirby-plugin",
"license": "MIT",
Expand All @@ -23,7 +23,6 @@
},
"require": {
"getkirby/composer-installer": "^1.1",
"wapmorgan/mp3info": "^0.0.3",
"james-heinrich/getid3": "^1.9"
},
"require-dev": {
Expand Down
74 changes: 18 additions & 56 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcaster",
"version": "1.1.1",
"version": "1.1.2",
"description": "Theme",
"main": "index.js",
"author": "Maurice Renck",
Expand Down
1 change: 0 additions & 1 deletion vendor/bin/mp3scan

This file was deleted.

1 change: 0 additions & 1 deletion vendor/composer/autoload_namespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
$baseDir = dirname($vendorDir);

return array(
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
);
2 changes: 1 addition & 1 deletion vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
$baseDir = dirname($vendorDir);

return array(
'wapmorgan\\Mp3Info\\' => array($vendorDir . '/wapmorgan/mp3info/src'),
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
'Kirby\\' => array($vendorDir . '/getkirby/composer-installer/src'),
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
Expand Down
27 changes: 8 additions & 19 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ class ComposerStaticInitf9e064d36fc9d27537c831b3675101ca
);

public static $prefixLengthsPsr4 = array (
'w' =>
array (
'wapmorgan\\Mp3Info\\' => 18,
),
'p' =>
array (
'phpDocumentor\\Reflection\\' => 25,
Expand All @@ -35,6 +31,10 @@ class ComposerStaticInitf9e064d36fc9d27537c831b3675101ca
array (
'Symfony\\Polyfill\\Ctype\\' => 23,
),
'P' =>
array (
'Prophecy\\' => 9,
),
'K' =>
array (
'Kirby\\' => 6,
Expand All @@ -47,10 +47,6 @@ class ComposerStaticInitf9e064d36fc9d27537c831b3675101ca
);

public static $prefixDirsPsr4 = array (
'wapmorgan\\Mp3Info\\' =>
array (
0 => __DIR__ . '/..' . '/wapmorgan/mp3info/src',
),
'phpDocumentor\\Reflection\\' =>
array (
0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src',
Expand All @@ -65,6 +61,10 @@ class ComposerStaticInitf9e064d36fc9d27537c831b3675101ca
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
),
'Prophecy\\' =>
array (
0 => __DIR__ . '/..' . '/phpspec/prophecy/src/Prophecy',
),
'Kirby\\' =>
array (
0 => __DIR__ . '/..' . '/getkirby/composer-installer/src',
Expand All @@ -79,16 +79,6 @@ class ComposerStaticInitf9e064d36fc9d27537c831b3675101ca
),
);

public static $prefixesPsr0 = array (
'P' =>
array (
'Prophecy\\' =>
array (
0 => __DIR__ . '/..' . '/phpspec/prophecy/src',
),
),
);

public static $classMap = array (
'AMFReader' => __DIR__ . '/..' . '/james-heinrich/getid3/getid3/module.audio-video.flv.php',
'AMFStream' => __DIR__ . '/..' . '/james-heinrich/getid3/getid3/module.audio-video.flv.php',
Expand Down Expand Up @@ -721,7 +711,6 @@ public static function getInitializer(ClassLoader $loader)
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitf9e064d36fc9d27537c831b3675101ca::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf9e064d36fc9d27537c831b3675101ca::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitf9e064d36fc9d27537c831b3675101ca::$prefixesPsr0;
$loader->classMap = ComposerStaticInitf9e064d36fc9d27537c831b3675101ca::$classMap;

}, null, ClassLoader::class);
Expand Down
94 changes: 0 additions & 94 deletions vendor/wapmorgan/mp3info/bin/mp3scan

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/wapmorgan/mp3info/data/bitRateTable.php

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/wapmorgan/mp3info/data/sampleRateTable.php

This file was deleted.

Loading

0 comments on commit 31bdf3d

Please sign in to comment.