mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Add noty package to composer
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+40
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user