Merge branch 'release/3.1.1'
This commit is contained in:
commit
2bef4d551d
18 changed files with 1142 additions and 1229 deletions
|
@ -19,7 +19,6 @@ use Jawira\CaseConverter\Convert;
|
||||||
*/
|
*/
|
||||||
class Config
|
class Config
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* youtube-dl binary path.
|
* youtube-dl binary path.
|
||||||
*
|
*
|
||||||
|
|
|
@ -12,7 +12,6 @@ use Throwable;
|
||||||
*/
|
*/
|
||||||
class ErrorHandler
|
class ErrorHandler
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Last resort if the error has not been caught by the Slim error handler for some reason.
|
* Last resort if the error has not been caught by the Slim error handler for some reason.
|
||||||
* @param Throwable $e
|
* @param Throwable $e
|
||||||
|
|
|
@ -10,5 +10,4 @@ use Exception;
|
||||||
*/
|
*/
|
||||||
class ConfigException extends Exception
|
class ConfigException extends Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,5 +10,4 @@ use Exception;
|
||||||
*/
|
*/
|
||||||
class DependencyException extends Exception
|
class DependencyException extends Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,6 @@ use Symfony\Component\ErrorHandler\Debug;
|
||||||
*/
|
*/
|
||||||
class ConfigFactory
|
class ConfigFactory
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Container $container
|
* @param Container $container
|
||||||
* @return Config
|
* @return Config
|
||||||
|
|
|
@ -18,7 +18,6 @@ use Slim\Container;
|
||||||
*/
|
*/
|
||||||
class DebugBarFactory
|
class DebugBarFactory
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Container $container
|
* @param Container $container
|
||||||
* @return DebugBar
|
* @return DebugBar
|
||||||
|
|
|
@ -13,7 +13,6 @@ use Slim\Container;
|
||||||
*/
|
*/
|
||||||
class LocaleManagerFactory
|
class LocaleManagerFactory
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Container $container
|
* @param Container $container
|
||||||
* @return LocaleManager
|
* @return LocaleManager
|
||||||
|
|
|
@ -15,7 +15,6 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||||
*/
|
*/
|
||||||
class LoggerFactory
|
class LoggerFactory
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Container $container
|
* @param Container $container
|
||||||
* @return LoggerManager
|
* @return LoggerManager
|
||||||
|
|
|
@ -15,7 +15,6 @@ use Slim\Container;
|
||||||
*/
|
*/
|
||||||
class SessionFactory
|
class SessionFactory
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the current session.
|
* Get the current session.
|
||||||
*
|
*
|
||||||
|
|
|
@ -20,7 +20,6 @@ use SmartyException;
|
||||||
*/
|
*/
|
||||||
class ViewFactory
|
class ViewFactory
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Uri $uri
|
* @param Uri $uri
|
||||||
* @return Uri
|
* @return Uri
|
||||||
|
|
|
@ -17,7 +17,6 @@ use Symfony\Component\Translation\Loader\PoFileLoader;
|
||||||
*/
|
*/
|
||||||
class LocaleManager
|
class LocaleManager
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Path to locales.
|
* Path to locales.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -15,7 +15,6 @@ use Slim\Http\Response;
|
||||||
*/
|
*/
|
||||||
class CspMiddleware
|
class CspMiddleware
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var Config
|
* @var Config
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,7 +12,6 @@ use Slim\Http\Response;
|
||||||
*/
|
*/
|
||||||
class LinkHeaderMiddleware
|
class LinkHeaderMiddleware
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Request $request
|
* @param Request $request
|
||||||
* @param Response $response
|
* @param Response $response
|
||||||
|
|
|
@ -14,7 +14,6 @@ use Robo\Tasks;
|
||||||
*/
|
*/
|
||||||
class ReleaseCommand extends Tasks
|
class ReleaseCommand extends Tasks
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create release archive
|
* Create release archive
|
||||||
* @return void
|
* @return void
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"zonuexe/http-accept-language": "^0.4.1"
|
"zonuexe/http-accept-language": "^0.4.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"consolidation/robo": "^2.1",
|
"consolidation/robo": "^3.0",
|
||||||
"enlightn/security-checker": "^1.4",
|
"enlightn/security-checker": "^1.4",
|
||||||
"ergebnis/composer-normalize": "^2.20",
|
"ergebnis/composer-normalize": "^2.20",
|
||||||
"insite/composer-dangling-locked-deps": "^0.2.1",
|
"insite/composer-dangling-locked-deps": "^0.2.1",
|
||||||
|
@ -88,6 +88,7 @@
|
||||||
"ergebnis/composer-normalize": true,
|
"ergebnis/composer-normalize": true,
|
||||||
"insite/composer-dangling-locked-deps": true,
|
"insite/composer-dangling-locked-deps": true,
|
||||||
"oomphinc/composer-installers-extender": true,
|
"oomphinc/composer-installers-extender": true,
|
||||||
|
"php-http/discovery": true,
|
||||||
"phpro/grumphp": true
|
"phpro/grumphp": true
|
||||||
},
|
},
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|
2352
composer.lock
generated
2352
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -14,7 +14,6 @@ use Alltube\Exception\ConfigException;
|
||||||
*/
|
*/
|
||||||
class ConfigTest extends BaseTest
|
class ConfigTest extends BaseTest
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test the getInstance function.
|
* Test the getInstance function.
|
||||||
*
|
*
|
||||||
|
|
|
@ -17,7 +17,6 @@ use SmartyException;
|
||||||
*/
|
*/
|
||||||
class ConvertedPlaylistArchiveStreamTest extends StreamTest
|
class ConvertedPlaylistArchiveStreamTest extends StreamTest
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prepare tests.
|
* Prepare tests.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue