1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Merge pull request #1459 from Phyks/develop

Update composer dependencies
This commit is contained in:
Afterster 2017-02-06 20:13:56 +01:00 committed by GitHub
commit cd761ccc3b
2 changed files with 213 additions and 157 deletions

View file

@ -25,7 +25,7 @@
"ext-mbstring": "1.0", "ext-mbstring": "1.0",
"ext-xmlwriter": "1.0", "ext-xmlwriter": "1.0",
"ext-xmlreader": "1.0", "ext-xmlreader": "1.0",
"lib-libxml": "2.6.20" "lib-libxml": "2.7.0"
} }
}, },
"require": { "require": {
@ -33,24 +33,24 @@
"symfony/process": "~2.1", "symfony/process": "~2.1",
"wikimedia/composer-merge-plugin": "1.*", "wikimedia/composer-merge-plugin": "1.*",
"doctrine/cache": "1.5.4", "doctrine/cache": "1.*.*",
"gettext/gettext": "3.5.*", "gettext/gettext": "4.*.*",
"james-heinrich/getid3": "dev-master", "james-heinrich/getid3": "dev-master",
"mikealmond/musicbrainz": "dev-master", "mikealmond/musicbrainz": "dev-master",
"phpmailer/phpmailer": "5.2.*", "phpmailer/phpmailer": "5.2.*",
"rmccue/requests": "1.6.*", "rmccue/requests": "1.7.*",
"react/react": "0.4.*", "react/react": "0.4.*",
"cboden/ratchet": "0.3.*", "cboden/ratchet": "0.3.*",
"symfony/event-dispatcher": "2.7.*", "symfony/event-dispatcher": "2.7.*",
"symfony/routing": "2.7.*", "symfony/routing": "2.7.*",
"symfony/http-foundation": "2.7.*", "symfony/http-foundation": "2.7.*",
"szymach/c-pchart": "1.*", "szymach/c-pchart": "2.*",
"evenement/evenement": "2.*", "evenement/evenement": "2.*",
"happyworm/jplayer": "2.*", "happyworm/jplayer": "2.*",
"needim/noty": "2.3.*", "needim/noty": "2.3.*",
"openid/php-openid": "2.*", "openid/php-openid": "2.*",
"sabre/dav": "3.0.5", "sabre/dav": "3.*.*",
"maennchen/zipstream-php": "0.*", "maennchen/zipstream-php": "0.4.*",
"Afterster/php-echonest-api": "dev-master", "Afterster/php-echonest-api": "dev-master",
@ -63,7 +63,7 @@
"jeromeetienne/jquery-qrcode": "dev-master", "jeromeetienne/jquery-qrcode": "dev-master",
"carhartl/jquery-cookie": "1.*", "carhartl/jquery-cookie": "1.*",
"xdan/datetimepicker": "2.*", "xdan/datetimepicker": "2.*",
"blueimp/jQuery-File-Upload": "9.*", "blueimp/jQuery-File-Upload": "9.14.*",
"aterrien/jQuery-Knob": "1.2.*", "aterrien/jQuery-Knob": "1.2.*",
"pklauzinski/jscroll": "2.*", "pklauzinski/jscroll": "2.*",
"kumailht/responsive-elements": "dev-master", "kumailht/responsive-elements": "dev-master",

354
composer.lock generated
View file

@ -4,8 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "ce9dce52d5d9bffb7b417d0a2e63a6dc", "content-hash": "9fc1ca1f4d68e7e5b1773938171a15cf",
"content-hash": "2244cb24151474f372fedc5c54823bc2",
"packages": [ "packages": [
{ {
"name": "Afterster/php-echonest-api", "name": "Afterster/php-echonest-api",
@ -78,7 +77,7 @@
"api", "api",
"library" "library"
], ],
"time": "2016-01-21 20:36:19" "time": "2016-01-21T20:36:19+00:00"
}, },
{ {
"name": "aterrien/jQuery-Knob", "name": "aterrien/jQuery-Knob",
@ -101,25 +100,54 @@
} }
}, },
{ {
"name": "blueimp/jQuery-File-Upload", "name": "blueimp/jquery-file-upload",
"version": "9.11.2", "version": "v9.14.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/blueimp/jQuery-File-Upload.git", "url": "https://github.com/vkhramtsov/jQuery-File-Upload.git",
"reference": "9.11.2" "reference": "f5b2f44dcd92e33b7fb6c3e630fddf2b990fbfce"
}, },
"require": { "dist": {
"robloach/component-installer": "*" "type": "zip",
"url": "https://api.github.com/repos/vkhramtsov/jQuery-File-Upload/zipball/f5b2f44dcd92e33b7fb6c3e630fddf2b990fbfce",
"reference": "f5b2f44dcd92e33b7fb6c3e630fddf2b990fbfce",
"shasum": ""
}, },
"type": "component", "type": "library",
"extra": { "notification-url": "https://packagist.org/downloads/",
"component": { "license": [
"scripts": [ "MIT"
"js/jquery.fileupload.js", ],
"js/jquery.iframe-transport.js" "authors": [
] {
"name": "Sebastian Tschan",
"homepage": "https://blueimp.net"
} }
} ],
"description": "File Upload widget for jQuery.",
"homepage": "https://github.com/blueimp/jQuery-File-Upload",
"keywords": [
"bootstrap",
"chunk",
"cross-domain",
"cross-site",
"drag",
"drop",
"file",
"gae",
"go",
"jquery",
"multiple",
"php",
"preview",
"progress",
"python",
"resume",
"selection",
"upload",
"widget"
],
"time": "2016-12-21T05:40:37+00:00"
}, },
{ {
"name": "carhartl/jquery-cookie", "name": "carhartl/jquery-cookie",
@ -143,16 +171,16 @@
}, },
{ {
"name": "cboden/ratchet", "name": "cboden/ratchet",
"version": "v0.3.4", "version": "v0.3.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ratchetphp/Ratchet.git", "url": "https://github.com/ratchetphp/Ratchet.git",
"reference": "a177819dd0e6eb1d7e4192aeafadfa43a84867f1" "reference": "b5ccecad9390db85d2c8df7cbeb047292fbbf4b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/a177819dd0e6eb1d7e4192aeafadfa43a84867f1", "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/b5ccecad9390db85d2c8df7cbeb047292fbbf4b8",
"reference": "a177819dd0e6eb1d7e4192aeafadfa43a84867f1", "reference": "b5ccecad9390db85d2c8df7cbeb047292fbbf4b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -187,24 +215,24 @@
"server", "server",
"sockets" "sockets"
], ],
"time": "2015-12-23 15:06:48" "time": "2016-05-25T12:55:03+00:00"
}, },
{ {
"name": "components/bootstrap", "name": "components/bootstrap",
"version": "3.3.6", "version": "3.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/components/bootstrap.git", "url": "https://github.com/components/bootstrap.git",
"reference": "fb4923919c620b8b2aa8a11eda16b49b0a9e8a27" "reference": "fe6e7683be66ba45a725816efdb51d4566733043"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/components/bootstrap/zipball/fb4923919c620b8b2aa8a11eda16b49b0a9e8a27", "url": "https://api.github.com/repos/components/bootstrap/zipball/fe6e7683be66ba45a725816efdb51d4566733043",
"reference": "fb4923919c620b8b2aa8a11eda16b49b0a9e8a27", "reference": "fe6e7683be66ba45a725816efdb51d4566733043",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"components/jquery": "1.9.1 - 2" "components/jquery": "1.9.1 - 3"
}, },
"suggest": { "suggest": {
"components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets" "components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets"
@ -255,7 +283,7 @@
"responsive", "responsive",
"web" "web"
], ],
"time": "2015-11-24 20:19:41" "time": "2016-07-26T05:59:20+00:00"
}, },
{ {
"name": "components/jquery", "name": "components/jquery",
@ -300,20 +328,20 @@
], ],
"description": "jQuery JavaScript Library", "description": "jQuery JavaScript Library",
"homepage": "http://jquery.com", "homepage": "http://jquery.com",
"time": "2013-07-12 08:48:34" "time": "2013-07-12T08:48:34+00:00"
}, },
{ {
"name": "components/jqueryui", "name": "components/jqueryui",
"version": "1.11.4", "version": "1.12.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/components/jqueryui.git", "url": "https://github.com/components/jqueryui.git",
"reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1" "reference": "44ecf3794cc56b65954cc19737234a3119d036cc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/components/jqueryui/zipball/c34f8dbf3ba57b3784b93f26119f436c0e8288e1", "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc",
"reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1", "reference": "44ecf3794cc56b65954cc19737234a3119d036cc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -385,37 +413,37 @@
} }
], ],
"description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.", "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
"time": "2015-03-13 14:48:12" "time": "2016-09-16T05:47:55+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.5.4", "version": "v1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136" "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136", "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
"reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136", "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "~5.5|~7.0"
}, },
"conflict": { "conflict": {
"doctrine/common": ">2.2,<2.4" "doctrine/common": ">2.2,<2.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=3.7", "phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0", "predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6" "satooshi/php-coveralls": "~0.6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.5.x-dev" "dev-master": "1.6.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -455,7 +483,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2015-12-19 05:03:47" "time": "2016-10-29T11:16:17+00:00"
}, },
{ {
"name": "dropbox/dropbox-sdk", "name": "dropbox/dropbox-sdk",
@ -494,7 +522,7 @@
"keywords": [ "keywords": [
"dropbox" "dropbox"
], ],
"time": "2015-06-29 21:47:57" "time": "2015-06-29T21:47:57+00:00"
}, },
{ {
"name": "evenement/evenement", "name": "evenement/evenement",
@ -540,33 +568,35 @@
"event-dispatcher", "event-dispatcher",
"event-emitter" "event-emitter"
], ],
"time": "2012-11-02 14:49:47" "time": "2012-11-02T14:49:47+00:00"
}, },
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
"version": "v3.5.9", "version": "v4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/oscarotero/Gettext.git", "url": "https://github.com/oscarotero/Gettext.git",
"reference": "5b1d69f5889513f7ed65060ad2a662ec3b0875c7" "reference": "68278bd45cec38d07f94e601739a05fa250be0c3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/oscarotero/Gettext/zipball/5b1d69f5889513f7ed65060ad2a662ec3b0875c7", "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/68278bd45cec38d07f94e601739a05fa250be0c3",
"reference": "5b1d69f5889513f7ed65060ad2a662ec3b0875c7", "reference": "68278bd45cec38d07f94e601739a05fa250be0c3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"gettext/languages": "2.*", "gettext/languages": "2.*",
"php": ">=5.3.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"illuminate/view": "*", "illuminate/view": "*",
"symfony/yaml": "~2",
"twig/extensions": "*", "twig/extensions": "*",
"twig/twig": "*" "twig/twig": "*"
}, },
"suggest": { "suggest": {
"illuminate/view": "Is necessary if you want to use the Blade extractor", "illuminate/view": "Is necessary if you want to use the Blade extractor",
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
"twig/extensions": "Is necessary if you want to use the Twig extractor", "twig/extensions": "Is necessary if you want to use the Twig extractor",
"twig/twig": "Is necessary if you want to use the Twig extractor" "twig/twig": "Is necessary if you want to use the Twig extractor"
}, },
@ -598,7 +628,7 @@
"po", "po",
"translation" "translation"
], ],
"time": "2016-02-19 15:18:12" "time": "2016-09-21T15:53:39+00:00"
}, },
{ {
"name": "gettext/languages", "name": "gettext/languages",
@ -652,7 +682,7 @@
"translations", "translations",
"unicode" "unicode"
], ],
"time": "2015-03-27 11:32:41" "time": "2015-03-27T11:32:41+00:00"
}, },
{ {
"name": "guzzle/common", "name": "guzzle/common",
@ -697,7 +727,7 @@
"exception" "exception"
], ],
"abandoned": "guzzle/guzzle", "abandoned": "guzzle/guzzle",
"time": "2014-08-11 04:32:36" "time": "2014-08-11T04:32:36+00:00"
}, },
{ {
"name": "guzzle/http", "name": "guzzle/http",
@ -755,7 +785,7 @@
"http client" "http client"
], ],
"abandoned": "guzzle/guzzle", "abandoned": "guzzle/guzzle",
"time": "2014-08-11 04:32:36" "time": "2014-08-11T04:32:36+00:00"
}, },
{ {
"name": "guzzle/parser", "name": "guzzle/parser",
@ -800,7 +830,7 @@
"url" "url"
], ],
"abandoned": "guzzle/guzzle", "abandoned": "guzzle/guzzle",
"time": "2014-02-05 18:29:46" "time": "2014-02-05T18:29:46+00:00"
}, },
{ {
"name": "guzzle/stream", "name": "guzzle/stream",
@ -854,7 +884,7 @@
"stream" "stream"
], ],
"abandoned": "guzzle/guzzle", "abandoned": "guzzle/guzzle",
"time": "2014-05-01 21:36:02" "time": "2014-05-01T21:36:02+00:00"
}, },
{ {
"name": "guzzlehttp/cache-subscriber", "name": "guzzlehttp/cache-subscriber",
@ -906,7 +936,7 @@
"Guzzle", "Guzzle",
"cache" "cache"
], ],
"time": "2014-10-29 21:06:25" "time": "2014-10-29T21:06:25+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@ -958,7 +988,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2016-07-15 19:28:39" "time": "2016-07-15T19:28:39+00:00"
}, },
{ {
"name": "guzzlehttp/log-subscriber", "name": "guzzlehttp/log-subscriber",
@ -1011,7 +1041,7 @@
"log", "log",
"plugin" "plugin"
], ],
"time": "2014-10-13 03:31:43" "time": "2014-10-13T03:31:43+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -1069,7 +1099,7 @@
"stream", "stream",
"uri" "uri"
], ],
"time": "2016-02-18 21:54:00" "time": "2016-02-18T21:54:00+00:00"
}, },
{ {
"name": "guzzlehttp/retry-subscriber", "name": "guzzlehttp/retry-subscriber",
@ -1122,7 +1152,7 @@
"http", "http",
"retry" "retry"
], ],
"time": "2014-12-19 20:42:37" "time": "2014-12-19T20:42:37+00:00"
}, },
{ {
"name": "guzzlehttp/ringphp", "name": "guzzlehttp/ringphp",
@ -1173,7 +1203,7 @@
} }
], ],
"description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
"time": "2015-05-20 03:37:09" "time": "2015-05-20T03:37:09+00:00"
}, },
{ {
"name": "guzzlehttp/streams", "name": "guzzlehttp/streams",
@ -1223,7 +1253,7 @@
"Guzzle", "Guzzle",
"stream" "stream"
], ],
"time": "2014-10-12 19:18:40" "time": "2014-10-12T19:18:40+00:00"
}, },
{ {
"name": "happyworm/jplayer", "name": "happyworm/jplayer",
@ -1282,7 +1312,7 @@
"streaming", "streaming",
"video" "video"
], ],
"time": "2014-12-15 00:55:35" "time": "2014-12-15T00:55:35+00:00"
}, },
{ {
"name": "james-heinrich/getid3", "name": "james-heinrich/getid3",
@ -1290,12 +1320,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git", "url": "https://github.com/JamesHeinrich/getID3.git",
"reference": "d77b2d2e172f25622c61cdecde8edbf07195e5b0" "reference": "7f069ac25b3d83e849aeefe4f7da660f358b6b25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/d77b2d2e172f25622c61cdecde8edbf07195e5b0", "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/7f069ac25b3d83e849aeefe4f7da660f358b6b25",
"reference": "d77b2d2e172f25622c61cdecde8edbf07195e5b0", "reference": "7f069ac25b3d83e849aeefe4f7da660f358b6b25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1304,7 +1334,7 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"getid3/getid3.php" "getid3/"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1318,7 +1348,7 @@
"php", "php",
"tags" "tags"
], ],
"time": "2016-02-24 13:20:20" "time": "2016-12-18 18:57:54"
}, },
{ {
"name": "jeromeetienne/jquery-qrcode", "name": "jeromeetienne/jquery-qrcode",
@ -1417,7 +1447,7 @@
"compression", "compression",
"minification" "minification"
], ],
"time": "2015-11-12 13:51:40" "time": "2015-11-12T13:51:40+00:00"
}, },
{ {
"name": "krixon/xbmc-php-rpc", "name": "krixon/xbmc-php-rpc",
@ -1453,21 +1483,21 @@
}, },
{ {
"name": "maennchen/zipstream-php", "name": "maennchen/zipstream-php",
"version": "0.3.1", "version": "v0.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maennchen/ZipStream-PHP.git", "url": "https://github.com/maennchen/ZipStream-PHP.git",
"reference": "c492ddf4abcb0f6bed287faae35ebe77be7b690f" "reference": "89e0cdb3c9ecabef4da988852003781a7802afb7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c492ddf4abcb0f6bed287faae35ebe77be7b690f", "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/89e0cdb3c9ecabef4da988852003781a7802afb7",
"reference": "c492ddf4abcb0f6bed287faae35ebe77be7b690f", "reference": "89e0cdb3c9ecabef4da988852003781a7802afb7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": ">= 5.3" "php": ">= 5.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.3.*" "phpunit/phpunit": "4.3.*"
@ -1501,7 +1531,7 @@
"stream", "stream",
"zip" "zip"
], ],
"time": "2016-02-27 22:32:42" "time": "2016-09-13T10:29:17+00:00"
}, },
{ {
"name": "mikealmond/musicbrainz", "name": "mikealmond/musicbrainz",
@ -1599,7 +1629,7 @@
"keywords": [ "keywords": [
"api" "api"
], ],
"time": "2016-02-03 08:52:14" "time": "2016-02-03T08:52:14+00:00"
}, },
{ {
"name": "mptre/php-soundcloud", "name": "mptre/php-soundcloud",
@ -1613,16 +1643,16 @@
}, },
{ {
"name": "needim/noty", "name": "needim/noty",
"version": "v2.3.8", "version": "v2.3.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/needim/noty.git", "url": "https://github.com/needim/noty.git",
"reference": "6fe2cf81c7b8ecdbdafaa875b82b78cf65e2f100" "reference": "d03d12f3e712253ef06184b85e5629b1aef43acb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/needim/noty/zipball/6fe2cf81c7b8ecdbdafaa875b82b78cf65e2f100", "url": "https://api.github.com/repos/needim/noty/zipball/d03d12f3e712253ef06184b85e5629b1aef43acb",
"reference": "6fe2cf81c7b8ecdbdafaa875b82b78cf65e2f100", "reference": "d03d12f3e712253ef06184b85e5629b1aef43acb",
"shasum": "" "shasum": ""
}, },
"suggest": { "suggest": {
@ -1647,7 +1677,7 @@
"notification", "notification",
"noty" "noty"
], ],
"time": "2016-01-11 13:30:39" "time": "2016-12-20T21:51:00+00:00"
}, },
{ {
"name": "openid/php-openid", "name": "openid/php-openid",
@ -1696,7 +1726,7 @@
"auth", "auth",
"yadis" "yadis"
], ],
"time": "2015-07-30 18:07:43" "time": "2015-07-30T18:07:43+00:00"
}, },
{ {
"name": "php-tmdb/api", "name": "php-tmdb/api",
@ -1764,20 +1794,20 @@
"tvdb", "tvdb",
"wrapper" "wrapper"
], ],
"time": "2015-10-11 20:53:24" "time": "2015-10-11T20:53:24+00:00"
}, },
{ {
"name": "phpmailer/phpmailer", "name": "phpmailer/phpmailer",
"version": "v5.2.14", "version": "v5.2.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git", "url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "e774bc9152de85547336e22b8926189e582ece95" "reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d51856b76c06fc687fcd9180efa7a0bed0d761e",
"reference": "e774bc9152de85547336e22b8926189e582ece95", "reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1788,8 +1818,7 @@
"phpunit/phpunit": "4.7.*" "phpunit/phpunit": "4.7.*"
}, },
"suggest": { "suggest": {
"league/oauth2-client": "Needed for XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
"league/oauth2-google": "Needed for Gmail XOAUTH2"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1825,7 +1854,7 @@
} }
], ],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP", "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2015-11-01 10:15:28" "time": "2016-12-28T15:35:48+00:00"
}, },
{ {
"name": "pklauzinski/jscroll", "name": "pklauzinski/jscroll",
@ -1897,7 +1926,7 @@
"request", "request",
"response" "response"
], ],
"time": "2015-05-04 20:22:00" "time": "2015-05-04T20:22:00+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -1935,7 +1964,7 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"time": "2012-12-21 11:40:51" "time": "2012-12-21T11:40:51+00:00"
}, },
{ {
"name": "react/cache", "name": "react/cache",
@ -1969,7 +1998,7 @@
"keywords": [ "keywords": [
"cache" "cache"
], ],
"time": "2016-02-25 18:17:16" "time": "2016-02-25T18:17:16+00:00"
}, },
{ {
"name": "react/child-process", "name": "react/child-process",
@ -2010,7 +2039,7 @@
"keywords": [ "keywords": [
"process" "process"
], ],
"time": "2014-02-02 01:11:26" "time": "2014-02-02T01:11:26+00:00"
}, },
{ {
"name": "react/dns", "name": "react/dns",
@ -2052,7 +2081,7 @@
"dns", "dns",
"dns-resolver" "dns-resolver"
], ],
"time": "2016-02-24 23:45:36" "time": "2016-02-24T23:45:36+00:00"
}, },
{ {
"name": "react/event-loop", "name": "react/event-loop",
@ -2095,7 +2124,7 @@
"keywords": [ "keywords": [
"event-loop" "event-loop"
], ],
"time": "2014-02-26 17:36:58" "time": "2014-02-26T17:36:58+00:00"
}, },
{ {
"name": "react/http", "name": "react/http",
@ -2137,7 +2166,7 @@
"keywords": [ "keywords": [
"http" "http"
], ],
"time": "2015-05-21 20:12:09" "time": "2015-05-21T20:12:09+00:00"
}, },
{ {
"name": "react/http-client", "name": "react/http-client",
@ -2182,7 +2211,7 @@
"keywords": [ "keywords": [
"http" "http"
], ],
"time": "2015-10-05 19:13:01" "time": "2015-10-05T19:13:01+00:00"
}, },
{ {
"name": "react/promise", "name": "react/promise",
@ -2226,7 +2255,7 @@
} }
], ],
"description": "A lightweight implementation of CommonJS Promises/A for PHP", "description": "A lightweight implementation of CommonJS Promises/A for PHP",
"time": "2016-02-26 19:09:02" "time": "2016-02-26T19:09:02+00:00"
}, },
{ {
"name": "react/react", "name": "react/react",
@ -2279,7 +2308,7 @@
"event-loop", "event-loop",
"reactor" "reactor"
], ],
"time": "2014-12-11 02:06:55" "time": "2014-12-11T02:06:55+00:00"
}, },
{ {
"name": "react/socket", "name": "react/socket",
@ -2320,7 +2349,7 @@
"keywords": [ "keywords": [
"Socket" "Socket"
], ],
"time": "2016-03-01 20:10:35" "time": "2016-03-01T20:10:35+00:00"
}, },
{ {
"name": "react/socket-client", "name": "react/socket-client",
@ -2362,7 +2391,7 @@
"keywords": [ "keywords": [
"Socket" "Socket"
], ],
"time": "2015-09-23 22:40:04" "time": "2015-09-23T22:40:04+00:00"
}, },
{ {
"name": "react/stream", "name": "react/stream",
@ -2410,27 +2439,27 @@
"pipe", "pipe",
"stream" "stream"
], ],
"time": "2015-10-07 18:32:58" "time": "2015-10-07T18:32:58+00:00"
}, },
{ {
"name": "rmccue/requests", "name": "rmccue/requests",
"version": "v1.6.1", "version": "v1.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rmccue/Requests.git", "url": "https://github.com/rmccue/Requests.git",
"reference": "6aac485666c2955077d77b796bbdd25f0013a4ea" "reference": "87932f52ffad70504d93f04f15690cf16a089546"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rmccue/Requests/zipball/6aac485666c2955077d77b796bbdd25f0013a4ea", "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
"reference": "6aac485666c2955077d77b796bbdd25f0013a4ea", "reference": "87932f52ffad70504d93f04f15690cf16a089546",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2" "php": ">=5.2"
}, },
"require-dev": { "require-dev": {
"satooshi/php-coveralls": "dev-master" "requests/test-server": "dev-master"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2459,7 +2488,7 @@
"iri", "iri",
"sockets" "sockets"
], ],
"time": "2014-05-18 04:59:02" "time": "2016-10-13T00:11:37+00:00"
}, },
{ {
"name": "robloach/component-installer", "name": "robloach/component-installer",
@ -2507,20 +2536,20 @@
} }
], ],
"description": "Allows installation of Components via Composer.", "description": "Allows installation of Components via Composer.",
"time": "2015-08-10 12:35:38" "time": "2015-08-10T12:35:38+00:00"
}, },
{ {
"name": "sabre/dav", "name": "sabre/dav",
"version": "3.0.5", "version": "3.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fruux/sabre-dav.git", "url": "https://github.com/fruux/sabre-dav.git",
"reference": "69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc" "reference": "b42593965211de1ce99f73bd3aede99c41258e08"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fruux/sabre-dav/zipball/69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc", "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/b42593965211de1ce99f73bd3aede99c41258e08",
"reference": "69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc", "reference": "b42593965211de1ce99f73bd3aede99c41258e08",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2528,16 +2557,16 @@
"ext-date": "*", "ext-date": "*",
"ext-dom": "*", "ext-dom": "*",
"ext-iconv": "*", "ext-iconv": "*",
"ext-libxml": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-pcre": "*", "ext-pcre": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-spl": "*", "ext-spl": "*",
"lib-libxml": ">=2.7.0",
"php": ">=5.4.1", "php": ">=5.4.1",
"sabre/event": "~2.0", "sabre/event": "~2.0",
"sabre/http": "~4.0", "sabre/http": "~4.0",
"sabre/uri": "~1.0", "sabre/uri": "~1.0",
"sabre/vobject": ">=3.3.4,<4", "sabre/vobject": "^3.3.4",
"sabre/xml": "~1.0" "sabre/xml": "~1.0"
}, },
"require-dev": { "require-dev": {
@ -2588,7 +2617,7 @@
"framework", "framework",
"iCalendar" "iCalendar"
], ],
"time": "2015-09-15 19:24:48" "time": "2016-04-07T00:32:57+00:00"
}, },
{ {
"name": "sabre/event", "name": "sabre/event",
@ -2639,7 +2668,7 @@
"promise", "promise",
"signal" "signal"
], ],
"time": "2015-05-19 10:24:22" "time": "2015-05-19T10:24:22+00:00"
}, },
{ {
"name": "sabre/http", "name": "sabre/http",
@ -2694,7 +2723,7 @@
"keywords": [ "keywords": [
"http" "http"
], ],
"time": "2016-01-06 23:00:08" "time": "2016-01-06T23:00:08+00:00"
}, },
{ {
"name": "sabre/uri", "name": "sabre/uri",
@ -2745,7 +2774,7 @@
"uri", "uri",
"url" "url"
], ],
"time": "2015-04-29 03:47:26" "time": "2015-04-29T03:47:26+00:00"
}, },
{ {
"name": "sabre/vobject", "name": "sabre/vobject",
@ -2811,7 +2840,7 @@
"jCard", "jCard",
"vCard" "vCard"
], ],
"time": "2016-01-11 18:13:23" "time": "2016-01-11T18:13:23+00:00"
}, },
{ {
"name": "sabre/xml", "name": "sabre/xml",
@ -2874,7 +2903,7 @@
"dom", "dom",
"xml" "xml"
], ],
"time": "2016-02-14 23:37:39" "time": "2016-02-14T23:37:39+00:00"
}, },
{ {
"name": "scaron/prettyphoto", "name": "scaron/prettyphoto",
@ -2984,7 +3013,7 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-01-27 05:09:39" "time": "2016-01-27T05:09:39+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
@ -3039,7 +3068,7 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-02-28 16:19:47" "time": "2016-02-28T16:19:47+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
@ -3093,7 +3122,7 @@
"configuration", "configuration",
"options" "options"
], ],
"time": "2016-01-21 09:05:51" "time": "2016-01-21T09:05:51+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
@ -3142,7 +3171,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-02-02 13:33:15" "time": "2016-02-02T13:33:15+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
@ -3216,27 +3245,40 @@
"uri", "uri",
"url" "url"
], ],
"time": "2016-02-04 13:52:46" "time": "2016-02-04T13:52:46+00:00"
}, },
{ {
"name": "szymach/c-pchart", "name": "szymach/c-pchart",
"version": "1.1.6", "version": "2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/szymach/c-pchart.git", "url": "https://github.com/szymach/c-pchart.git",
"reference": "9daa1b08b6e75803219c3b07b87a9e4e455b5428" "reference": "e234d6ca5d9bc9eb39301fca2953c7cf01e9f2a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/szymach/c-pchart/zipball/9daa1b08b6e75803219c3b07b87a9e4e455b5428", "url": "https://api.github.com/repos/szymach/c-pchart/zipball/e234d6ca5d9bc9eb39301fca2953c7cf01e9f2a8",
"reference": "9daa1b08b6e75803219c3b07b87a9e4e455b5428", "reference": "e234d6ca5d9bc9eb39301fca2953c7cf01e9f2a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-gd": "*", "ext-gd": "*",
"php": ">=5.3.3" "php": ">=5.5"
},
"require-dev": {
"behat/behat": "~3.0",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"bossa/phpspec2-expect": "~1.0",
"sensiolabs/behat-page-object-extension": "~2.0@dev",
"squizlabs/php_codesniffer": "~2.3"
}, },
"type": "project", "type": "project",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"CpChart\\": "src/" "CpChart\\": "src/"
@ -3247,36 +3289,50 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "GPL-3.0"
], ],
"description": "Port of \"pChart\" library into PHP 5.3.", "authors": [
{
"name": "Jean-Damien Pogolotti",
"homepage": "http://www.pchart.net",
"role": "Creator of the original pChart library"
},
{
"name": "Piotr Szymaszek",
"homepage": "https://github.com/szymach",
"role": "Developer of the CpChart wrapper package"
}
],
"description": "Port of \"pChart\" library into PHP 5",
"homepage": "https://github.com/szymach/c-pchart", "homepage": "https://github.com/szymach/c-pchart",
"keywords": [ "keywords": [
"CpChart",
"c-pChart", "c-pChart",
"charts", "charts",
"composer",
"pchart", "pchart",
"statistics" "statistics"
], ],
"time": "2015-10-16 20:41:35" "time": "2016-04-16T16:30:22+00:00"
}, },
{ {
"name": "vakata/jstree", "name": "vakata/jstree",
"version": "3.2.1", "version": "3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vakata/jstree.git", "url": "https://github.com/vakata/jstree.git",
"reference": "8ea6ce78bba5fefe4c3233844cbcb22b12826b31" "reference": "9770c6711f0a155ec494f635aaf0add9b3cfb45c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vakata/jstree/zipball/8ea6ce78bba5fefe4c3233844cbcb22b12826b31", "url": "https://api.github.com/repos/vakata/jstree/zipball/9770c6711f0a155ec494f635aaf0add9b3cfb45c",
"reference": "8ea6ce78bba5fefe4c3233844cbcb22b12826b31", "reference": "9770c6711f0a155ec494f635aaf0add9b3cfb45c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"components/jquery": ">=1.9.1", "components/jquery": ">=1.9.1"
"robloach/component-installer": "*" },
"suggest": {
"robloach/component-installer": "Allows installation of Components via Composer"
}, },
"type": "component", "type": "component",
"extra": { "extra": {
@ -3313,20 +3369,20 @@
], ],
"description": "jsTree is jquery plugin, that provides interactive trees.", "description": "jsTree is jquery plugin, that provides interactive trees.",
"homepage": "http://jstree.com", "homepage": "http://jstree.com",
"time": "2015-08-24 11:32:18" "time": "2016-10-31T09:49:21+00:00"
}, },
{ {
"name": "wikimedia/composer-merge-plugin", "name": "wikimedia/composer-merge-plugin",
"version": "v1.3.0", "version": "v1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/wikimedia/composer-merge-plugin.git", "url": "https://github.com/wikimedia/composer-merge-plugin.git",
"reference": "bfed1f8d4eb97e9ba80eee57ea46229d7e5364d9" "reference": "0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/bfed1f8d4eb97e9ba80eee57ea46229d7e5364d9", "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4",
"reference": "bfed1f8d4eb97e9ba80eee57ea46229d7e5364d9", "reference": "0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3362,7 +3418,7 @@
} }
], ],
"description": "Composer plugin to merge multiple composer.json files", "description": "Composer plugin to merge multiple composer.json files",
"time": "2015-11-06 20:31:16" "time": "2016-03-08T17:11:37+00:00"
}, },
{ {
"name": "xdan/datetimepicker", "name": "xdan/datetimepicker",
@ -3420,6 +3476,6 @@
"ext-mbstring": "1.0", "ext-mbstring": "1.0",
"ext-xmlwriter": "1.0", "ext-xmlwriter": "1.0",
"ext-xmlreader": "1.0", "ext-xmlreader": "1.0",
"lib-libxml": "2.6.20" "lib-libxml": "2.7.0"
} }
} }