diff --git a/Changelog b/Changelog index fa79d0a19..61000492a 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2016-03-09 DariusIII + * Upd: Add noty package to composer * Fix: Fix typo in serverroot and fix getID3 error in Nfo class. 2016-03-08 DariusIII * Upd: Many changes related to composer diff --git a/composer.json b/composer.json index a9abd2788..db7e1fa31 100755 --- a/composer.json +++ b/composer.json @@ -39,6 +39,7 @@ "moinax/tvdb": "~1.0", "phpmailer/phpmailer": "~5.2", "exeu/apai-io": "~1.0", - "smarty/smarty": "~3.1" + "smarty/smarty": "~3.1", + "needim/noty": "v2.3.8" } } diff --git a/composer.lock b/composer.lock index 048837d09..7693d3970 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "1a3c5a32761ec995c50fae5b1593ca73", - "content-hash": "5010febeee39df8e4e330d1ff4315651", + "hash": "1bd5abd3e3763300dd61569bf1ee1429", + "content-hash": "a60a0a07b9db4cb5201490e08da7292b", "packages": [ { "name": "barracudanetworks/forkdaemon-php", @@ -334,6 +334,44 @@ ], "time": "2016-03-08 12:37:26" }, + { + "name": "needim/noty", + "version": "v2.3.8", + "source": { + "type": "git", + "url": "https://github.com/needim/noty.git", + "reference": "6fe2cf81c7b8ecdbdafaa875b82b78cf65e2f100" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/needim/noty/zipball/6fe2cf81c7b8ecdbdafaa875b82b78cf65e2f100", + "reference": "6fe2cf81c7b8ecdbdafaa875b82b78cf65e2f100", + "shasum": "" + }, + "suggest": { + "components/jquery": ">=1.8", + "twbs/bootstrap": "~3.0.0" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nedim Arabaci", + "homepage": "https://github.com/needim", + "role": "Developer" + } + ], + "description": "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.", + "homepage": "https://github.com/needim/noty", + "keywords": [ + "notification", + "noty" + ], + "time": "2016-01-11 13:30:39" + }, { "name": "phpmailer/phpmailer", "version": "v5.2.14",