From 322b80af898ef25a8252ce23e27d4d479de9cbee Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 26 Jan 2016 08:57:47 +0100 Subject: [PATCH 1/7] Composer: Update dependencies. --- composer.json | 35 +- composer.lock | 909 +++++++++++++++++++++++------------- lib/Bin/Update.php | 9 +- lib/Exception/Exception.php | 4 +- 4 files changed, 617 insertions(+), 340 deletions(-) diff --git a/composer.json b/composer.json index 0c54816..25445dd 100644 --- a/composer.json +++ b/composer.json @@ -14,30 +14,31 @@ "source": "https://github.com/fruux/sabre-katana/" }, "require": { - "php" : ">=5.4.7", + "php" : ">=5.5.0", "ext-spl" : "*", "ext-pdo" : ">=1.0", "sabre/dav" : "~3.0.1", - "hoa/console" : "~2.0", - "hoa/core" : "~2.0, >=2.15.04.13", - "hoa/dispatcher" : "~0.0, >=0.15.01.23", - "hoa/eventsource" : "~2.0", - "hoa/iterator" : "~1.0", - "hoa/mail" : "~0.0, >=0.15.06.03", - "hoa/mime" : "~2.0", - "hoa/router" : "~2.0", - "hoa/socket" : "~0.0, >=0.15.02.25", - "hoa/ustring" : "~3.0", - "hoa/stringbuffer" : "~0.0", - "hoa/file" : "~0.15.05.27", + "hoa/consistency" : "~1.0", + "hoa/console" : "~3.0", + "hoa/dispatcher" : "~1.0", + "hoa/event" : "~1.0", + "hoa/eventsource" : "~3.0", + "hoa/file" : "~1.0", + "hoa/iterator" : "~2.0", + "hoa/mail" : "~0.0, >=0.16.01.11", + "hoa/mime" : "~3.0", + "hoa/router" : "~3.0", + "hoa/socket" : "~1.0", + "hoa/stringbuffer" : "~1.0", + "hoa/ustring" : "~4.0", "ircmaxell/password-compat": "~1.0" }, "require-dev": { - "atoum/atoum" : "~2.4, >=2.4.1", - "atoum/praspel-extension" : "~0.1", - "atoum/ruler-extension" : "~1.0, >=1.0.2", + "atoum/atoum" : "~2.5", + "atoum/praspel-extension" : "~0.16", + "atoum/ruler-extension" : "~1.2", "sabre/cs" : "~0.0.4", - "hoa/regex" : "~0.15.08.13" + "hoa/regex" : "~1.0" }, "suggest": { "ext-pdo_sqlite": "If you decide to use SQLite.", diff --git a/composer.lock b/composer.lock index 80c55d9..0c503c5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,30 +4,97 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ebcfd1f5ff898388dddcd6d9f77e7096", - "content-hash": "cf465ca98c1fa021c1f95453b5c045e0", + "hash": "463ede56cc2b4827f06e427169802611", + "content-hash": "6a8e24727396926e663edcbf73482cd7", "packages": [ + { + "name": "hoa/consistency", + "version": "1.16.01.14", + "source": { + "type": "git", + "url": "https://github.com/hoaproject/Consistency.git", + "reference": "7656b971a8248a8d314ed0c5bb0668936438f62a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/7656b971a8248a8d314ed0c5bb0668936438f62a", + "reference": "7656b971a8248a8d314ed0c5bb0668936438f62a", + "shasum": "" + }, + "require": { + "hoa/exception": "~1.0", + "php": ">=5.5.0" + }, + "require-dev": { + "hoa/stream": "~0.0", + "hoa/test": "~2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Hoa\\Consistency\\": "." + }, + "files": [ + "Prelude.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Ivan Enderlin", + "email": "ivan.enderlin@hoa-project.net" + }, + { + "name": "Hoa community", + "homepage": "http://hoa-project.net/" + } + ], + "description": "The Hoa\\Consistency library.", + "homepage": "http://hoa-project.net/", + "keywords": [ + "autoloader", + "callable", + "consistency", + "entity", + "flex", + "keyword", + "library" + ], + "time": "2016-01-14 10:26:48" + }, { "name": "hoa/console", - "version": "2.15.07.27", + "version": "3.16.01.14", "source": { "type": "git", "url": "https://github.com/hoaproject/Console.git", - "reference": "3b871f5f1059a3664acb5380ebadd988daa7a0db" + "reference": "8d279675fd421abe3b16982c5a58f24d1726db3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Console/zipball/3b871f5f1059a3664acb5380ebadd988daa7a0db", - "reference": "3b871f5f1059a3664acb5380ebadd988daa7a0db", + "url": "https://api.github.com/repos/hoaproject/Console/zipball/8d279675fd421abe3b16982c5a58f24d1726db3b", + "reference": "8d279675fd421abe3b16982c5a58f24d1726db3b", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/stream": "~0.0", - "hoa/ustring": "~3.0" + "hoa/consistency": "~1.0", + "hoa/event": "~1.0", + "hoa/exception": "~1.0", + "hoa/file": "~1.0", + "hoa/protocol": "~1.0", + "hoa/stream": "~1.0", + "hoa/ustring": "~4.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "suggest": { "ext-pcntl": "To enable hoa://Event/Console/Window:resize.", @@ -37,7 +104,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -77,46 +144,46 @@ "tput", "window" ], - "time": "2015-07-27 07:52:10" + "time": "2016-01-14 20:46:35" }, { - "name": "hoa/core", - "version": "2.15.11.09", + "name": "hoa/dispatcher", + "version": "1.16.01.15", "source": { "type": "git", - "url": "https://github.com/hoaproject/Core.git", - "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900" + "url": "https://github.com/hoaproject/Dispatcher.git", + "reference": "a0ea27587a0a12ddcee6a00fac5ebc158a2186c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Core/zipball/5538b1e90e2c66c90df5cc45e03fb85d047be900", - "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900", + "url": "https://api.github.com/repos/hoaproject/Dispatcher/zipball/a0ea27587a0a12ddcee6a00fac5ebc158a2186c3", + "reference": "a0ea27587a0a12ddcee6a00fac5ebc158a2186c3", "shasum": "" }, "require": { - "ext-spl": "*", - "php": ">=5.4.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/zformat": "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/router": "~3.0", + "hoa/test": "~2.0", + "hoa/view": "~3.0" }, "suggest": { - "ext-mbstring": "ext/mbstring must be present (or a third implementation).", - "hoa/cli": "To use the `hoa` script." + "hoa/router": "Provide routers.", + "hoa/view": "Provide view interface." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "Hoa\\Core\\": "." - }, - "files": [ - "Core.php" - ] + "Hoa\\Dispatcher\\": "." + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -132,55 +199,45 @@ "homepage": "http://hoa-project.net/" } ], - "description": "The Hoa\\Core library.", + "description": "The Hoa\\Dispatcher library.", "homepage": "http://hoa-project.net/", "keywords": [ - "consistency", - "core", - "data", - "event", - "library", - "listener", - "parameter", - "protocol" + "dispatcher", + "kit", + "library" ], - "time": "2015-11-09 06:51:06" + "time": "2016-01-14 20:52:21" }, { - "name": "hoa/dispatcher", - "version": "0.15.11.09", + "name": "hoa/event", + "version": "1.16.01.11", "source": { "type": "git", - "url": "https://github.com/hoaproject/Dispatcher.git", - "reference": "45fd0484824b2a3a5059296eb2403399606627d9" + "url": "https://github.com/hoaproject/Event.git", + "reference": "4470e090207336c01ea0cc6f9f1fa8832e4d9866" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Dispatcher/zipball/45fd0484824b2a3a5059296eb2403399606627d9", - "reference": "45fd0484824b2a3a5059296eb2403399606627d9", + "url": "https://api.github.com/repos/hoaproject/Event/zipball/4470e090207336c01ea0cc6f9f1fa8832e4d9866", + "reference": "4470e090207336c01ea0cc6f9f1fa8832e4d9866", "shasum": "" }, "require": { - "hoa/core": "~2.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0" }, "require-dev": { - "hoa/router": "~2.0", - "hoa/test": "~1.0", - "hoa/view": "~2.0" - }, - "suggest": { - "hoa/router": "Provide routers.", - "hoa/view": "Provide view interface." + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "Hoa\\Dispatcher\\": "." + "Hoa\\Event\\": "." } }, "notification-url": "https://packagist.org/downloads/", @@ -197,40 +254,42 @@ "homepage": "http://hoa-project.net/" } ], - "description": "The Hoa\\Dispatcher library.", + "description": "The Hoa\\Event library.", "homepage": "http://hoa-project.net/", "keywords": [ - "dispatcher", - "kit", - "library" + "event", + "library", + "listener", + "observer" ], - "time": "2015-11-09 06:52:08" + "time": "2016-01-11 08:34:41" }, { "name": "hoa/eventsource", - "version": "2.15.08.13", + "version": "3.16.01.14", "source": { "type": "git", "url": "https://github.com/hoaproject/Eventsource.git", - "reference": "4fb55dcae9866dea6c6a499f7f04bed5cbd3171c" + "reference": "e607b4ec00954a64c90205d14ef761574864c93a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Eventsource/zipball/4fb55dcae9866dea6c6a499f7f04bed5cbd3171c", - "reference": "4fb55dcae9866dea6c6a499f7f04bed5cbd3171c", + "url": "https://api.github.com/repos/hoaproject/Eventsource/zipball/e607b4ec00954a64c90205d14ef761574864c93a", + "reference": "e607b4ec00954a64c90205d14ef761574864c93a", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/http": "~0.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/http": "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -262,34 +321,90 @@ "push", "server" ], - "time": "2015-08-13 08:41:33" + "time": "2016-01-14 20:54:16" + }, + { + "name": "hoa/exception", + "version": "1.16.01.11", + "source": { + "type": "git", + "url": "https://github.com/hoaproject/Exception.git", + "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hoaproject/Exception/zipball/fa4a9648aef2c8ca8f4cd543429b24dc8feaa366", + "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366", + "shasum": "" + }, + "require": { + "hoa/consistency": "~1.0", + "hoa/event": "~1.0" + }, + "require-dev": { + "hoa/test": "~2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Hoa\\Exception\\": "." + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Ivan Enderlin", + "email": "ivan.enderlin@hoa-project.net" + }, + { + "name": "Hoa community", + "homepage": "http://hoa-project.net/" + } + ], + "description": "The Hoa\\Exception library.", + "homepage": "http://hoa-project.net/", + "keywords": [ + "exception", + "library" + ], + "time": "2016-01-11 08:38:17" }, { "name": "hoa/file", - "version": "0.15.05.27", + "version": "1.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/File.git", - "reference": "bd82aff5e81f16971c5fc99301a5c5717b1fd4da" + "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/File/zipball/bd82aff5e81f16971c5fc99301a5c5717b1fd4da", - "reference": "bd82aff5e81f16971c5fc99301a5c5717b1fd4da", + "url": "https://api.github.com/repos/hoaproject/File/zipball/bc04ddb476bfeee03c2be585fc37a98d2887277b", + "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/iterator": "~1.0", - "hoa/stream": "~0.0" + "hoa/consistency": "~1.0", + "hoa/event": "~1.0", + "hoa/exception": "~1.0", + "hoa/iterator": "~2.0", + "hoa/stream": "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -322,30 +437,31 @@ "link", "temporary" ], - "time": "2015-05-27 09:18:31" + "time": "2016-01-14 20:55:07" }, { "name": "hoa/http", - "version": "0.15.09.08", + "version": "1.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/Http.git", - "reference": "dcb26446c4004ae65876794edf94c806ae8715e7" + "reference": "2a54faf6e530a8baba5aecab42759a5fbe6a61f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Http/zipball/dcb26446c4004ae65876794edf94c806ae8715e7", - "reference": "dcb26446c4004ae65876794edf94c806ae8715e7", + "url": "https://api.github.com/repos/hoaproject/Http/zipball/2a54faf6e530a8baba5aecab42759a5fbe6a61f8", + "reference": "2a54faf6e530a8baba5aecab42759a5fbe6a61f8", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/stream": "~0.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/stream": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -389,32 +505,33 @@ "rfc7237", "runtime" ], - "time": "2015-09-08 13:33:12" + "time": "2016-01-14 20:57:19" }, { "name": "hoa/iterator", - "version": "1.15.10.29", + "version": "2.16.01.11", "source": { "type": "git", "url": "https://github.com/hoaproject/Iterator.git", - "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435" + "reference": "eed36f2ec8233f494fd4450d570453b9a84736da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/a64ed9fd62579a34e4450134d6d1abdf77d54435", - "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435", + "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/eed36f2ec8233f494fd4450d570453b9a84736da", + "reference": "eed36f2ec8233f494fd4450d570453b9a84736da", "shasum": "" }, "require": { - "hoa/core": "~2.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -442,29 +559,30 @@ "iterator", "library" ], - "time": "2015-10-29 21:37:16" + "time": "2016-01-11 09:13:46" }, { "name": "hoa/mail", - "version": "0.15.10.29", + "version": "0.16.01.11", "source": { "type": "git", "url": "https://github.com/hoaproject/Mail.git", - "reference": "3ff70f000c6b8a5b50c322bdf3e29983c7ef503d" + "reference": "3c1ef08adc462ab0be0c6fda5735a0a66f249d0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Mail/zipball/3ff70f000c6b8a5b50c322bdf3e29983c7ef503d", - "reference": "3ff70f000c6b8a5b50c322bdf3e29983c7ef503d", + "url": "https://api.github.com/repos/hoaproject/Mail/zipball/3c1ef08adc462ab0be0c6fda5735a0a66f249d0d", + "reference": "3c1ef08adc462ab0be0c6fda5735a0a66f249d0d", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/mime": "~2.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/mime": "~3.0" }, "require-dev": { "hoa/file": "~0.0", - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "type": "library", "extra": { @@ -508,34 +626,37 @@ "sendmail", "smtp" ], - "time": "2015-10-29 21:37:59" + "time": "2016-01-11 09:20:51" }, { "name": "hoa/mime", - "version": "2.15.10.29", + "version": "3.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/Mime.git", - "reference": "cf8a3dc55792445be91e9741d7192a6382b8e9bb" + "reference": "c26f02fc531a0e66eb15ccab1d73e76fdb0fa5f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Mime/zipball/cf8a3dc55792445be91e9741d7192a6382b8e9bb", - "reference": "cf8a3dc55792445be91e9741d7192a6382b8e9bb", + "url": "https://api.github.com/repos/hoaproject/Mime/zipball/c26f02fc531a0e66eb15ccab1d73e76fdb0fa5f6", + "reference": "c26f02fc531a0e66eb15ccab1d73e76fdb0fa5f6", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/stream": "~0.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/protocol": "~1.0", + "hoa/stream": "~1.0", + "hoa/zformat": "~1.0" }, "require-dev": { - "hoa/file": "~0.0", - "hoa/test": "~1.0" + "hoa/file": "~1.0", + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -564,29 +685,91 @@ "mime", "type" ], - "time": "2015-10-29 21:39:16" + "time": "2016-01-14 21:32:00" + }, + { + "name": "hoa/protocol", + "version": "1.16.01.11", + "source": { + "type": "git", + "url": "https://github.com/hoaproject/Protocol.git", + "reference": "97a33357e9f0827b75e19a78429d037fab18c1ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/97a33357e9f0827b75e19a78429d037fab18c1ce", + "reference": "97a33357e9f0827b75e19a78429d037fab18c1ce", + "shasum": "" + }, + "require": { + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0" + }, + "require-dev": { + "hoa/test": "~2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Hoa\\Protocol\\": "." + }, + "files": [ + "Wrapper.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Ivan Enderlin", + "email": "ivan.enderlin@hoa-project.net" + }, + { + "name": "Hoa community", + "homepage": "http://hoa-project.net/" + } + ], + "description": "The Hoa\\Protocol library.", + "homepage": "http://hoa-project.net/", + "keywords": [ + "library", + "protocol", + "resource", + "stream", + "wrapper" + ], + "time": "2016-01-11 08:41:20" }, { "name": "hoa/router", - "version": "2.15.10.21", + "version": "3.16.01.14", "source": { "type": "git", "url": "https://github.com/hoaproject/Router.git", - "reference": "6d9a39c5655660ea80d8196fddccdc02054ea3bd" + "reference": "ecbd82ce37882701c36f85712b8e6129cea1a6ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Router/zipball/6d9a39c5655660ea80d8196fddccdc02054ea3bd", - "reference": "6d9a39c5655660ea80d8196fddccdc02054ea3bd", + "url": "https://api.github.com/repos/hoaproject/Router/zipball/ecbd82ce37882701c36f85712b8e6129cea1a6ef", + "reference": "ecbd82ce37882701c36f85712b8e6129cea1a6ef", "shasum": "" }, "require": { - "hoa/core": "~2.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/zformat": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -616,30 +799,34 @@ "library", "router" ], - "time": "2015-10-21 14:12:51" + "time": "2016-01-14 21:11:16" }, { "name": "hoa/socket", - "version": "0.15.09.08", + "version": "1.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/Socket.git", - "reference": "1df6b6a0b9230dacdfa43d7501050db77e42edd8" + "reference": "79dc0fad73885669f9df8dccba06a23e316ffc26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Socket/zipball/1df6b6a0b9230dacdfa43d7501050db77e42edd8", - "reference": "1df6b6a0b9230dacdfa43d7501050db77e42edd8", + "url": "https://api.github.com/repos/hoaproject/Socket/zipball/79dc0fad73885669f9df8dccba06a23e316ffc26", + "reference": "79dc0fad73885669f9df8dccba06a23e316ffc26", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/stream": "~0.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/stream": "~1.0" + }, + "require-dev": { + "hoa/test": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -672,29 +859,32 @@ "tcp", "udp" ], - "time": "2015-09-08 11:21:04" + "time": "2016-01-14 21:15:12" }, { "name": "hoa/stream", - "version": "0.15.08.28", + "version": "1.16.01.14", "source": { "type": "git", "url": "https://github.com/hoaproject/Stream.git", - "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb" + "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Stream/zipball/cbd0f4749e447f4d31001e7c898f5e794c5861cb", - "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb", + "url": "https://api.github.com/repos/hoaproject/Stream/zipball/c00b35078ef8c0881b7d2ed533de19fe0aaf9896", + "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896", "shasum": "" }, "require": { - "hoa/core": "~2.0" + "hoa/consistency": "~1.0", + "hoa/event": "~1.0", + "hoa/exception": "~1.0", + "hoa/protocol": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -730,30 +920,32 @@ "stream", "wrapper" ], - "time": "2015-08-28 07:31:43" + "time": "2016-01-14 20:11:37" }, { "name": "hoa/stringbuffer", - "version": "0.15.09.08", + "version": "1.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/Stringbuffer.git", - "reference": "6d163131915d182c30ace9e8a0956557c2645ca5" + "reference": "b3bec01f6f58bd72c04beb15b4396501ed18e35c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Stringbuffer/zipball/6d163131915d182c30ace9e8a0956557c2645ca5", - "reference": "6d163131915d182c30ace9e8a0956557c2645ca5", + "url": "https://api.github.com/repos/hoaproject/Stringbuffer/zipball/b3bec01f6f58bd72c04beb15b4396501ed18e35c", + "reference": "b3bec01f6f58bd72c04beb15b4396501ed18e35c", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/stream": "~0.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/protocol": "~1.0", + "hoa/stream": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -783,27 +975,28 @@ "stream", "string" ], - "time": "2015-09-08 11:19:09" + "time": "2016-01-14 21:17:30" }, { "name": "hoa/ustring", - "version": "3.15.11.09", + "version": "4.16.01.11", "source": { "type": "git", "url": "https://github.com/hoaproject/Ustring.git", - "reference": "8506be4910212b1a2beb9014763a8a4fbd871001" + "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/8506be4910212b1a2beb9014763a8a4fbd871001", - "reference": "8506be4910212b1a2beb9014763a8a4fbd871001", + "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/9f76b9aae5901b4f476ef854e29ccd746d6899d2", + "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2", "shasum": "" }, "require": { - "hoa/core": "~2.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "suggest": { "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().", @@ -812,7 +1005,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "4.x-dev" } }, "autoload": { @@ -842,7 +1035,59 @@ "string", "unicode" ], - "time": "2015-11-09 06:44:33" + "time": "2016-01-11 09:51:34" + }, + { + "name": "hoa/zformat", + "version": "1.16.01.14", + "source": { + "type": "git", + "url": "https://github.com/hoaproject/Zformat.git", + "reference": "685bba314c5cacb97afdd5e638b64c42399a580c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/685bba314c5cacb97afdd5e638b64c42399a580c", + "reference": "685bba314c5cacb97afdd5e638b64c42399a580c", + "shasum": "" + }, + "require": { + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Hoa\\Zformat\\": "." + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Ivan Enderlin", + "email": "ivan.enderlin@hoa-project.net" + }, + { + "name": "Hoa community", + "homepage": "http://hoa-project.net/" + } + ], + "description": "The Hoa\\Zformat library.", + "homepage": "http://hoa-project.net/", + "keywords": [ + "library", + "parameter", + "zformat" + ], + "time": "2016-01-14 20:19:54" }, { "name": "ircmaxell/password-compat", @@ -888,16 +1133,16 @@ }, { "name": "sabre/dav", - "version": "3.0.5", + "version": "3.0.7", "source": { "type": "git", "url": "https://github.com/fruux/sabre-dav.git", - "reference": "69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc" + "reference": "294b6e133f3b4cf644b9637a734b53f82d46d7f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc", - "reference": "69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc", + "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/294b6e133f3b4cf644b9637a734b53f82d46d7f7", + "reference": "294b6e133f3b4cf644b9637a734b53f82d46d7f7", "shasum": "" }, "require": { @@ -914,7 +1159,7 @@ "sabre/event": "~2.0", "sabre/http": "~4.0", "sabre/uri": "~1.0", - "sabre/vobject": ">=3.3.4,<4", + "sabre/vobject": "^3.3.4", "sabre/xml": "~1.0" }, "require-dev": { @@ -965,7 +1210,7 @@ "framework", "iCalendar" ], - "time": "2015-09-15 19:24:48" + "time": "2016-01-12 22:41:05" }, { "name": "sabre/event", @@ -1020,22 +1265,22 @@ }, { "name": "sabre/http", - "version": "4.1.0", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/fruux/sabre-http.git", - "reference": "5874c9c449e690242cf32884da9d32a3369a2c78" + "reference": "2e93bc8321524c67be4ca5b8415daebd4c8bf85e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-http/zipball/5874c9c449e690242cf32884da9d32a3369a2c78", - "reference": "5874c9c449e690242cf32884da9d32a3369a2c78", + "url": "https://api.github.com/repos/fruux/sabre-http/zipball/2e93bc8321524c67be4ca5b8415daebd4c8bf85e", + "reference": "2e93bc8321524c67be4ca5b8415daebd4c8bf85e", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.4", - "sabre/event": ">=1.0.0,<3.0.0", + "sabre/event": ">=1.0.0,<4.0.0", "sabre/uri": "~1.0" }, "require-dev": { @@ -1071,7 +1316,7 @@ "keywords": [ "http" ], - "time": "2015-09-04 21:56:22" + "time": "2016-01-06 23:00:08" }, { "name": "sabre/uri", @@ -1126,16 +1371,16 @@ }, { "name": "sabre/vobject", - "version": "3.4.7", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/fruux/sabre-vobject.git", - "reference": "7b3690545451159fc608dfac6696110f6770ff5d" + "reference": "061dd47ce40074bf63da8e3d6dbe7f18b5a4f3a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/7b3690545451159fc608dfac6696110f6770ff5d", - "reference": "7b3690545451159fc608dfac6696110f6770ff5d", + "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/061dd47ce40074bf63da8e3d6dbe7f18b5a4f3a4", + "reference": "061dd47ce40074bf63da8e3d6dbe7f18b5a4f3a4", "shasum": "" }, "require": { @@ -1188,20 +1433,20 @@ "jCard", "vCard" ], - "time": "2015-09-04 15:17:58" + "time": "2016-01-11 18:13:23" }, { "name": "sabre/xml", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/fruux/sabre-xml.git", - "reference": "a3eeef9f3f13ee42503a1e06e5df3a6fc95b479b" + "reference": "420400f36655d79894fae8ce970516a71ea8f5f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/a3eeef9f3f13ee42503a1e06e5df3a6fc95b479b", - "reference": "a3eeef9f3f13ee42503a1e06e5df3a6fc95b479b", + "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/420400f36655d79894fae8ce970516a71ea8f5f5", + "reference": "420400f36655d79894fae8ce970516a71ea8f5f5", "shasum": "" }, "require": { @@ -1220,7 +1465,11 @@ "autoload": { "psr-4": { "Sabre\\Xml\\": "lib/" - } + }, + "files": [ + "lib/Deserializer/functions.php", + "lib/Serializer/functions.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1232,9 +1481,14 @@ "email": "me@evertpot.com", "homepage": "http://evertpot.com/", "role": "Developer" + }, + { + "name": "Markus Staab", + "email": "markus.staab@redaxo.de", + "role": "Developer" } ], - "description": "The Sabre XML parser is the only XML library that you may not hate.", + "description": "sabre/xml is an XML library that you may not hate.", "homepage": "https://sabre.io/xml/", "keywords": [ "XMLReader", @@ -1242,22 +1496,22 @@ "dom", "xml" ], - "time": "2015-08-30 07:57:48" + "time": "2015-12-29 20:51:22" } ], "packages-dev": [ { "name": "atoum/atoum", - "version": "2.4.1", + "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/atoum/atoum.git", - "reference": "3b76b6f5086a58e0b6f7c89ba4e1882425853c13" + "reference": "f49fcf0b9c5dc0fea30fff92e005a1bc0b2ea938" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/atoum/atoum/zipball/3b76b6f5086a58e0b6f7c89ba4e1882425853c13", - "reference": "3b76b6f5086a58e0b6f7c89ba4e1882425853c13", + "url": "https://api.github.com/repos/atoum/atoum/zipball/f49fcf0b9c5dc0fea30fff92e005a1bc0b2ea938", + "reference": "f49fcf0b9c5dc0fea30fff92e005a1bc0b2ea938", "shasum": "" }, "require": { @@ -1324,33 +1578,33 @@ "test", "unit testing" ], - "time": "2015-12-07 14:57:39" + "time": "2016-01-18 09:07:05" }, { "name": "atoum/praspel-extension", - "version": "0.15.02.20", + "version": "0.16.01.17", "source": { "type": "git", "url": "https://github.com/hoaproject/Contributions-Atoum-PraspelExtension.git", - "reference": "426f353686944c71e6880dd16efb3be6844e91eb" + "reference": "8164e341922f1bbec31c4c2a66b27a02294a013a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Contributions-Atoum-PraspelExtension/zipball/426f353686944c71e6880dd16efb3be6844e91eb", - "reference": "426f353686944c71e6880dd16efb3be6844e91eb", + "url": "https://api.github.com/repos/hoaproject/Contributions-Atoum-PraspelExtension/zipball/8164e341922f1bbec31c4c2a66b27a02294a013a", + "reference": "8164e341922f1bbec31c4c2a66b27a02294a013a", "shasum": "" }, "require": { "atoum/atoum": "~2.0", - "hoa/console": "~2.0", - "hoa/core": "~2.0", - "hoa/dispatcher": "~0.0", - "hoa/iterator": "~1.0", - "hoa/math": "~0.0", - "hoa/praspel": "~0.0", - "hoa/realdom": "~0.0", - "hoa/router": "~2.0", - "hoa/visitor": "~1.0" + "hoa/consistency": "~1.0", + "hoa/console": "~3.0", + "hoa/dispatcher": "~1.0", + "hoa/iterator": "~2.0", + "hoa/math": "~1.0", + "hoa/praspel": "~1.0", + "hoa/realdom": "~1.0", + "hoa/router": "~3.0", + "hoa/visitor": "~2.0" }, "bin": [ "Bin/praspel" @@ -1389,25 +1643,32 @@ "specification", "test" ], - "time": "2015-02-20 12:27:09" + "time": "2016-01-17 16:26:32" }, { "name": "atoum/ruler-extension", - "version": "1.0.3", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/atoum/ruler-extension.git", - "reference": "2215907402697dff465f8d9f3c69c6a710790149" + "reference": "9bca58ed0fab7ab31e04613545bbaa068a2f1967" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/atoum/ruler-extension/zipball/2215907402697dff465f8d9f3c69c6a710790149", - "reference": "2215907402697dff465f8d9f3c69c6a710790149", + "url": "https://api.github.com/repos/atoum/ruler-extension/zipball/9bca58ed0fab7ab31e04613545bbaa068a2f1967", + "reference": "9bca58ed0fab7ab31e04613545bbaa068a2f1967", "shasum": "" }, "require": { - "atoum/atoum": "<3.0", - "hoa/ruler": "~1.0" + "atoum/atoum": ">=1.3.0,<3.0", + "hoa/ruler": ">=1.15.11.09,<2.0 | >=2.16.01.15,<3.0" + }, + "conflict": { + "hoa/compiler": "<2.14.12.10", + "hoa/core": "<2.14.12.10", + "hoa/file": "<0.14.12.10", + "hoa/stream": "<0.14.12.10", + "hoa/visitor": "<1.14.12.10" }, "type": "library", "autoload": { @@ -1425,20 +1686,20 @@ "email": "adriengallou@gmail.com" } ], - "time": "2015-06-24 12:27:04" + "time": "2016-01-18 23:27:08" }, { "name": "fabpot/php-cs-fixer", - "version": "v1.11", + "version": "v1.11.1", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef" + "reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef", - "reference": "bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/2c9f8298181f059c5077abda78019b9a0c9a7cc0", + "reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0", "shasum": "" }, "require": { @@ -1479,38 +1740,40 @@ } ], "description": "A tool to automatically fix PHP code style", - "time": "2015-12-01 22:34:33" + "time": "2016-01-20 19:00:28" }, { "name": "hoa/compiler", - "version": "2.15.10.29", + "version": "3.16.01.14", "source": { "type": "git", "url": "https://github.com/hoaproject/Compiler.git", - "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39" + "reference": "a1505e507e8368dbf7a5b490c4a5a90e06d7bd69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39", - "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39", + "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/a1505e507e8368dbf7a5b490c4a5a90e06d7bd69", + "reference": "a1505e507e8368dbf7a5b490c4a5a90e06d7bd69", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/file": "~0.0", - "hoa/iterator": "~1.0", - "hoa/math": "~0.0", - "hoa/regex": "~0.0", - "hoa/visitor": "~1.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/file": "~1.0", + "hoa/iterator": "~2.0", + "hoa/math": "~1.0", + "hoa/protocol": "~1.0", + "hoa/regex": "~1.0", + "hoa/visitor": "~2.0" }, "require-dev": { - "hoa/json": "~1.0", - "hoa/test": "~1.0" + "hoa/json": "~2.0", + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -1559,34 +1822,37 @@ "trace", "uniform" ], - "time": "2015-10-29 21:35:12" + "time": "2016-01-14 20:44:59" }, { "name": "hoa/math", - "version": "0.15.10.26", + "version": "1.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/Math.git", - "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e" + "reference": "218e6b4a42b66094e94cf9cbabf0a4276fece6bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Math/zipball/62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e", - "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e", + "url": "https://api.github.com/repos/hoaproject/Math/zipball/218e6b4a42b66094e94cf9cbabf0a4276fece6bf", + "reference": "218e6b4a42b66094e94cf9cbabf0a4276fece6bf", "shasum": "" }, "require": { - "hoa/compiler": "~2.0", - "hoa/core": "~2.0", - "hoa/iterator": "~1.0" + "hoa/compiler": "~3.0", + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/iterator": "~2.0", + "hoa/protocol": "~1.0", + "hoa/zformat": "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -1621,38 +1887,40 @@ "sampler", "set" ], - "time": "2015-10-26 15:22:52" + "time": "2016-01-14 21:02:22" }, { "name": "hoa/praspel", - "version": "0.15.09.08", + "version": "1.16.01.16", "source": { "type": "git", "url": "https://github.com/hoaproject/Praspel.git", - "reference": "a99b764114216174c360828af2e594e6724bacba" + "reference": "14cbe9f7bc887e34f7415fbce3117d7ee7daede6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Praspel/zipball/a99b764114216174c360828af2e594e6724bacba", - "reference": "a99b764114216174c360828af2e594e6724bacba", + "url": "https://api.github.com/repos/hoaproject/Praspel/zipball/14cbe9f7bc887e34f7415fbce3117d7ee7daede6", + "reference": "14cbe9f7bc887e34f7415fbce3117d7ee7daede6", "shasum": "" }, "require": { - "hoa/compiler": "~2.0", - "hoa/core": "~2.0", - "hoa/file": "~0.0", - "hoa/iterator": "~1.0", - "hoa/realdom": "~0.0", - "hoa/ustring": "~3.0", - "hoa/visitor": "~1.0" + "hoa/compiler": "~3.0", + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/file": "~1.0", + "hoa/iterator": "~2.0", + "hoa/protocol": "~1.0", + "hoa/realdom": "~1.0", + "hoa/ustring": "~4.0", + "hoa/visitor": "~2.0" }, "require-dev": { - "hoa/math": "~0.0" + "hoa/math": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -1688,37 +1956,38 @@ "test", "validation" ], - "time": "2015-09-08 13:28:27" + "time": "2016-01-14 21:34:22" }, { "name": "hoa/realdom", - "version": "0.15.09.08", + "version": "1.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/Realdom.git", - "reference": "bde294c17eb55cc7f18cf0fcec0867ff214fe4f8" + "reference": "3bca30e793aecdcd9b14f80b7fafb2d7730bac8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Realdom/zipball/bde294c17eb55cc7f18cf0fcec0867ff214fe4f8", - "reference": "bde294c17eb55cc7f18cf0fcec0867ff214fe4f8", + "url": "https://api.github.com/repos/hoaproject/Realdom/zipball/3bca30e793aecdcd9b14f80b7fafb2d7730bac8b", + "reference": "3bca30e793aecdcd9b14f80b7fafb2d7730bac8b", "shasum": "" }, "require": { - "hoa/compiler": "~2.0", - "hoa/core": "~2.0", - "hoa/file": "~0.0", - "hoa/iterator": "~1.0", - "hoa/math": "~0.0", - "hoa/praspel": "~0.0", - "hoa/regex": "~0.0", - "hoa/ustring": "~3.0", - "hoa/visitor": "~1.0" + "hoa/compiler": "~3.0", + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/file": "~1.0", + "hoa/iterator": "~2.0", + "hoa/math": "~1.0", + "hoa/praspel": "~1.0", + "hoa/regex": "~1.0", + "hoa/ustring": "~4.0", + "hoa/visitor": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -1753,32 +2022,34 @@ "test", "validation" ], - "time": "2015-09-08 13:26:02" + "time": "2016-01-14 21:07:41" }, { "name": "hoa/regex", - "version": "0.15.08.13", + "version": "1.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/Regex.git", - "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232" + "reference": "e7fb36fdea23ea9fc814a1a68bd0144df1891463" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Regex/zipball/2ef8a77ef3885ca202fcd9c31a8e54c44cd04232", - "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232", + "url": "https://api.github.com/repos/hoaproject/Regex/zipball/e7fb36fdea23ea9fc814a1a68bd0144df1891463", + "reference": "e7fb36fdea23ea9fc814a1a68bd0144df1891463", "shasum": "" }, "require": { - "hoa/core": "~2.0", - "hoa/math": "~0.0", - "hoa/ustring": "~3.0", - "hoa/visitor": "~1.0" + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/math": "~1.0", + "hoa/protocol": "~1.0", + "hoa/ustring": "~4.0", + "hoa/visitor": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -1807,35 +2078,36 @@ "library", "regex" ], - "time": "2015-08-13 06:48:47" + "time": "2016-01-14 21:10:33" }, { "name": "hoa/ruler", - "version": "1.15.11.09", + "version": "2.16.01.15", "source": { "type": "git", "url": "https://github.com/hoaproject/Ruler.git", - "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925" + "reference": "0aeb1a48d78427a55fbf656c65c6406c096a4325" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/9afc9ae032d40b6dc10bff85c9126cf516953925", - "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925", + "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/0aeb1a48d78427a55fbf656c65c6406c096a4325", + "reference": "0aeb1a48d78427a55fbf656c65c6406c096a4325", "shasum": "" }, "require": { - "hoa/compiler": "~2.0", - "hoa/core": "~2.0", - "hoa/file": "~0.0", - "hoa/visitor": "~1.0" + "hoa/compiler": "~3.0", + "hoa/consistency": "~1.0", + "hoa/exception": "~1.0", + "hoa/file": "~1.0", + "hoa/visitor": "~2.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -1863,32 +2135,32 @@ "library", "ruler" ], - "time": "2015-11-09 06:58:52" + "time": "2016-01-14 21:42:47" }, { "name": "hoa/visitor", - "version": "1.15.08.17", + "version": "2.16.01.11", "source": { "type": "git", "url": "https://github.com/hoaproject/Visitor.git", - "reference": "e30bfff741f71979f6476a41548e34afe8053c67" + "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/e30bfff741f71979f6476a41548e34afe8053c67", - "reference": "e30bfff741f71979f6476a41548e34afe8053c67", + "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/cb21074b7eb89c3ac9f76d25c72671d579735ca9", + "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9", "shasum": "" }, "require": { - "hoa/core": "~2.0" + "hoa/consistency": "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -1918,7 +2190,7 @@ "visit", "visitor" ], - "time": "2015-08-17 06:30:58" + "time": "2016-01-11 09:54:01" }, { "name": "sabre/cs", @@ -2037,16 +2309,16 @@ }, { "name": "symfony/console", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63" + "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/175871ca8d1ef16ff8d8cac395a1c73afa8d0e63", - "reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63", + "url": "https://api.github.com/repos/symfony/console/zipball/ebcdc507829df915f4ca23067bd59ee4ef61f6c3", + "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3", "shasum": "" }, "require": { @@ -2093,11 +2365,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2015-11-30 12:36:17" + "time": "2015-12-22 10:39:06" }, { "name": "symfony/event-dispatcher", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -2157,16 +2429,16 @@ }, { "name": "symfony/filesystem", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "692d98d813e4ef314b9c22775c86ddbeb0f44884" + "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/692d98d813e4ef314b9c22775c86ddbeb0f44884", - "reference": "692d98d813e4ef314b9c22775c86ddbeb0f44884", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2e59d11dccd135dc8f00ee97f34fe1de842e70c", + "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c", "shasum": "" }, "require": { @@ -2202,20 +2474,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2015-11-23 10:41:47" + "time": "2015-12-22 10:39:06" }, { "name": "symfony/finder", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "3577eb98dba90721d1a0a3edfc6956ab8b1aecee" + "reference": "8617895eb798b6bdb338321ce19453dc113e5675" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/3577eb98dba90721d1a0a3edfc6956ab8b1aecee", - "reference": "3577eb98dba90721d1a0a3edfc6956ab8b1aecee", + "url": "https://api.github.com/repos/symfony/finder/zipball/8617895eb798b6bdb338321ce19453dc113e5675", + "reference": "8617895eb798b6bdb338321ce19453dc113e5675", "shasum": "" }, "require": { @@ -2251,29 +2523,32 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2015-10-30 23:35:59" + "time": "2015-12-05 11:13:14" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.0.0", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "0b6a8940385311a24e060ec1fe35680e17c74497" + "reference": "1289d16209491b584839022f29257ad859b8532d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497", - "reference": "0b6a8940385311a24e060ec1fe35680e17c74497", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", + "reference": "1289d16209491b584839022f29257ad859b8532d", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "suggest": { + "ext-mbstring": "For best performance" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -2307,20 +2582,20 @@ "portable", "shim" ], - "time": "2015-11-04 20:28:58" + "time": "2016-01-20 09:13:37" }, { "name": "symfony/process", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "01383ed02a1020759bc8ee5d975fcec04ba16fbf" + "reference": "f4794f1d00f0746621be3020ffbd8c5e0b217ee3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/01383ed02a1020759bc8ee5d975fcec04ba16fbf", - "reference": "01383ed02a1020759bc8ee5d975fcec04ba16fbf", + "url": "https://api.github.com/repos/symfony/process/zipball/f4794f1d00f0746621be3020ffbd8c5e0b217ee3", + "reference": "f4794f1d00f0746621be3020ffbd8c5e0b217ee3", "shasum": "" }, "require": { @@ -2356,11 +2631,11 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2015-11-30 12:36:17" + "time": "2015-12-23 11:04:02" }, { "name": "symfony/stopwatch", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", @@ -2414,7 +2689,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.4.7", + "php": ">=5.5.0", "ext-spl": "*", "ext-pdo": ">=1.0" }, diff --git a/lib/Bin/Update.php b/lib/Bin/Update.php index efaf36e..c3d2f43 100644 --- a/lib/Bin/Update.php +++ b/lib/Bin/Update.php @@ -26,10 +26,11 @@ use Sabre\Katana\Exception; use Sabre\Katana\Version; use Sabre\Uri; -use Hoa\Core; +use Hoa\Consistency; use Hoa\Console; use Hoa\Console\Cursor; use Hoa\Console\Window; +use Hoa\Event; use Hoa\File; /** @@ -199,7 +200,7 @@ function() { ); $fileIn->on( 'progress', - function(Core\Event\Bucket $bucket) use ($progress) { + function(Event\Bucket $bucket) use ($progress) { static $previousPercent = 0; @@ -238,7 +239,7 @@ function(Core\Event\Bucket $bucket) use ($progress) { } $processus = new Console\Processus( - Core::getPHPBinary(), + Consistency::getPHPBinary(), [ $location, '--extract' => SABRE_KATANA_PREFIX, @@ -248,7 +249,7 @@ function(Core\Event\Bucket $bucket) use ($progress) { $processus->on('input', function() { return false; }); - $processus->on('output', function(Core\Event\Bucket $bucket) { + $processus->on('output', function(Event\Bucket $bucket) { echo $bucket->getData()['line'], "\n"; }); $processus->run(); diff --git a/lib/Exception/Exception.php b/lib/Exception/Exception.php index 483be9c..49e2090 100644 --- a/lib/Exception/Exception.php +++ b/lib/Exception/Exception.php @@ -22,7 +22,7 @@ namespace Sabre\Katana\Exception; -use Hoa\Core; +use Hoa\Exception as HoaException; /** * Mother exception of this project. @@ -31,5 +31,5 @@ * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ -class Exception extends Core\Exception { +class Exception extends HoaException { } From c85cacf0f7e6a3e45830960096e6b442f1ac0b6f Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 26 Jan 2016 09:08:11 +0100 Subject: [PATCH 2/7] Travis: Drop 5.4. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e0f415..ea16d3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - - 5.4 - 5.5 - 5.6 - 7 From 21059bcbd1244c16a52f499d7bb7aa4a62dac425 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 27 Jan 2016 08:23:38 +0100 Subject: [PATCH 3/7] Quality: Happy new year and fix CS. --- bin/katana | 4 ++-- bootstrap.php | 4 ++-- lib/Bin/AbstractCommand.php | 3 +-- lib/Bin/Install.php | 3 +-- lib/Bin/Update.php | 3 +-- lib/Bin/Welcome.php | 3 +-- lib/CalDav/Principal/Collection.php | 3 +-- lib/CalDav/Principal/User.php | 3 +-- lib/CalDav/Schedule/IMipPlugin.php | 3 +-- lib/Configuration.php | 3 +-- lib/Dav/Authentication/BasicBackend.php | 3 +-- lib/Dav/System/Collection.php | 3 +-- lib/Dav/System/Configuration/Node.php | 3 +-- lib/Dav/System/Configuration/Plugin.php | 3 +-- lib/Dav/System/ProtectedNode.php | 3 +-- lib/Dav/System/Version/Node.php | 3 +-- lib/Dav/System/Version/Plugin.php | 3 +-- lib/DavAcl/File/Directory.php | 3 +-- lib/DavAcl/File/Home.php | 3 +-- lib/DavAcl/File/Plugin.php | 3 +-- lib/DavAcl/Principal/Backend.php | 3 +-- lib/DavAcl/User/Plugin.php | 3 +-- lib/Exception/Console.php | 3 +-- lib/Exception/Dav/Exception.php | 3 +-- lib/Exception/Dav/InternalServerError.php | 3 +-- lib/Exception/Environment.php | 3 +-- lib/Exception/Exception.php | 3 +-- lib/Exception/Installation.php | 3 +-- lib/Exception/Update.php | 3 +-- lib/Server/Installer.php | 3 +-- lib/Server/Server.php | 3 +-- lib/Server/Updater.php | 3 +-- lib/Version.php | 3 +-- public/admin.php | 4 ++-- public/install.php | 4 ++-- public/server.php | 4 ++-- public/static/javascript/admin.js | 2 +- public/static/javascript/install.js | 2 +- public/static/javascript/katana-validator.js | 4 ++-- public/static/javascript/katana-webdav-adapter.js | 6 +++--- resource/default/http_server/built-in.php | 4 ++-- resource/view/admin.html | 2 +- resource/view/caldav_scheduling.html | 2 +- resource/view/caldav_scheduling.txt | 2 +- resource/view/install.html | 2 +- resource/view/install_bower.html | 2 +- tests/Helper/Configuration.php | 2 +- tests/Helper/Helper.php | 2 +- tests/Helper/MySQL.php | 2 +- tests/Helper/SQLite.php | 2 +- tests/Helper/TemporaryDirectory.php | 2 +- tests/Helper/TemporaryFile.php | 2 +- tests/Integration/Server/Installer.php | 2 +- tests/Integration/Suite.php | 2 +- tests/Mock/Sapi.php | 2 +- tests/Mock/Server.php | 2 +- tests/Unit/Configuration.php | 2 +- tests/Unit/Dav/System/Configuration.php | 2 +- tests/Unit/Server/Installer.php | 2 +- tests/Unit/Server/Server.php | 2 +- tests/Unit/Server/Updater.php | 2 +- tests/Unit/Suite.php | 2 +- 62 files changed, 71 insertions(+), 102 deletions(-) diff --git a/bin/katana b/bin/katana index 69ed410..d00b7ba 100755 --- a/bin/katana +++ b/bin/katana @@ -5,7 +5,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -29,7 +29,7 @@ use Hoa\Router; /** * Entry point of the CLI script. * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ diff --git a/bootstrap.php b/bootstrap.php index 81aae4d..04d3fe9 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -23,7 +23,7 @@ /** * Bootstrap the project. * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ diff --git a/lib/Bin/AbstractCommand.php b/lib/Bin/AbstractCommand.php index e791384..3f249f3 100644 --- a/lib/Bin/AbstractCommand.php +++ b/lib/Bin/AbstractCommand.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Bin; use Hoa\Console; diff --git a/lib/Bin/Install.php b/lib/Bin/Install.php index fa9e121..c3c5d86 100644 --- a/lib/Bin/Install.php +++ b/lib/Bin/Install.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Bin; use Sabre\Katana\Server\Installer; diff --git a/lib/Bin/Update.php b/lib/Bin/Update.php index c3d2f43..87eff5d 100644 --- a/lib/Bin/Update.php +++ b/lib/Bin/Update.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Bin; use Sabre\Katana\Server\Updater; diff --git a/lib/Bin/Welcome.php b/lib/Bin/Welcome.php index 886bc97..37690d6 100644 --- a/lib/Bin/Welcome.php +++ b/lib/Bin/Welcome.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Bin; use Hoa\Console; diff --git a/lib/CalDav/Principal/Collection.php b/lib/CalDav/Principal/Collection.php index 7fa2b15..68b6c9c 100644 --- a/lib/CalDav/Principal/Collection.php +++ b/lib/CalDav/Principal/Collection.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\CalDav\Principal; use Sabre\CalDAV as SabreCalDav; diff --git a/lib/CalDav/Principal/User.php b/lib/CalDav/Principal/User.php index 0d90ab1..96ec5bc 100644 --- a/lib/CalDav/Principal/User.php +++ b/lib/CalDav/Principal/User.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\CalDav\Principal; use Sabre\CalDAV as SabreCalDav; diff --git a/lib/CalDav/Schedule/IMipPlugin.php b/lib/CalDav/Schedule/IMipPlugin.php index 020c74d..ebc5a78 100644 --- a/lib/CalDav/Schedule/IMipPlugin.php +++ b/lib/CalDav/Schedule/IMipPlugin.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\CalDav\Schedule; use Sabre\Katana\Configuration; diff --git a/lib/Configuration.php b/lib/Configuration.php index 6d7feae..3642816 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana; use StdClass; diff --git a/lib/Dav/Authentication/BasicBackend.php b/lib/Dav/Authentication/BasicBackend.php index 5384cc8..774733c 100644 --- a/lib/Dav/Authentication/BasicBackend.php +++ b/lib/Dav/Authentication/BasicBackend.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Dav\Authentication; use PDO; diff --git a/lib/Dav/System/Collection.php b/lib/Dav/System/Collection.php index c3b1898..4afb025 100644 --- a/lib/Dav/System/Collection.php +++ b/lib/Dav/System/Collection.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Dav\System; use Sabre\DAV as SabreDav; diff --git a/lib/Dav/System/Configuration/Node.php b/lib/Dav/System/Configuration/Node.php index 136f006..d5f03bb 100644 --- a/lib/Dav/System/Configuration/Node.php +++ b/lib/Dav/System/Configuration/Node.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Dav\System\Configuration; use Sabre\Katana\Dav\System; diff --git a/lib/Dav/System/Configuration/Plugin.php b/lib/Dav/System/Configuration/Plugin.php index e4d8d03..cf91272 100644 --- a/lib/Dav/System/Configuration/Plugin.php +++ b/lib/Dav/System/Configuration/Plugin.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Dav\System\Configuration; use Sabre\Katana\Dav\System; diff --git a/lib/Dav/System/ProtectedNode.php b/lib/Dav/System/ProtectedNode.php index 5ab50e8..70d9444 100644 --- a/lib/Dav/System/ProtectedNode.php +++ b/lib/Dav/System/ProtectedNode.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Dav\System; use Sabre\DAV as SabreDav; diff --git a/lib/Dav/System/Version/Node.php b/lib/Dav/System/Version/Node.php index 74b60e3..da75f24 100644 --- a/lib/Dav/System/Version/Node.php +++ b/lib/Dav/System/Version/Node.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Dav\System\Version; use Sabre\Katana\Dav\System; diff --git a/lib/Dav/System/Version/Plugin.php b/lib/Dav/System/Version/Plugin.php index 5ef2cc9..392d371 100644 --- a/lib/Dav/System/Version/Plugin.php +++ b/lib/Dav/System/Version/Plugin.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Dav\System\Version; use Sabre\Katana\Server\Updater; diff --git a/lib/DavAcl/File/Directory.php b/lib/DavAcl/File/Directory.php index 4233107..09e4459 100644 --- a/lib/DavAcl/File/Directory.php +++ b/lib/DavAcl/File/Directory.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\DavAcl\File; use Sabre\DAVACL as SabreDavAcl; diff --git a/lib/DavAcl/File/Home.php b/lib/DavAcl/File/Home.php index f92d4cd..1fdebe1 100644 --- a/lib/DavAcl/File/Home.php +++ b/lib/DavAcl/File/Home.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\DavAcl\File; use Sabre\DAVACL as SabreDavAcl; diff --git a/lib/DavAcl/File/Plugin.php b/lib/DavAcl/File/Plugin.php index bfc7684..4deca78 100644 --- a/lib/DavAcl/File/Plugin.php +++ b/lib/DavAcl/File/Plugin.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\DavAcl\File; use Sabre\DAV as SabreDav; diff --git a/lib/DavAcl/Principal/Backend.php b/lib/DavAcl/Principal/Backend.php index 50ad1e7..d3933b3 100644 --- a/lib/DavAcl/Principal/Backend.php +++ b/lib/DavAcl/Principal/Backend.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\DavAcl\Principal; use Sabre\Katana\Server\Server; diff --git a/lib/DavAcl/User/Plugin.php b/lib/DavAcl/User/Plugin.php index ea9d987..dcd5197 100644 --- a/lib/DavAcl/User/Plugin.php +++ b/lib/DavAcl/User/Plugin.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\DavAcl\User; use PDO; diff --git a/lib/Exception/Console.php b/lib/Exception/Console.php index cbbb89f..e6f6120 100644 --- a/lib/Exception/Console.php +++ b/lib/Exception/Console.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Exception; /** diff --git a/lib/Exception/Dav/Exception.php b/lib/Exception/Dav/Exception.php index e655911..b5cf4e1 100644 --- a/lib/Exception/Dav/Exception.php +++ b/lib/Exception/Dav/Exception.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Exception\Dav; use Sabre\DAV; diff --git a/lib/Exception/Dav/InternalServerError.php b/lib/Exception/Dav/InternalServerError.php index 1f597ea..830b10a 100644 --- a/lib/Exception/Dav/InternalServerError.php +++ b/lib/Exception/Dav/InternalServerError.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Exception\Dav; /** diff --git a/lib/Exception/Environment.php b/lib/Exception/Environment.php index a350e32..e802f10 100644 --- a/lib/Exception/Environment.php +++ b/lib/Exception/Environment.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Exception; /** diff --git a/lib/Exception/Exception.php b/lib/Exception/Exception.php index 49e2090..1a55f9a 100644 --- a/lib/Exception/Exception.php +++ b/lib/Exception/Exception.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Exception; use Hoa\Exception as HoaException; diff --git a/lib/Exception/Installation.php b/lib/Exception/Installation.php index 7dbcde5..dac2ee0 100644 --- a/lib/Exception/Installation.php +++ b/lib/Exception/Installation.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Exception; /** diff --git a/lib/Exception/Update.php b/lib/Exception/Update.php index d5060c3..c5f2482 100644 --- a/lib/Exception/Update.php +++ b/lib/Exception/Update.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Exception; /** diff --git a/lib/Server/Installer.php b/lib/Server/Installer.php index dfdb226..31ffb65 100644 --- a/lib/Server/Installer.php +++ b/lib/Server/Installer.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Server; use PDO; diff --git a/lib/Server/Server.php b/lib/Server/Server.php index 89475f9..2ab5db9 100644 --- a/lib/Server/Server.php +++ b/lib/Server/Server.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Server; use PDO; diff --git a/lib/Server/Updater.php b/lib/Server/Updater.php index 6114b8b..e7dba7d 100644 --- a/lib/Server/Updater.php +++ b/lib/Server/Updater.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana\Server; use Sabre\Katana\Exception; diff --git a/lib/Version.php b/lib/Version.php index 4c74d21..64a2be3 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - namespace Sabre\Katana; /** diff --git a/public/admin.php b/public/admin.php index 87b4563..67176f7 100644 --- a/public/admin.php +++ b/public/admin.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -27,7 +27,7 @@ /** * This file runs the administrator panel. * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ diff --git a/public/install.php b/public/install.php index 4e21ec6..1bc136e 100644 --- a/public/install.php +++ b/public/install.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -32,7 +32,7 @@ /** * This file aims at installing the application. * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ diff --git a/public/server.php b/public/server.php index 4f61661..8d01419 100644 --- a/public/server.php +++ b/public/server.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -28,7 +28,7 @@ /** * This file is the first to receive the HTTP request and runs the server. * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ diff --git a/public/static/javascript/admin.js b/public/static/javascript/admin.js index e443230..0ad5935 100644 --- a/public/static/javascript/admin.js +++ b/public/static/javascript/admin.js @@ -2,7 +2,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/public/static/javascript/install.js b/public/static/javascript/install.js index cf5df3e..204ff8e 100644 --- a/public/static/javascript/install.js +++ b/public/static/javascript/install.js @@ -2,7 +2,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/public/static/javascript/katana-validator.js b/public/static/javascript/katana-validator.js index f686f46..de6b799 100644 --- a/public/static/javascript/katana-validator.js +++ b/public/static/javascript/katana-validator.js @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -61,7 +61,7 @@ Ember.libraries.register('Ember Katana Validator', '0.0.3'); * } * } * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ diff --git a/public/static/javascript/katana-webdav-adapter.js b/public/static/javascript/katana-webdav-adapter.js index 8649dc6..3ab77cd 100644 --- a/public/static/javascript/katana-webdav-adapter.js +++ b/public/static/javascript/katana-webdav-adapter.js @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -25,7 +25,7 @@ Ember.libraries.register('Ember Katana WebDAV Adapter', '0.0.1'); /** * WebDAV adapter. * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ @@ -855,7 +855,7 @@ var KatanaWebDAVAdapter = DS.Adapter.extend({ /** * Some utilities related to XML and WebDAV. * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ diff --git a/resource/default/http_server/built-in.php b/resource/default/http_server/built-in.php index 19b693b..35b1aa8 100755 --- a/resource/default/http_server/built-in.php +++ b/resource/default/http_server/built-in.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -29,7 +29,7 @@ /** * Router of the HTTP server. * - * @copyright Copyright (C) 2015 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2016 fruux GmbH (https://fruux.com/). * @author Ivan Enderlin * @license GNU Affero General Public License, Version 3. */ diff --git a/resource/view/admin.html b/resource/view/admin.html index fcb9f31..75c44db 100644 --- a/resource/view/admin.html +++ b/resource/view/admin.html @@ -903,7 +903,7 @@

Help and documentation

License

sabre/katana.
-Copyright (C) 2015 fruux GmbH (https://fruux.com/)
+Copyright (C) 2016 fruux GmbH (https://fruux.com/)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
diff --git a/resource/view/caldav_scheduling.html b/resource/view/caldav_scheduling.html
index 8675d04..e477d25 100644
--- a/resource/view/caldav_scheduling.html
+++ b/resource/view/caldav_scheduling.html
@@ -185,4 +185,4 @@ 

- \ No newline at end of file + diff --git a/resource/view/caldav_scheduling.txt b/resource/view/caldav_scheduling.txt index 7df62ed..b51d070 100644 --- a/resource/view/caldav_scheduling.txt +++ b/resource/view/caldav_scheduling.txt @@ -65,4 +65,4 @@ Notes: ----------------------------------------------------------- http://sabre.io/katana is powered by http://sabre.io/ -© 2015- https://fruux.com/ \ No newline at end of file +© 2015- https://fruux.com/ diff --git a/resource/view/install.html b/resource/view/install.html index 84c6d9c..80585ba 100644 --- a/resource/view/install.html +++ b/resource/view/install.html @@ -284,4 +284,4 @@

- \ No newline at end of file + diff --git a/resource/view/install_bower.html b/resource/view/install_bower.html index 0d9d85b..e82217d 100644 --- a/resource/view/install_bower.html +++ b/resource/view/install_bower.html @@ -70,4 +70,4 @@

What's next?

- \ No newline at end of file + diff --git a/tests/Helper/Configuration.php b/tests/Helper/Configuration.php index 8d8378d..961b35e 100644 --- a/tests/Helper/Configuration.php +++ b/tests/Helper/Configuration.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Helper/Helper.php b/tests/Helper/Helper.php index 87c1fc2..33ce776 100644 --- a/tests/Helper/Helper.php +++ b/tests/Helper/Helper.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Helper/MySQL.php b/tests/Helper/MySQL.php index 6b7f2cf..0a1d3b5 100644 --- a/tests/Helper/MySQL.php +++ b/tests/Helper/MySQL.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Helper/SQLite.php b/tests/Helper/SQLite.php index b98b51e..71a9a58 100644 --- a/tests/Helper/SQLite.php +++ b/tests/Helper/SQLite.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Helper/TemporaryDirectory.php b/tests/Helper/TemporaryDirectory.php index ded2cbb..0259819 100644 --- a/tests/Helper/TemporaryDirectory.php +++ b/tests/Helper/TemporaryDirectory.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Helper/TemporaryFile.php b/tests/Helper/TemporaryFile.php index 07f2375..2219406 100644 --- a/tests/Helper/TemporaryFile.php +++ b/tests/Helper/TemporaryFile.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Integration/Server/Installer.php b/tests/Integration/Server/Installer.php index 6db1399..cdc0a8d 100644 --- a/tests/Integration/Server/Installer.php +++ b/tests/Integration/Server/Installer.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Integration/Suite.php b/tests/Integration/Suite.php index 354913a..e9999aa 100644 --- a/tests/Integration/Suite.php +++ b/tests/Integration/Suite.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Mock/Sapi.php b/tests/Mock/Sapi.php index 5f09401..b6cd144 100644 --- a/tests/Mock/Sapi.php +++ b/tests/Mock/Sapi.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Mock/Server.php b/tests/Mock/Server.php index 9925207..7760763 100644 --- a/tests/Mock/Server.php +++ b/tests/Mock/Server.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Unit/Configuration.php b/tests/Unit/Configuration.php index b133088..a55f024 100644 --- a/tests/Unit/Configuration.php +++ b/tests/Unit/Configuration.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Unit/Dav/System/Configuration.php b/tests/Unit/Dav/System/Configuration.php index 447dfc9..a03d5fb 100644 --- a/tests/Unit/Dav/System/Configuration.php +++ b/tests/Unit/Dav/System/Configuration.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Unit/Server/Installer.php b/tests/Unit/Server/Installer.php index 4c7afc1..3d92444 100644 --- a/tests/Unit/Server/Installer.php +++ b/tests/Unit/Server/Installer.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Unit/Server/Server.php b/tests/Unit/Server/Server.php index 2eec0de..884fe02 100644 --- a/tests/Unit/Server/Server.php +++ b/tests/Unit/Server/Server.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Unit/Server/Updater.php b/tests/Unit/Server/Updater.php index ea8902c..86b23dd 100644 --- a/tests/Unit/Server/Updater.php +++ b/tests/Unit/Server/Updater.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/Unit/Suite.php b/tests/Unit/Suite.php index c2fd82f..75a08e5 100644 --- a/tests/Unit/Suite.php +++ b/tests/Unit/Suite.php @@ -4,7 +4,7 @@ * @license * * sabre/katana. - * Copyright (C) 2015 fruux GmbH (https://fruux.com/) + * Copyright (C) 2016 fruux GmbH (https://fruux.com/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as From a120cbadcb4b409640909c8de234ad2fd6c5025e Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 27 Jan 2016 08:36:25 +0100 Subject: [PATCH 4/7] Quality: Fix CS. --- lib/Bin/AbstractCommand.php | 1 + lib/Bin/Install.php | 1 + lib/Bin/Update.php | 1 + lib/Bin/Welcome.php | 1 + lib/CalDav/Principal/Collection.php | 1 + lib/CalDav/Principal/User.php | 1 + lib/CalDav/Schedule/IMipPlugin.php | 1 + lib/Configuration.php | 1 + lib/Dav/Authentication/BasicBackend.php | 1 + lib/Dav/System/Collection.php | 1 + lib/Dav/System/Configuration/Node.php | 1 + lib/Dav/System/Configuration/Plugin.php | 1 + lib/Dav/System/ProtectedNode.php | 1 + lib/Dav/System/Version/Node.php | 1 + lib/Dav/System/Version/Plugin.php | 1 + lib/DavAcl/File/Directory.php | 1 + lib/DavAcl/File/Home.php | 1 + lib/DavAcl/File/Plugin.php | 1 + lib/DavAcl/Principal/Backend.php | 1 + lib/DavAcl/User/Plugin.php | 1 + lib/Exception/Console.php | 1 + lib/Exception/Dav/Exception.php | 1 + lib/Exception/Dav/InternalServerError.php | 1 + lib/Exception/Environment.php | 1 + lib/Exception/Exception.php | 1 + lib/Exception/Installation.php | 1 + lib/Exception/Update.php | 1 + lib/Server/Installer.php | 1 + lib/Server/Server.php | 1 + lib/Server/Updater.php | 1 + lib/Version.php | 1 + 31 files changed, 31 insertions(+) diff --git a/lib/Bin/AbstractCommand.php b/lib/Bin/AbstractCommand.php index 3f249f3..5a677b9 100644 --- a/lib/Bin/AbstractCommand.php +++ b/lib/Bin/AbstractCommand.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Bin; use Hoa\Console; diff --git a/lib/Bin/Install.php b/lib/Bin/Install.php index c3c5d86..c9a0381 100644 --- a/lib/Bin/Install.php +++ b/lib/Bin/Install.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Bin; use Sabre\Katana\Server\Installer; diff --git a/lib/Bin/Update.php b/lib/Bin/Update.php index 87eff5d..5bb710b 100644 --- a/lib/Bin/Update.php +++ b/lib/Bin/Update.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Bin; use Sabre\Katana\Server\Updater; diff --git a/lib/Bin/Welcome.php b/lib/Bin/Welcome.php index 37690d6..267a837 100644 --- a/lib/Bin/Welcome.php +++ b/lib/Bin/Welcome.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Bin; use Hoa\Console; diff --git a/lib/CalDav/Principal/Collection.php b/lib/CalDav/Principal/Collection.php index 68b6c9c..d33b657 100644 --- a/lib/CalDav/Principal/Collection.php +++ b/lib/CalDav/Principal/Collection.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\CalDav\Principal; use Sabre\CalDAV as SabreCalDav; diff --git a/lib/CalDav/Principal/User.php b/lib/CalDav/Principal/User.php index 96ec5bc..3bba0cb 100644 --- a/lib/CalDav/Principal/User.php +++ b/lib/CalDav/Principal/User.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\CalDav\Principal; use Sabre\CalDAV as SabreCalDav; diff --git a/lib/CalDav/Schedule/IMipPlugin.php b/lib/CalDav/Schedule/IMipPlugin.php index ebc5a78..1f42044 100644 --- a/lib/CalDav/Schedule/IMipPlugin.php +++ b/lib/CalDav/Schedule/IMipPlugin.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\CalDav\Schedule; use Sabre\Katana\Configuration; diff --git a/lib/Configuration.php b/lib/Configuration.php index 3642816..1b52e7b 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana; use StdClass; diff --git a/lib/Dav/Authentication/BasicBackend.php b/lib/Dav/Authentication/BasicBackend.php index 774733c..c60a532 100644 --- a/lib/Dav/Authentication/BasicBackend.php +++ b/lib/Dav/Authentication/BasicBackend.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Dav\Authentication; use PDO; diff --git a/lib/Dav/System/Collection.php b/lib/Dav/System/Collection.php index 4afb025..caa27c0 100644 --- a/lib/Dav/System/Collection.php +++ b/lib/Dav/System/Collection.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Dav\System; use Sabre\DAV as SabreDav; diff --git a/lib/Dav/System/Configuration/Node.php b/lib/Dav/System/Configuration/Node.php index d5f03bb..993e62b 100644 --- a/lib/Dav/System/Configuration/Node.php +++ b/lib/Dav/System/Configuration/Node.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Dav\System\Configuration; use Sabre\Katana\Dav\System; diff --git a/lib/Dav/System/Configuration/Plugin.php b/lib/Dav/System/Configuration/Plugin.php index cf91272..625d314 100644 --- a/lib/Dav/System/Configuration/Plugin.php +++ b/lib/Dav/System/Configuration/Plugin.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Dav\System\Configuration; use Sabre\Katana\Dav\System; diff --git a/lib/Dav/System/ProtectedNode.php b/lib/Dav/System/ProtectedNode.php index 70d9444..bd6f509 100644 --- a/lib/Dav/System/ProtectedNode.php +++ b/lib/Dav/System/ProtectedNode.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Dav\System; use Sabre\DAV as SabreDav; diff --git a/lib/Dav/System/Version/Node.php b/lib/Dav/System/Version/Node.php index da75f24..9f801d0 100644 --- a/lib/Dav/System/Version/Node.php +++ b/lib/Dav/System/Version/Node.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Dav\System\Version; use Sabre\Katana\Dav\System; diff --git a/lib/Dav/System/Version/Plugin.php b/lib/Dav/System/Version/Plugin.php index 392d371..243ff84 100644 --- a/lib/Dav/System/Version/Plugin.php +++ b/lib/Dav/System/Version/Plugin.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Dav\System\Version; use Sabre\Katana\Server\Updater; diff --git a/lib/DavAcl/File/Directory.php b/lib/DavAcl/File/Directory.php index 09e4459..af1f8c5 100644 --- a/lib/DavAcl/File/Directory.php +++ b/lib/DavAcl/File/Directory.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\DavAcl\File; use Sabre\DAVACL as SabreDavAcl; diff --git a/lib/DavAcl/File/Home.php b/lib/DavAcl/File/Home.php index 1fdebe1..7e00064 100644 --- a/lib/DavAcl/File/Home.php +++ b/lib/DavAcl/File/Home.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\DavAcl\File; use Sabre\DAVACL as SabreDavAcl; diff --git a/lib/DavAcl/File/Plugin.php b/lib/DavAcl/File/Plugin.php index 4deca78..e15d102 100644 --- a/lib/DavAcl/File/Plugin.php +++ b/lib/DavAcl/File/Plugin.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\DavAcl\File; use Sabre\DAV as SabreDav; diff --git a/lib/DavAcl/Principal/Backend.php b/lib/DavAcl/Principal/Backend.php index d3933b3..c34c406 100644 --- a/lib/DavAcl/Principal/Backend.php +++ b/lib/DavAcl/Principal/Backend.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\DavAcl\Principal; use Sabre\Katana\Server\Server; diff --git a/lib/DavAcl/User/Plugin.php b/lib/DavAcl/User/Plugin.php index dcd5197..eb298e6 100644 --- a/lib/DavAcl/User/Plugin.php +++ b/lib/DavAcl/User/Plugin.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\DavAcl\User; use PDO; diff --git a/lib/Exception/Console.php b/lib/Exception/Console.php index e6f6120..5149c60 100644 --- a/lib/Exception/Console.php +++ b/lib/Exception/Console.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Exception; /** diff --git a/lib/Exception/Dav/Exception.php b/lib/Exception/Dav/Exception.php index b5cf4e1..09f3bc7 100644 --- a/lib/Exception/Dav/Exception.php +++ b/lib/Exception/Dav/Exception.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Exception\Dav; use Sabre\DAV; diff --git a/lib/Exception/Dav/InternalServerError.php b/lib/Exception/Dav/InternalServerError.php index 830b10a..3477e98 100644 --- a/lib/Exception/Dav/InternalServerError.php +++ b/lib/Exception/Dav/InternalServerError.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Exception\Dav; /** diff --git a/lib/Exception/Environment.php b/lib/Exception/Environment.php index e802f10..32c44c0 100644 --- a/lib/Exception/Environment.php +++ b/lib/Exception/Environment.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Exception; /** diff --git a/lib/Exception/Exception.php b/lib/Exception/Exception.php index 1a55f9a..3aa82a7 100644 --- a/lib/Exception/Exception.php +++ b/lib/Exception/Exception.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Exception; use Hoa\Exception as HoaException; diff --git a/lib/Exception/Installation.php b/lib/Exception/Installation.php index dac2ee0..42b9b33 100644 --- a/lib/Exception/Installation.php +++ b/lib/Exception/Installation.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Exception; /** diff --git a/lib/Exception/Update.php b/lib/Exception/Update.php index c5f2482..807143f 100644 --- a/lib/Exception/Update.php +++ b/lib/Exception/Update.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Exception; /** diff --git a/lib/Server/Installer.php b/lib/Server/Installer.php index 31ffb65..c33cccc 100644 --- a/lib/Server/Installer.php +++ b/lib/Server/Installer.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Server; use PDO; diff --git a/lib/Server/Server.php b/lib/Server/Server.php index 2ab5db9..349a027 100644 --- a/lib/Server/Server.php +++ b/lib/Server/Server.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Server; use PDO; diff --git a/lib/Server/Updater.php b/lib/Server/Updater.php index e7dba7d..158a4ea 100644 --- a/lib/Server/Updater.php +++ b/lib/Server/Updater.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana\Server; use Sabre\Katana\Exception; diff --git a/lib/Version.php b/lib/Version.php index 64a2be3..e6c197a 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -19,6 +19,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + namespace Sabre\Katana; /** From f2b613b2c1daef985c9acdda0002852341d281c3 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 28 Jan 2016 16:58:33 +0100 Subject: [PATCH 5/7] Composer: Update sabre/cs. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 25445dd..c236bb5 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "atoum/atoum" : "~2.5", "atoum/praspel-extension" : "~0.16", "atoum/ruler-extension" : "~1.2", - "sabre/cs" : "~0.0.4", + "sabre/cs" : "~0.0.5", "hoa/regex" : "~1.0" }, "suggest": { From 7fc3a4971a032848ec41544d0e98151dcd72b766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 25 Apr 2019 23:39:36 +0200 Subject: [PATCH 6/7] Only PHP 7.1 for now ... --- .travis.yml | 10 +- composer.json | 10 +- composer.lock | 853 +++++++++++++++++++++++--------------- tests/.autoload.atoum.php | 4 +- 4 files changed, 537 insertions(+), 340 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea16d3f..036e0ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,6 @@ language: php php: - - 5.5 - - 5.6 - - 7 - - hhvm - -matrix: - allow_failures: - - php: 7 - - php: hhvm + - 7.1 env: matrix: diff --git a/composer.json b/composer.json index c236bb5..1f253e3 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "source": "https://github.com/fruux/sabre-katana/" }, "require": { - "php" : ">=5.5.0", + "php" : ">=7.1.0", "ext-spl" : "*", "ext-pdo" : ">=1.0", "sabre/dav" : "~3.0.1", @@ -34,7 +34,7 @@ "ircmaxell/password-compat": "~1.0" }, "require-dev": { - "atoum/atoum" : "~2.5", + "atoum/atoum" : "~3.0", "atoum/praspel-extension" : "~0.16", "atoum/ruler-extension" : "~1.2", "sabre/cs" : "~0.0.5", @@ -50,6 +50,12 @@ "Sabre\\Katana\\": "lib/" } }, + "autoload-dev": { + "psr-4": { + "Sabre\\Katana\\Test\\": "tests/", + "Mock\\": "tests/Mock" + } + }, "bin": ["bin/katana"], "config": { "bin-dir" : "bin/", diff --git a/composer.lock b/composer.lock index 0c503c5..d6d25ae 100644 --- a/composer.lock +++ b/composer.lock @@ -1,24 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "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#installing-dependencies", "This file is @generated automatically" ], - "hash": "463ede56cc2b4827f06e427169802611", - "content-hash": "6a8e24727396926e663edcbf73482cd7", + "content-hash": "80e42294f10f8b2d7ad8c3812c6cd6d7", "packages": [ { "name": "hoa/consistency", - "version": "1.16.01.14", + "version": "1.17.05.02", "source": { "type": "git", "url": "https://github.com/hoaproject/Consistency.git", - "reference": "7656b971a8248a8d314ed0c5bb0668936438f62a" + "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/7656b971a8248a8d314ed0c5bb0668936438f62a", - "reference": "7656b971a8248a8d314ed0c5bb0668936438f62a", + "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f", + "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f", "shasum": "" }, "require": { @@ -26,7 +25,7 @@ "php": ">=5.5.0" }, "require-dev": { - "hoa/stream": "~0.0", + "hoa/stream": "~1.0", "hoa/test": "~2.0" }, "type": "library", @@ -54,11 +53,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Consistency library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "autoloader", "callable", @@ -68,20 +67,20 @@ "keyword", "library" ], - "time": "2016-01-14 10:26:48" + "time": "2017-05-02T12:18:12+00:00" }, { "name": "hoa/console", - "version": "3.16.01.14", + "version": "3.17.05.02", "source": { "type": "git", "url": "https://github.com/hoaproject/Console.git", - "reference": "8d279675fd421abe3b16982c5a58f24d1726db3b" + "reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Console/zipball/8d279675fd421abe3b16982c5a58f24d1726db3b", - "reference": "8d279675fd421abe3b16982c5a58f24d1726db3b", + "url": "https://api.github.com/repos/hoaproject/Console/zipball/e231fd3ea70e6d773576ae78de0bdc1daf331a66", + "reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66", "shasum": "" }, "require": { @@ -123,11 +122,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Console library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "autocompletion", "chrome", @@ -144,20 +143,20 @@ "tput", "window" ], - "time": "2016-01-14 20:46:35" + "time": "2017-05-02T12:26:19+00:00" }, { "name": "hoa/dispatcher", - "version": "1.16.01.15", + "version": "1.17.05.02", "source": { "type": "git", "url": "https://github.com/hoaproject/Dispatcher.git", - "reference": "a0ea27587a0a12ddcee6a00fac5ebc158a2186c3" + "reference": "8144e7c8364241ffd78c60989068ec03ee510b7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Dispatcher/zipball/a0ea27587a0a12ddcee6a00fac5ebc158a2186c3", - "reference": "a0ea27587a0a12ddcee6a00fac5ebc158a2186c3", + "url": "https://api.github.com/repos/hoaproject/Dispatcher/zipball/8144e7c8364241ffd78c60989068ec03ee510b7d", + "reference": "8144e7c8364241ffd78c60989068ec03ee510b7d", "shasum": "" }, "require": { @@ -196,30 +195,30 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Dispatcher library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "dispatcher", "kit", "library" ], - "time": "2016-01-14 20:52:21" + "time": "2017-05-02T12:27:07+00:00" }, { "name": "hoa/event", - "version": "1.16.01.11", + "version": "1.17.01.13", "source": { "type": "git", "url": "https://github.com/hoaproject/Event.git", - "reference": "4470e090207336c01ea0cc6f9f1fa8832e4d9866" + "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Event/zipball/4470e090207336c01ea0cc6f9f1fa8832e4d9866", - "reference": "4470e090207336c01ea0cc6f9f1fa8832e4d9866", + "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54", + "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54", "shasum": "" }, "require": { @@ -251,31 +250,31 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Event library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "event", "library", "listener", "observer" ], - "time": "2016-01-11 08:34:41" + "time": "2017-01-13T15:30:50+00:00" }, { "name": "hoa/eventsource", - "version": "3.16.01.14", + "version": "3.17.01.10", "source": { "type": "git", "url": "https://github.com/hoaproject/Eventsource.git", - "reference": "e607b4ec00954a64c90205d14ef761574864c93a" + "reference": "8644825b2d8032ded1e5e5a1b2249edcd15bca0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Eventsource/zipball/e607b4ec00954a64c90205d14ef761574864c93a", - "reference": "e607b4ec00954a64c90205d14ef761574864c93a", + "url": "https://api.github.com/repos/hoaproject/Eventsource/zipball/8644825b2d8032ded1e5e5a1b2249edcd15bca0c", + "reference": "8644825b2d8032ded1e5e5a1b2249edcd15bca0c", "shasum": "" }, "require": { @@ -308,11 +307,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Eventsource library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "event", "eventsource", @@ -321,20 +320,20 @@ "push", "server" ], - "time": "2016-01-14 20:54:16" + "time": "2017-01-10T10:47:04+00:00" }, { "name": "hoa/exception", - "version": "1.16.01.11", + "version": "1.17.01.16", "source": { "type": "git", "url": "https://github.com/hoaproject/Exception.git", - "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366" + "reference": "091727d46420a3d7468ef0595651488bfc3a458f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Exception/zipball/fa4a9648aef2c8ca8f4cd543429b24dc8feaa366", - "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366", + "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f", + "reference": "091727d46420a3d7468ef0595651488bfc3a458f", "shasum": "" }, "require": { @@ -366,29 +365,29 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Exception library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "exception", "library" ], - "time": "2016-01-11 08:38:17" + "time": "2017-01-16T07:53:27+00:00" }, { "name": "hoa/file", - "version": "1.16.01.15", + "version": "1.17.07.11", "source": { "type": "git", "url": "https://github.com/hoaproject/File.git", - "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b" + "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/File/zipball/bc04ddb476bfeee03c2be585fc37a98d2887277b", - "reference": "bc04ddb476bfeee03c2be585fc37a98d2887277b", + "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca", + "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca", "shasum": "" }, "require": { @@ -423,11 +422,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\File library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "Socket", "directory", @@ -437,20 +436,20 @@ "link", "temporary" ], - "time": "2016-01-14 20:55:07" + "time": "2017-07-11T07:42:15+00:00" }, { "name": "hoa/http", - "version": "1.16.01.15", + "version": "1.17.01.13", "source": { "type": "git", "url": "https://github.com/hoaproject/Http.git", - "reference": "2a54faf6e530a8baba5aecab42759a5fbe6a61f8" + "reference": "6d3e114b48a63cf6b9532f9e9607cebade6314ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Http/zipball/2a54faf6e530a8baba5aecab42759a5fbe6a61f8", - "reference": "2a54faf6e530a8baba5aecab42759a5fbe6a61f8", + "url": "https://api.github.com/repos/hoaproject/Http/zipball/6d3e114b48a63cf6b9532f9e9607cebade6314ef", + "reference": "6d3e114b48a63cf6b9532f9e9607cebade6314ef", "shasum": "" }, "require": { @@ -480,11 +479,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Http library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "http", "library", @@ -505,20 +504,20 @@ "rfc7237", "runtime" ], - "time": "2016-01-14 20:57:19" + "time": "2017-01-13T15:28:17+00:00" }, { "name": "hoa/iterator", - "version": "2.16.01.11", + "version": "2.17.01.10", "source": { "type": "git", "url": "https://github.com/hoaproject/Iterator.git", - "reference": "eed36f2ec8233f494fd4450d570453b9a84736da" + "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/eed36f2ec8233f494fd4450d570453b9a84736da", - "reference": "eed36f2ec8233f494fd4450d570453b9a84736da", + "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc", + "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc", "shasum": "" }, "require": { @@ -550,38 +549,39 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Iterator library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "iterator", "library" ], - "time": "2016-01-11 09:13:46" + "time": "2017-01-10T10:34:47+00:00" }, { "name": "hoa/mail", - "version": "0.16.01.11", + "version": "0.17.01.13", "source": { "type": "git", "url": "https://github.com/hoaproject/Mail.git", - "reference": "3c1ef08adc462ab0be0c6fda5735a0a66f249d0d" + "reference": "aca2a1493f84f0b8f6121b209940b3a4f66c1bf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Mail/zipball/3c1ef08adc462ab0be0c6fda5735a0a66f249d0d", - "reference": "3c1ef08adc462ab0be0c6fda5735a0a66f249d0d", + "url": "https://api.github.com/repos/hoaproject/Mail/zipball/aca2a1493f84f0b8f6121b209940b3a4f66c1bf9", + "reference": "aca2a1493f84f0b8f6121b209940b3a4f66c1bf9", "shasum": "" }, "require": { "hoa/consistency": "~1.0", "hoa/exception": "~1.0", - "hoa/mime": "~3.0" + "hoa/mime": "~3.0", + "hoa/socket": "~1.0" }, "require-dev": { - "hoa/file": "~0.0", + "hoa/file": "~1.0", "hoa/test": "~2.0" }, "type": "library", @@ -606,11 +606,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Mail library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "imap", "library", @@ -626,20 +626,20 @@ "sendmail", "smtp" ], - "time": "2016-01-11 09:20:51" + "time": "2017-01-13T15:59:32+00:00" }, { "name": "hoa/mime", - "version": "3.16.01.15", + "version": "3.17.01.10", "source": { "type": "git", "url": "https://github.com/hoaproject/Mime.git", - "reference": "c26f02fc531a0e66eb15ccab1d73e76fdb0fa5f6" + "reference": "7a2a2e08c07583fd67fc63d074e527459a9f71d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Mime/zipball/c26f02fc531a0e66eb15ccab1d73e76fdb0fa5f6", - "reference": "c26f02fc531a0e66eb15ccab1d73e76fdb0fa5f6", + "url": "https://api.github.com/repos/hoaproject/Mime/zipball/7a2a2e08c07583fd67fc63d074e527459a9f71d4", + "reference": "7a2a2e08c07583fd67fc63d074e527459a9f71d4", "shasum": "" }, "require": { @@ -675,30 +675,30 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Mime library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "library", "mime", "type" ], - "time": "2016-01-14 21:32:00" + "time": "2017-01-10T10:20:43+00:00" }, { "name": "hoa/protocol", - "version": "1.16.01.11", + "version": "1.17.01.14", "source": { "type": "git", "url": "https://github.com/hoaproject/Protocol.git", - "reference": "97a33357e9f0827b75e19a78429d037fab18c1ce" + "reference": "5c2cf972151c45f373230da170ea015deecf19e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/97a33357e9f0827b75e19a78429d037fab18c1ce", - "reference": "97a33357e9f0827b75e19a78429d037fab18c1ce", + "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2", + "reference": "5c2cf972151c45f373230da170ea015deecf19e2", "shasum": "" }, "require": { @@ -733,11 +733,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Protocol library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "library", "protocol", @@ -745,20 +745,20 @@ "stream", "wrapper" ], - "time": "2016-01-11 08:41:20" + "time": "2017-01-14T12:26:10+00:00" }, { "name": "hoa/router", - "version": "3.16.01.14", + "version": "3.17.01.14", "source": { "type": "git", "url": "https://github.com/hoaproject/Router.git", - "reference": "ecbd82ce37882701c36f85712b8e6129cea1a6ef" + "reference": "8f09a2ed672f8cbf33d2e7e2e9db9181f1925b91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Router/zipball/ecbd82ce37882701c36f85712b8e6129cea1a6ef", - "reference": "ecbd82ce37882701c36f85712b8e6129cea1a6ef", + "url": "https://api.github.com/repos/hoaproject/Router/zipball/8f09a2ed672f8cbf33d2e7e2e9db9181f1925b91", + "reference": "8f09a2ed672f8cbf33d2e7e2e9db9181f1925b91", "shasum": "" }, "require": { @@ -788,31 +788,31 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Router library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "cli", "http", "library", "router" ], - "time": "2016-01-14 21:11:16" + "time": "2017-01-14T12:27:58+00:00" }, { "name": "hoa/socket", - "version": "1.16.01.15", + "version": "1.17.05.16", "source": { "type": "git", "url": "https://github.com/hoaproject/Socket.git", - "reference": "79dc0fad73885669f9df8dccba06a23e316ffc26" + "reference": "1a43f073d910d0f803de8cc9256779db1027906d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Socket/zipball/79dc0fad73885669f9df8dccba06a23e316ffc26", - "reference": "79dc0fad73885669f9df8dccba06a23e316ffc26", + "url": "https://api.github.com/repos/hoaproject/Socket/zipball/1a43f073d910d0f803de8cc9256779db1027906d", + "reference": "1a43f073d910d0f803de8cc9256779db1027906d", "shasum": "" }, "require": { @@ -821,7 +821,7 @@ "hoa/stream": "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "type": "library", "extra": { @@ -845,11 +845,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Socket library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "Socket", "client", @@ -859,20 +859,20 @@ "tcp", "udp" ], - "time": "2016-01-14 21:15:12" + "time": "2017-05-16T07:55:41+00:00" }, { "name": "hoa/stream", - "version": "1.16.01.14", + "version": "1.17.02.21", "source": { "type": "git", "url": "https://github.com/hoaproject/Stream.git", - "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896" + "reference": "3293cfffca2de10525df51436adf88a559151d82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Stream/zipball/c00b35078ef8c0881b7d2ed533de19fe0aaf9896", - "reference": "c00b35078ef8c0881b7d2ed533de19fe0aaf9896", + "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82", + "reference": "3293cfffca2de10525df51436adf88a559151d82", "shasum": "" }, "require": { @@ -881,6 +881,9 @@ "hoa/exception": "~1.0", "hoa/protocol": "~1.0" }, + "require-dev": { + "hoa/test": "~2.0" + }, "type": "library", "extra": { "branch-alias": { @@ -903,11 +906,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Stream library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "Context", "bucket", @@ -920,20 +923,20 @@ "stream", "wrapper" ], - "time": "2016-01-14 20:11:37" + "time": "2017-02-21T16:01:06+00:00" }, { "name": "hoa/stringbuffer", - "version": "1.16.01.15", + "version": "1.17.01.16", "source": { "type": "git", "url": "https://github.com/hoaproject/Stringbuffer.git", - "reference": "b3bec01f6f58bd72c04beb15b4396501ed18e35c" + "reference": "f03f44e4fbf16f6fa1826bd77d9ea45e3e09c339" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Stringbuffer/zipball/b3bec01f6f58bd72c04beb15b4396501ed18e35c", - "reference": "b3bec01f6f58bd72c04beb15b4396501ed18e35c", + "url": "https://api.github.com/repos/hoaproject/Stringbuffer/zipball/f03f44e4fbf16f6fa1826bd77d9ea45e3e09c339", + "reference": "f03f44e4fbf16f6fa1826bd77d9ea45e3e09c339", "shasum": "" }, "require": { @@ -964,31 +967,31 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Stringbuffer library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "Buffer", "library", "stream", "string" ], - "time": "2016-01-14 21:17:30" + "time": "2017-01-16T07:20:54+00:00" }, { "name": "hoa/ustring", - "version": "4.16.01.11", + "version": "4.17.01.16", "source": { "type": "git", "url": "https://github.com/hoaproject/Ustring.git", - "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2" + "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/9f76b9aae5901b4f476ef854e29ccd746d6899d2", - "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2", + "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0", + "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0", "shasum": "" }, "require": { @@ -1024,31 +1027,31 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Ustring library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "library", "search", "string", "unicode" ], - "time": "2016-01-11 09:51:34" + "time": "2017-01-16T07:08:25+00:00" }, { "name": "hoa/zformat", - "version": "1.16.01.14", + "version": "1.17.01.10", "source": { "type": "git", "url": "https://github.com/hoaproject/Zformat.git", - "reference": "685bba314c5cacb97afdd5e638b64c42399a580c" + "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/685bba314c5cacb97afdd5e638b64c42399a580c", - "reference": "685bba314c5cacb97afdd5e638b64c42399a580c", + "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2", + "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2", "shasum": "" }, "require": { @@ -1077,17 +1080,17 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Zformat library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "library", "parameter", "zformat" ], - "time": "2016-01-14 20:19:54" + "time": "2017-01-10T10:39:54+00:00" }, { "name": "ircmaxell/password-compat", @@ -1129,20 +1132,20 @@ "hashing", "password" ], - "time": "2014-11-20 16:49:30" + "time": "2014-11-20T16:49:30+00:00" }, { "name": "sabre/dav", - "version": "3.0.7", + "version": "3.0.9", "source": { "type": "git", - "url": "https://github.com/fruux/sabre-dav.git", - "reference": "294b6e133f3b4cf644b9637a734b53f82d46d7f7" + "url": "https://github.com/sabre-io/dav.git", + "reference": "b42593965211de1ce99f73bd3aede99c41258e08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/294b6e133f3b4cf644b9637a734b53f82d46d7f7", - "reference": "294b6e133f3b4cf644b9637a734b53f82d46d7f7", + "url": "https://api.github.com/repos/sabre-io/dav/zipball/b42593965211de1ce99f73bd3aede99c41258e08", + "reference": "b42593965211de1ce99f73bd3aede99c41258e08", "shasum": "" }, "require": { @@ -1150,11 +1153,11 @@ "ext-date": "*", "ext-dom": "*", "ext-iconv": "*", - "ext-libxml": "*", "ext-mbstring": "*", "ext-pcre": "*", "ext-simplexml": "*", "ext-spl": "*", + "lib-libxml": ">=2.7.0", "php": ">=5.4.1", "sabre/event": "~2.0", "sabre/http": "~4.0", @@ -1210,19 +1213,19 @@ "framework", "iCalendar" ], - "time": "2016-01-12 22:41:05" + "time": "2016-04-07T00:32:57+00:00" }, { "name": "sabre/event", "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/fruux/sabre-event.git", + "url": "https://github.com/sabre-io/event.git", "reference": "337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-event/zipball/337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff", + "url": "https://api.github.com/repos/sabre-io/event/zipball/337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff", "reference": "337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff", "shasum": "" }, @@ -1261,23 +1264,24 @@ "promise", "signal" ], - "time": "2015-05-19 10:24:22" + "time": "2015-05-19T10:24:22+00:00" }, { "name": "sabre/http", - "version": "4.2.1", + "version": "v4.2.4", "source": { "type": "git", - "url": "https://github.com/fruux/sabre-http.git", - "reference": "2e93bc8321524c67be4ca5b8415daebd4c8bf85e" + "url": "https://github.com/sabre-io/http.git", + "reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-http/zipball/2e93bc8321524c67be4ca5b8415daebd4c8bf85e", - "reference": "2e93bc8321524c67be4ca5b8415daebd4c8bf85e", + "url": "https://api.github.com/repos/sabre-io/http/zipball/acccec4ba863959b2d10c1fa0fb902736c5c8956", + "reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956", "shasum": "" }, "require": { + "ext-ctype": "*", "ext-mbstring": "*", "php": ">=5.4", "sabre/event": ">=1.0.0,<4.0.0", @@ -1316,28 +1320,28 @@ "keywords": [ "http" ], - "time": "2016-01-06 23:00:08" + "time": "2018-02-23T11:10:29+00:00" }, { "name": "sabre/uri", - "version": "1.0.1", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/fruux/sabre-uri.git", - "reference": "6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42" + "url": "https://github.com/sabre-io/uri.git", + "reference": "ada354d83579565949d80b2e15593c2371225e61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-uri/zipball/6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42", - "reference": "6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42", + "url": "https://api.github.com/repos/sabre-io/uri/zipball/ada354d83579565949d80b2e15593c2371225e61", + "reference": "ada354d83579565949d80b2e15593c2371225e61", "shasum": "" }, "require": { "php": ">=5.4.7" }, "require-dev": { - "phpunit/phpunit": "*", - "sabre/cs": "~0.0.1" + "phpunit/phpunit": ">=4.0,<6.0", + "sabre/cs": "~1.0.0" }, "type": "library", "autoload": { @@ -1367,20 +1371,20 @@ "uri", "url" ], - "time": "2015-04-29 03:47:26" + "time": "2017-02-20T19:59:28+00:00" }, { "name": "sabre/vobject", - "version": "3.5.0", + "version": "3.5.3", "source": { "type": "git", - "url": "https://github.com/fruux/sabre-vobject.git", - "reference": "061dd47ce40074bf63da8e3d6dbe7f18b5a4f3a4" + "url": "https://github.com/sabre-io/vobject.git", + "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/061dd47ce40074bf63da8e3d6dbe7f18b5a4f3a4", - "reference": "061dd47ce40074bf63da8e3d6dbe7f18b5a4f3a4", + "url": "https://api.github.com/repos/sabre-io/vobject/zipball/129d80533a9ec0d9cacfb50b51180c34edb6874c", + "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c", "shasum": "" }, "require": { @@ -1433,20 +1437,20 @@ "jCard", "vCard" ], - "time": "2016-01-11 18:13:23" + "time": "2016-10-07T03:20:40+00:00" }, { "name": "sabre/xml", - "version": "1.3.0", + "version": "1.5.1", "source": { "type": "git", - "url": "https://github.com/fruux/sabre-xml.git", - "reference": "420400f36655d79894fae8ce970516a71ea8f5f5" + "url": "https://github.com/sabre-io/xml.git", + "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/420400f36655d79894fae8ce970516a71ea8f5f5", - "reference": "420400f36655d79894fae8ce970516a71ea8f5f5", + "url": "https://api.github.com/repos/sabre-io/xml/zipball/a367665f1df614c3b8fefc30a54de7cd295e444e", + "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e", "shasum": "" }, "require": { @@ -1454,12 +1458,12 @@ "ext-xmlreader": "*", "ext-xmlwriter": "*", "lib-libxml": ">=2.6.20", - "php": ">=5.4.1", - "sabre/uri": "~1.0" + "php": ">=5.5.5", + "sabre/uri": ">=1.0,<3.0.0" }, "require-dev": { - "phpunit/phpunit": "*", - "sabre/cs": "~0.0.2" + "phpunit/phpunit": "~4.8|~5.7", + "sabre/cs": "~1.0.0" }, "type": "library", "autoload": { @@ -1496,38 +1500,41 @@ "dom", "xml" ], - "time": "2015-12-29 20:51:22" + "time": "2019-01-09T13:51:57+00:00" } ], "packages-dev": [ { "name": "atoum/atoum", - "version": "2.5.1", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/atoum/atoum.git", - "reference": "f49fcf0b9c5dc0fea30fff92e005a1bc0b2ea938" + "reference": "c5279d0ecd4e2d53af6b38815db2cafee8fc46b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/atoum/atoum/zipball/f49fcf0b9c5dc0fea30fff92e005a1bc0b2ea938", - "reference": "f49fcf0b9c5dc0fea30fff92e005a1bc0b2ea938", + "url": "https://api.github.com/repos/atoum/atoum/zipball/c5279d0ecd4e2d53af6b38815db2cafee8fc46b6", + "reference": "c5279d0ecd4e2d53af6b38815db2cafee8fc46b6", "shasum": "" }, "require": { "ext-hash": "*", "ext-json": "*", - "ext-session": "*", "ext-tokenizer": "*", "ext-xml": "*", - "php": ">=5.3.3" + "php": "^5.6.0 || ^7.0.0 <7.4.0" }, "replace": { "mageekguy/atoum": "*" }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2" + }, "suggest": { "atoum/stubs": "Provides IDE support (like autocompletion) for atoum", - "ext-mbstring": "Provides support for UTF-8 strings" + "ext-mbstring": "Provides support for UTF-8 strings", + "ext-xdebug": "Provides code coverage report (>= 2.3)" }, "bin": [ "bin/atoum" @@ -1535,7 +1542,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -1545,7 +1552,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD" + "BSD-3-Clause" ], "authors": [ { @@ -1578,27 +1585,28 @@ "test", "unit testing" ], - "time": "2016-01-18 09:07:05" + "time": "2018-03-15T22:46:39+00:00" }, { "name": "atoum/praspel-extension", - "version": "0.16.01.17", + "version": "0.17.02.24", "source": { "type": "git", "url": "https://github.com/hoaproject/Contributions-Atoum-PraspelExtension.git", - "reference": "8164e341922f1bbec31c4c2a66b27a02294a013a" + "reference": "064523b17fd3e49167f078aabf3bf41e8a57de06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Contributions-Atoum-PraspelExtension/zipball/8164e341922f1bbec31c4c2a66b27a02294a013a", - "reference": "8164e341922f1bbec31c4c2a66b27a02294a013a", + "url": "https://api.github.com/repos/hoaproject/Contributions-Atoum-PraspelExtension/zipball/064523b17fd3e49167f078aabf3bf41e8a57de06", + "reference": "064523b17fd3e49167f078aabf3bf41e8a57de06", "shasum": "" }, "require": { - "atoum/atoum": "~2.0", + "atoum/atoum": "^2.0 | ^3.0", "hoa/consistency": "~1.0", "hoa/console": "~3.0", "hoa/dispatcher": "~1.0", + "hoa/exception": "~1.0", "hoa/iterator": "~2.0", "hoa/math": "~1.0", "hoa/praspel": "~1.0", @@ -1626,11 +1634,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "Include Praspel inside atoum.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "assertion", "atoum", @@ -1643,24 +1651,24 @@ "specification", "test" ], - "time": "2016-01-17 16:26:32" + "time": "2017-02-24T13:54:11+00:00" }, { "name": "atoum/ruler-extension", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/atoum/ruler-extension.git", - "reference": "9bca58ed0fab7ab31e04613545bbaa068a2f1967" + "reference": "32fe62675bf106c59ebe4b7e5ee3daa93c1f8b1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/atoum/ruler-extension/zipball/9bca58ed0fab7ab31e04613545bbaa068a2f1967", - "reference": "9bca58ed0fab7ab31e04613545bbaa068a2f1967", + "url": "https://api.github.com/repos/atoum/ruler-extension/zipball/32fe62675bf106c59ebe4b7e5ee3daa93c1f8b1b", + "reference": "32fe62675bf106c59ebe4b7e5ee3daa93c1f8b1b", "shasum": "" }, "require": { - "atoum/atoum": ">=1.3.0,<3.0", + "atoum/atoum": "^2.9 | ^3.0", "hoa/ruler": ">=1.15.11.09,<2.0 | >=2.16.01.15,<3.0" }, "conflict": { @@ -1674,7 +1682,10 @@ "autoload": { "psr-4": { "mageekguy\\atoum\\ruler\\": "classes" - } + }, + "files": [ + "configuration.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1686,20 +1697,29 @@ "email": "adriengallou@gmail.com" } ], - "time": "2016-01-18 23:27:08" + "description": "The atoum ruler-extension allows you to filter your tests using Hoa\\Ruler", + "keywords": [ + "TDD", + "atoum", + "atoum-extension", + "ruler", + "test", + "unit testing" + ], + "time": "2017-02-24T13:24:23+00:00" }, { - "name": "fabpot/php-cs-fixer", - "version": "v1.11.1", + "name": "friendsofphp/php-cs-fixer", + "version": "v1.11.8", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0" + "reference": "117137e9970054d022b7656209f094dab852b90c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/2c9f8298181f059c5077abda78019b9a0c9a7cc0", - "reference": "2c9f8298181f059c5077abda78019b9a0c9a7cc0", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/117137e9970054d022b7656209f094dab852b90c", + "reference": "117137e9970054d022b7656209f094dab852b90c", "shasum": "" }, "require": { @@ -1713,8 +1733,12 @@ "symfony/process": "~2.3|~3.0", "symfony/stopwatch": "~2.5|~3.0" }, + "conflict": { + "hhvm": "<3.9" + }, "require-dev": { - "satooshi/php-coveralls": "0.7.*@dev" + "phpunit/phpunit": "^4.5|^5", + "satooshi/php-coveralls": "^0.7.1" }, "bin": [ "php-cs-fixer" @@ -1740,20 +1764,20 @@ } ], "description": "A tool to automatically fix PHP code style", - "time": "2016-01-20 19:00:28" + "time": "2016-08-16T23:31:05+00:00" }, { "name": "hoa/compiler", - "version": "3.16.01.14", + "version": "3.17.08.08", "source": { "type": "git", "url": "https://github.com/hoaproject/Compiler.git", - "reference": "a1505e507e8368dbf7a5b490c4a5a90e06d7bd69" + "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/a1505e507e8368dbf7a5b490c4a5a90e06d7bd69", - "reference": "a1505e507e8368dbf7a5b490c4a5a90e06d7bd69", + "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de", + "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de", "shasum": "" }, "require": { @@ -1792,11 +1816,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Compiler library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "algebraic", "ast", @@ -1822,20 +1846,20 @@ "trace", "uniform" ], - "time": "2016-01-14 20:44:59" + "time": "2017-08-08T07:44:07+00:00" }, { "name": "hoa/math", - "version": "1.16.01.15", + "version": "1.17.05.16", "source": { "type": "git", "url": "https://github.com/hoaproject/Math.git", - "reference": "218e6b4a42b66094e94cf9cbabf0a4276fece6bf" + "reference": "7150785d30f5d565704912116a462e9f5bc83a0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Math/zipball/218e6b4a42b66094e94cf9cbabf0a4276fece6bf", - "reference": "218e6b4a42b66094e94cf9cbabf0a4276fece6bf", + "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c", + "reference": "7150785d30f5d565704912116a462e9f5bc83a0c", "shasum": "" }, "require": { @@ -1871,11 +1895,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Math library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "arrangement", "combination", @@ -1887,20 +1911,20 @@ "sampler", "set" ], - "time": "2016-01-14 21:02:22" + "time": "2017-05-16T08:02:17+00:00" }, { "name": "hoa/praspel", - "version": "1.16.01.16", + "version": "1.17.01.10", "source": { "type": "git", "url": "https://github.com/hoaproject/Praspel.git", - "reference": "14cbe9f7bc887e34f7415fbce3117d7ee7daede6" + "reference": "b4e3e894bc9043d0e2bd43cdf1482c9d7bd0cace" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Praspel/zipball/14cbe9f7bc887e34f7415fbce3117d7ee7daede6", - "reference": "14cbe9f7bc887e34f7415fbce3117d7ee7daede6", + "url": "https://api.github.com/repos/hoaproject/Praspel/zipball/b4e3e894bc9043d0e2bd43cdf1482c9d7bd0cace", + "reference": "b4e3e894bc9043d0e2bd43cdf1482c9d7bd0cace", "shasum": "" }, "require": { @@ -1939,11 +1963,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Praspel library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "contract", "generation", @@ -1956,20 +1980,20 @@ "test", "validation" ], - "time": "2016-01-14 21:34:22" + "time": "2017-01-10T13:08:06+00:00" }, { "name": "hoa/realdom", - "version": "1.16.01.15", + "version": "1.17.01.13", "source": { "type": "git", "url": "https://github.com/hoaproject/Realdom.git", - "reference": "3bca30e793aecdcd9b14f80b7fafb2d7730bac8b" + "reference": "79ef97b79814217dfca5c78de1cc9adb906739d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Realdom/zipball/3bca30e793aecdcd9b14f80b7fafb2d7730bac8b", - "reference": "3bca30e793aecdcd9b14f80b7fafb2d7730bac8b", + "url": "https://api.github.com/repos/hoaproject/Realdom/zipball/79ef97b79814217dfca5c78de1cc9adb906739d2", + "reference": "79ef97b79814217dfca5c78de1cc9adb906739d2", "shasum": "" }, "require": { @@ -2006,11 +2030,11 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Realdom library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "domain", "generation", @@ -2022,20 +2046,20 @@ "test", "validation" ], - "time": "2016-01-14 21:07:41" + "time": "2017-01-13T15:55:50+00:00" }, { "name": "hoa/regex", - "version": "1.16.01.15", + "version": "1.17.01.13", "source": { "type": "git", "url": "https://github.com/hoaproject/Regex.git", - "reference": "e7fb36fdea23ea9fc814a1a68bd0144df1891463" + "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Regex/zipball/e7fb36fdea23ea9fc814a1a68bd0144df1891463", - "reference": "e7fb36fdea23ea9fc814a1a68bd0144df1891463", + "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec", + "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec", "shasum": "" }, "require": { @@ -2068,30 +2092,30 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Regex library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "compiler", "library", "regex" ], - "time": "2016-01-14 21:10:33" + "time": "2017-01-13T16:10:24+00:00" }, { "name": "hoa/ruler", - "version": "2.16.01.15", + "version": "2.17.05.16", "source": { "type": "git", "url": "https://github.com/hoaproject/Ruler.git", - "reference": "0aeb1a48d78427a55fbf656c65c6406c096a4325" + "reference": "696835daf8336dfd490f032da7af444050e52dfc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/0aeb1a48d78427a55fbf656c65c6406c096a4325", - "reference": "0aeb1a48d78427a55fbf656c65c6406c096a4325", + "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc", + "reference": "696835daf8336dfd490f032da7af444050e52dfc", "shasum": "" }, "require": { @@ -2099,6 +2123,7 @@ "hoa/consistency": "~1.0", "hoa/exception": "~1.0", "hoa/file": "~1.0", + "hoa/protocol": "~1.0", "hoa/visitor": "~2.0" }, "require-dev": { @@ -2126,29 +2151,29 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Ruler library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "library", "ruler" ], - "time": "2016-01-14 21:42:47" + "time": "2017-05-16T07:52:21+00:00" }, { "name": "hoa/visitor", - "version": "2.16.01.11", + "version": "2.17.01.16", "source": { "type": "git", "url": "https://github.com/hoaproject/Visitor.git", - "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9" + "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/cb21074b7eb89c3ac9f76d25c72671d579735ca9", - "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9", + "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a", + "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a", "shasum": "" }, "require": { @@ -2179,40 +2204,84 @@ }, { "name": "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "description": "The Hoa\\Visitor library.", - "homepage": "http://hoa-project.net/", + "homepage": "https://hoa-project.net/", "keywords": [ "library", "structure", "visit", "visitor" ], - "time": "2016-01-11 09:54:01" + "time": "2017-01-16T07:02:03+00:00" + }, + { + "name": "psr/log", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "time": "2018-11-20T15:27:04+00:00" }, { "name": "sabre/cs", - "version": "0.0.5", + "version": "0.0.8", "source": { "type": "git", - "url": "https://github.com/fruux/sabre-cs.git", - "reference": "e76191284f4eeae5237f3197e8b9c5ba56176ffe" + "url": "https://github.com/sabre-io/cs.git", + "reference": "a6920e71df59991ef01f9769bdc8c99ddd779cd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-cs/zipball/e76191284f4eeae5237f3197e8b9c5ba56176ffe", - "reference": "e76191284f4eeae5237f3197e8b9c5ba56176ffe", + "url": "https://api.github.com/repos/sabre-io/cs/zipball/a6920e71df59991ef01f9769bdc8c99ddd779cd8", + "reference": "a6920e71df59991ef01f9769bdc8c99ddd779cd8", "shasum": "" }, "require": { - "fabpot/php-cs-fixer": "~1.10", + "friendsofphp/php-cs-fixer": "~1.11.6", "php": ">=5.4.7" }, - "require-dev": { - "phpunit/phpunit": "*" - }, "bin": [ "bin/sabre-cs-fixer" ], @@ -2253,27 +2322,27 @@ "cs", "sabre" ], - "time": "2015-11-10 05:09:55" + "time": "2016-07-26T23:21:31+00:00" }, { "name": "sebastian/diff", - "version": "1.4.1", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { @@ -2305,40 +2374,52 @@ "keywords": [ "diff" ], - "time": "2015-12-08 07:14:41" + "time": "2017-05-22T07:24:03+00:00" }, { "name": "symfony/console", - "version": "v3.0.1", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3" + "reference": "15a9104356436cb26e08adab97706654799d31d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/ebcdc507829df915f4ca23067bd59ee4ef61f6c3", - "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3", + "url": "https://api.github.com/repos/symfony/console/zipball/15a9104356436cb26e08adab97706654799d31d8", + "reference": "15a9104356436cb26e08adab97706654799d31d8", "shasum": "" }, "require": { - "php": ">=5.5.9", + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" + }, "require-dev": { "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.8|~3.0", - "symfony/process": "~2.8|~3.0" + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", + "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -2365,31 +2446,90 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2015-12-22 10:39:06" + "time": "2019-04-08T09:29:13+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.2.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/2d279b6bb1d582dd5740d4d3251ae8c18812ed37", + "reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "psr/log": "~1.0" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "~3.4|~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.2-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com", + "time": "2019-04-11T11:27:41+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.0.1", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "d36355e026905fa5229e1ed7b4e9eda2e67adfcf" + "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d36355e026905fa5229e1ed7b4e9eda2e67adfcf", - "reference": "d36355e026905fa5229e1ed7b4e9eda2e67adfcf", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff", + "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0", - "symfony/dependency-injection": "~2.8|~3.0", - "symfony/expression-language": "~2.8|~3.0", - "symfony/stopwatch": "~2.8|~3.0" + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/dependency-injection": "", @@ -2398,7 +2538,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -2425,29 +2565,30 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2015-10-30 23:35:59" + "time": "2019-04-02T08:51:52+00:00" }, { "name": "symfony/filesystem", - "version": "v3.0.1", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c" + "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2e59d11dccd135dc8f00ee97f34fe1de842e70c", - "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/acf99758b1df8e9295e6b85aa69f294565c9fedb", + "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -2474,29 +2615,29 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2015-12-22 10:39:06" + "time": "2019-02-04T21:34:32+00:00" }, { "name": "symfony/finder", - "version": "v3.0.1", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "8617895eb798b6bdb338321ce19453dc113e5675" + "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/8617895eb798b6bdb338321ce19453dc113e5675", - "reference": "8617895eb798b6bdb338321ce19453dc113e5675", + "url": "https://api.github.com/repos/symfony/finder/zipball/61af5ce0b34b942d414fe8f1b11950d0e9a90e98", + "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -2523,20 +2664,78 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2015-12-05 11:13:14" + "time": "2019-04-02T19:54:57+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.11.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "82ebae02209c21113908c229e9883c419720738a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", + "reference": "82ebae02209c21113908c229e9883c419720738a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.11-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.1.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "1289d16209491b584839022f29257ad859b8532d" + "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", - "reference": "1289d16209491b584839022f29257ad859b8532d", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", + "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", "shasum": "" }, "require": { @@ -2548,7 +2747,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -2582,29 +2781,29 @@ "portable", "shim" ], - "time": "2016-01-20 09:13:37" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/process", - "version": "v3.0.1", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "f4794f1d00f0746621be3020ffbd8c5e0b217ee3" + "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/f4794f1d00f0746621be3020ffbd8c5e0b217ee3", - "reference": "f4794f1d00f0746621be3020ffbd8c5e0b217ee3", + "url": "https://api.github.com/repos/symfony/process/zipball/a9c4dfbf653023b668c282e4e02609d131f4057a", + "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -2631,29 +2830,29 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2015-12-23 11:04:02" + "time": "2019-04-08T16:15:54+00:00" }, { "name": "symfony/stopwatch", - "version": "v3.0.1", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "6aeac8907e3e1340a0033b0a9ec075f8e6524800" + "reference": "2a651c2645c10bbedd21170771f122d935e0dd58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6aeac8907e3e1340a0033b0a9ec075f8e6524800", - "reference": "6aeac8907e3e1340a0033b0a9ec075f8e6524800", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/2a651c2645c10bbedd21170771f122d935e0dd58", + "reference": "2a651c2645c10bbedd21170771f122d935e0dd58", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.4-dev" } }, "autoload": { @@ -2680,7 +2879,7 @@ ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", - "time": "2015-10-30 23:35:59" + "time": "2019-01-16T09:39:14+00:00" } ], "aliases": [], @@ -2689,7 +2888,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.5.0", + "php": ">=7.0.0", "ext-spl": "*", "ext-pdo": ">=1.0" }, diff --git a/tests/.autoload.atoum.php b/tests/.autoload.atoum.php index 30422ed..8db7ec6 100644 --- a/tests/.autoload.atoum.php +++ b/tests/.autoload.atoum.php @@ -30,5 +30,5 @@ * @license GNU Affero General Public License, Version 3. */ -$autoloader->addPsr4('Sabre\\Katana\\Test\\', __DIR__); -$autoloader->addPsr4('Mock\\', __DIR__ . '/Mock'); +//$autoloader->addPsr4('Sabre\\Katana\\Test\\', __DIR__); +//$autoloader->addPsr4('Mock\\', __DIR__ . '/Mock'); From 3b33c9d9f3ff7e2408883e63090322571782fb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 25 Apr 2019 23:44:04 +0200 Subject: [PATCH 7/7] Disable sabre-cs for now ... --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 036e0ed..387f44e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ before_script: script: - bin/atoum --configurations tests/.atoum.php --bootstrap-file tests/.bootstrap.atoum.php - - bin/sabre-cs-fixer fix --dry-run --diff . notifications: slack: