mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove require for getid3 from Nfo class, it is handled by composer autoload now
This commit is contained in:
+2
-6
@@ -73,9 +73,5 @@ coding_style:
|
||||
|
||||
filter:
|
||||
excluded_paths:
|
||||
- libs/smarty/*
|
||||
- libs/Net_NNTP/*
|
||||
- libs/rarinfo/*
|
||||
- libs/PHPMailer/*
|
||||
- libs/getid3/*
|
||||
- libs/forkdaemon-php/*
|
||||
- libs/PEAR/Net_NNTP/*
|
||||
- libs/zeebinz/rarinfo/*
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
2016-03-08 DariusIII
|
||||
* Fix: Remove require for getid3 from Nfo class, it is handled by composer autoload now
|
||||
* Upd: Update Readme.md with composer info.
|
||||
* Add: Add project composer.lock file to git, remove Git folder from libs.
|
||||
* Chg: Remove dependencies handled by composer
|
||||
|
||||
@@ -4,7 +4,6 @@ use newznab\db\Settings;
|
||||
use \newznab\processing\PostProcess;
|
||||
use newznab\utility\Utility;
|
||||
|
||||
require_once NN_LIBS . 'getid3/getid3/getid3.php';
|
||||
require_once NN_LIBS . 'rarinfo/par2info.php';
|
||||
require_once NN_LIBS . 'rarinfo/sfvinfo.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user