Remove require for getid3 from Nfo class, it is handled by composer autoload now

This commit is contained in:
DariusIII
2016-03-08 10:04:50 +01:00
parent 6191aef0d5
commit 06334bc6c1
3 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -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
View File
@@ -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
-1
View File
@@ -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';