diff --git a/composer.json b/composer.json index 34b04181..fe70f712 100644 --- a/composer.json +++ b/composer.json @@ -19,17 +19,17 @@ } ], "provide": { - "bear/framework": "0.12.0" + "bear/framework": "0.13.0" }, "require": { "php": ">=5.4.0", "bear/sunday": "~0.10", "aura/input": "~1.0", - "aura/html": "2.0.0-beta1", + "aura/html": "2.0", "aura/view": "~1.0", - "aura/router": "~2.0@dev", - "aura/web": "dev-develop-2", + "aura/router": "~2.0", + "aura/web": "~2.0.0-beta1", "aura/sql": "~2.0", "aura/session": "~1.0", "doctrine/dbal": "~2.0", diff --git a/composer.lock b/composer.lock index 0f41a714..01278b21 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "cb78afc76d8ab58f956f41c69554ae4b", + "hash": "b8e8523c790925a6270fc8c3f2976f18", "packages": [ { "name": "any/serializer", @@ -110,16 +110,16 @@ }, { "name": "aura/html", - "version": "2.0.0-beta1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Html.git", - "reference": "0df6b1ca7b6faadb38775976bee048ea469c3d85" + "reference": "5098cb955de6bf3b34c2893cc46a3cdee90b79f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/auraphp/Aura.Html/zipball/0df6b1ca7b6faadb38775976bee048ea469c3d85", - "reference": "0df6b1ca7b6faadb38775976bee048ea469c3d85", + "url": "https://api.github.com/repos/auraphp/Aura.Html/zipball/5098cb955de6bf3b34c2893cc46a3cdee90b79f7", + "reference": "5098cb955de6bf3b34c2893cc46a3cdee90b79f7", "shasum": "" }, "require": { @@ -166,20 +166,20 @@ "html", "input" ], - "time": "2014-05-14 22:09:21" + "time": "2014-08-30 16:53:11" }, { "name": "aura/input", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Input.git", - "reference": "5b6f0843492094c8e4d65fae354a96d62fccea12" + "reference": "f3c567bc12c7a7d5195a5ad659c1f29ec481378e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/auraphp/Aura.Input/zipball/5b6f0843492094c8e4d65fae354a96d62fccea12", - "reference": "5b6f0843492094c8e4d65fae354a96d62fccea12", + "url": "https://api.github.com/repos/auraphp/Aura.Input/zipball/f3c567bc12c7a7d5195a5ad659c1f29ec481378e", + "reference": "f3c567bc12c7a7d5195a5ad659c1f29ec481378e", "shasum": "" }, "require": { @@ -187,9 +187,23 @@ "php": ">=5.4.0" }, "type": "aura-package", + "extra": { + "aura": { + "type": "library", + "config": { + "common": "Aura\\Input\\_Config\\Common" + } + }, + "branch-alias": { + "dev-develop": "1.1.x-dev" + } + }, "autoload": { "psr-0": { "Aura\\Input": "src/" + }, + "psr-4": { + "Aura\\Input\\_Config\\": "config/" } }, "notification-url": "https://packagist.org/downloads/", @@ -207,16 +221,14 @@ "email": "kthari85@gmail.com", "homepage": "http://harikt.com" }, - { - "name": "Akihito Koriyama", - "email": "akihito.koriyama@gmail.com", - "homepage": "http://www.kumasystem.com", - "role": "Lead" - }, { "name": "Aura.Input Contributors", "homepage": "https://github.com/auraphp/Aura.Input/contributors" }, + { + "name": "Akihito Koriyama", + "email": "akihito.koriyama@gmail.com" + }, { "name": "Daniel Haaker", "email": "d.haaker@gmail.com" @@ -230,7 +242,7 @@ "html", "input" ], - "time": "2014-05-31 00:00:00" + "time": "2014-08-24 00:00:00" }, { "name": "aura/installer-default", @@ -275,16 +287,16 @@ }, { "name": "aura/router", - "version": "dev-develop-2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Router.git", - "reference": "07f0bc2f296bfe4ceaf8315f8a631b14854b1f89" + "reference": "df890a9f2da9be049fc1ede9c4813a037800de99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/07f0bc2f296bfe4ceaf8315f8a631b14854b1f89", - "reference": "07f0bc2f296bfe4ceaf8315f8a631b14854b1f89", + "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/df890a9f2da9be049fc1ede9c4813a037800de99", + "reference": "df890a9f2da9be049fc1ede9c4813a037800de99", "shasum": "" }, "require": { @@ -319,13 +331,13 @@ } ], "description": "A web router implementation; given a URI path and a copy of $_SERVER, it will extract path-info parameter values for a specific route.", - "homepage": "https://github.com/auraphp/Aura.Router/releases", + "homepage": "https://github.com/auraphp/Aura.Router", "keywords": [ "route", "router", "routing" ], - "time": "2014-08-18 04:38:58" + "time": "2014-08-29 21:16:03" }, { "name": "aura/session", @@ -387,16 +399,16 @@ }, { "name": "aura/signal", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Signal.git", - "reference": "01280bb119df3933f2669a607636c143d838afea" + "reference": "209bec265969a51809b7202d16c76e45594c4dc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/auraphp/Aura.Signal/zipball/01280bb119df3933f2669a607636c143d838afea", - "reference": "01280bb119df3933f2669a607636c143d838afea", + "url": "https://api.github.com/repos/auraphp/Aura.Signal/zipball/209bec265969a51809b7202d16c76e45594c4dc5", + "reference": "209bec265969a51809b7202d16c76e45594c4dc5", "shasum": "" }, "require": { @@ -404,9 +416,23 @@ "php": ">=5.4.0" }, "type": "aura-package", + "extra": { + "aura": { + "type": "library", + "config": { + "common": "Aura\\Signal\\_Config\\Common" + } + }, + "branch-alias": { + "dev-develop": "1.0.x-dev" + } + }, "autoload": { "psr-0": { "Aura\\Signal": "src/" + }, + "psr-4": { + "Aura\\Signal\\_Config\\": "config/" } }, "notification-url": "https://packagist.org/downloads/", @@ -431,8 +457,7 @@ { "name": "Akihito Koriyama", "email": "akihito.koriyama@gmail.com", - "homepage": "http://www.kumasystem.com", - "role": "Lead" + "homepage": "http://www.kumasystem.com" } ], "description": "A SignalSlots/EventHandler implementation for PHP; with it, we can invoke handlers (\"slots\" or \"hooks\") whenever an object sends a signal (\"notification\" or \"event\") to the signal manager.", @@ -444,20 +469,20 @@ "signal", "signal slots" ], - "time": "2014-05-31 00:00:00" + "time": "2014-08-24 00:00:00" }, { "name": "aura/sql", - "version": "2.0.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Sql.git", - "reference": "92fefa64dcfb5c2acf168e5632d4af5746e3637e" + "reference": "b6cf73defca732c03d429942cf2b6c491511a360" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/92fefa64dcfb5c2acf168e5632d4af5746e3637e", - "reference": "92fefa64dcfb5c2acf168e5632d4af5746e3637e", + "url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/b6cf73defca732c03d429942cf2b6c491511a360", + "reference": "b6cf73defca732c03d429942cf2b6c491511a360", "shasum": "" }, "require": { @@ -485,7 +510,7 @@ } ], "description": "A PDO extension that provides lazy connections, array quoting, identifier quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.", - "homepage": "https://github.com/auraphp/Aura.Sql/releases", + "homepage": "https://github.com/auraphp/Aura.Sql", "keywords": [ "mysql", "pdo", @@ -497,7 +522,7 @@ "sqlserver", "sqlsrv" ], - "time": "2014-04-08 14:17:53" + "time": "2014-08-24 19:47:39" }, { "name": "aura/view", @@ -565,16 +590,16 @@ }, { "name": "aura/web", - "version": "dev-develop-2", + "version": "2.0.0-beta1", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Web.git", - "reference": "296532d5cac2fee24eba71332d57c68878a78adc" + "reference": "9682a9fad71d86447c71cce4dca9f1924fb92d2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/auraphp/Aura.Web/zipball/296532d5cac2fee24eba71332d57c68878a78adc", - "reference": "296532d5cac2fee24eba71332d57c68878a78adc", + "url": "https://api.github.com/repos/auraphp/Aura.Web/zipball/9682a9fad71d86447c71cce4dca9f1924fb92d2d", + "reference": "9682a9fad71d86447c71cce4dca9f1924fb92d2d", "shasum": "" }, "require": { @@ -583,20 +608,16 @@ "type": "library", "extra": { "aura": { - "type": "library", - "config": { - "common": "Aura\\Web\\_Config\\Common" - } + "type": "library" }, "branch-alias": { "dev-develop-2": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "Aura\\Web\\": "src/", - "Aura\\Web\\_Config\\": "config/" - } + "files": [ + "autoload.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -614,7 +635,7 @@ "request", "response" ], - "time": "2014-07-26 18:33:54" + "time": "2014-01-09 08:11:40" }, { "name": "bear/resource", @@ -732,16 +753,16 @@ }, { "name": "doctrine/annotations", - "version": "v1.2.0", + "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd" + "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", - "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633", + "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633", "shasum": "" }, "require": { @@ -768,17 +789,6 @@ "MIT" ], "authors": [ - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/", - "role": "Creator" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" - }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -787,11 +797,17 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh", - "role": "Developer of wrapped JMSSerializerBundle" + "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", @@ -801,20 +817,20 @@ "docblock", "parser" ], - "time": "2014-07-06 15:52:21" + "time": "2014-09-25 16:45:30" }, { "name": "doctrine/cache", - "version": "v1.3.0", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449" + "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449", - "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449", + "url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7", + "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7", "shasum": "" }, "require": { @@ -830,7 +846,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.4.x-dev" } }, "autoload": { @@ -843,17 +859,6 @@ "MIT" ], "authors": [ - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/", - "role": "Creator" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" - }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -862,11 +867,17 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh", - "role": "Developer of wrapped JMSSerializerBundle" + "email": "schmittjoh@gmail.com" } ], "description": "Caching library offering an object-oriented API for many cache backends", @@ -875,7 +886,7 @@ "cache", "caching" ], - "time": "2013-10-25 19:04:14" + "time": "2014-09-17 14:24:04" }, { "name": "doctrine/collections", @@ -1253,16 +1264,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "4.2.1", + "version": "4.2.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "47ca212e985d962b3cbd67675eec54bb72d66062" + "reference": "9c4fbbf6457768f5036fbd88f1229f3fca812a5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/47ca212e985d962b3cbd67675eec54bb72d66062", - "reference": "47ca212e985d962b3cbd67675eec54bb72d66062", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9c4fbbf6457768f5036fbd88f1229f3fca812a5d", + "reference": "9c4fbbf6457768f5036fbd88f1229f3fca812a5d", "shasum": "" }, "require": { @@ -1314,7 +1325,7 @@ "rest", "web service" ], - "time": "2014-08-20 05:30:12" + "time": "2014-09-08 22:11:58" }, { "name": "guzzlehttp/guzzle-services", @@ -1412,32 +1423,32 @@ }, { "name": "nikic/php-parser", - "version": "v0.9.5", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb" + "reference": "2b96ab8edccd5a0d0e7a826a7dc53c421ae64f94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb", - "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b96ab8edccd5a0d0e7a826a7dc53c421ae64f94", + "reference": "2b96ab8edccd5a0d0e7a826a7dc53c421ae64f94", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.2" + "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.9-dev" + "dev-master": "1.0-dev" } }, "autoload": { - "psr-0": { - "PHPParser": "lib/" - } + "files": [ + "lib/bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1453,7 +1464,7 @@ "parser", "php" ], - "time": "2014-07-23 18:24:17" + "time": "2014-09-12 12:48:23" }, { "name": "nocarrier/hal", @@ -1610,21 +1621,21 @@ }, { "name": "ray/aop", - "version": "1.3.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/koriym/Ray.Aop.git", - "reference": "462e6c3f670a81418ca22603838072ad395d932a" + "reference": "35121ad280584391b03a048bceae93f27609823c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/koriym/Ray.Aop/zipball/462e6c3f670a81418ca22603838072ad395d932a", - "reference": "462e6c3f670a81418ca22603838072ad395d932a", + "url": "https://api.github.com/repos/koriym/Ray.Aop/zipball/35121ad280584391b03a048bceae93f27609823c", + "reference": "35121ad280584391b03a048bceae93f27609823c", "shasum": "" }, "require": { "doctrine/annotations": "~1.1", - "nikic/php-parser": "~0.9", + "nikic/php-parser": "~1.0", "php": ">=5.4.0" }, "suggest": { @@ -1658,29 +1669,27 @@ "aop", "aspect" ], - "time": "2014-08-19 06:44:37" + "time": "2014-09-29 07:13:58" }, { "name": "ray/di", - "version": "1.4.0", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/koriym/Ray.Di.git", - "reference": "98eafc566091596249140e93767fa201836e16d2" + "reference": "bdff9ba49114193266f9781b2700fe1a1f44a79b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/koriym/Ray.Di/zipball/98eafc566091596249140e93767fa201836e16d2", - "reference": "98eafc566091596249140e93767fa201836e16d2", + "url": "https://api.github.com/repos/koriym/Ray.Di/zipball/bdff9ba49114193266f9781b2700fe1a1f44a79b", + "reference": "bdff9ba49114193266f9781b2700fe1a1f44a79b", "shasum": "" }, "require": { "aura/di": "~1.0", - "doctrine/annotations": "~1.1", "doctrine/cache": "~1.3", - "nikic/php-parser": "~0.9", "php": ">=5.4.0", - "ray/aop": "~1.2" + "ray/aop": "~1.3" }, "type": "library", "extra": { @@ -1700,8 +1709,7 @@ "authors": [ { "name": "Akihito Koriyama", - "email": "akihito.koriyama@gmail.com", - "role": "Lead" + "email": "akihito.koriyama@gmail.com" } ], "description": "Guice style annotation-driven dependency injection framework", @@ -1713,21 +1721,21 @@ "guice", "jsr" ], - "time": "2014-08-22 15:26:42" + "time": "2014-09-29 17:45:29" }, { "name": "symfony/http-foundation", - "version": "v2.5.3", + "version": "v2.5.5", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "53296aa0794ebe1e3880e3f2c68fe10ddad6c3e3" + "reference": "650e115af152d7a5e857d01c2cdb9a22809de9b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/53296aa0794ebe1e3880e3f2c68fe10ddad6c3e3", - "reference": "53296aa0794ebe1e3880e3f2c68fe10ddad6c3e3", + "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/650e115af152d7a5e857d01c2cdb9a22809de9b4", + "reference": "650e115af152d7a5e857d01c2cdb9a22809de9b4", "shasum": "" }, "require": { @@ -1766,7 +1774,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2014-08-05 09:00:40" + "time": "2014-09-25 09:52:29" }, { "name": "twig/twig", @@ -1914,16 +1922,16 @@ }, { "name": "bear/dev-package", - "version": "0.2.2", + "version": "0.2.3", "source": { "type": "git", "url": "https://github.com/koriym/BEAR.DevPackage.git", - "reference": "021062a1ee8067dc4d63bb0bd66873c3ed4e8e7f" + "reference": "d988d2ee04d2471c9fc51b1f8b8fbbd8abe4c747" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/koriym/BEAR.DevPackage/zipball/021062a1ee8067dc4d63bb0bd66873c3ed4e8e7f", - "reference": "021062a1ee8067dc4d63bb0bd66873c3ed4e8e7f", + "url": "https://api.github.com/repos/koriym/BEAR.DevPackage/zipball/d988d2ee04d2471c9fc51b1f8b8fbbd8abe4c747", + "reference": "d988d2ee04d2471c9fc51b1f8b8fbbd8abe4c747", "shasum": "" }, "require": { @@ -1935,7 +1943,7 @@ "firephp/firephp-core": "~0.4", "koriym/printo": "~1.0@dev", "phpunit/dbunit": "~1.3.0", - "phpunit/phpunit": "~3.7.0", + "phpunit/phpunit": "~4.2.0", "robmorgan/phinx": "~0.3", "zendframework/zend-db": "~2.3", "zendframework/zend-log": "~2.3", @@ -1960,60 +1968,71 @@ "authors": [ { "name": "Akihito Koriyama", - "email": "akihito.koriyama@gmail.com", - "homepage": "http://www.kumasystem.com", - "role": "Lead" + "email": "akihito.koriyama@gmail.com" } ], "description": "dev-require packages for BEAR.Package", - "time": "2014-06-02 18:02:51" + "time": "2014-09-29 03:37:35" }, { "name": "classpreloader/classpreloader", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/mtdowling/ClassPreloader.git", - "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877" + "reference": "0140ce8cde81376551bc6d670b3a1876d4e1f348" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/2c9f3bcbab329570c57339895bd11b5dd3b00877", - "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877", + "url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/0140ce8cde81376551bc6d670b3a1876d4e1f348", + "reference": "0140ce8cde81376551bc6d670b3a1876d4e1f348", "shasum": "" }, "require": { - "nikic/php-parser": "~0.9", + "nikic/php-parser": "~1.0", "php": ">=5.3.3", "symfony/console": "~2.1", "symfony/filesystem": "~2.1", "symfony/finder": "~2.1" }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, "bin": [ "classpreloader.php" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { - "psr-0": { - "ClassPreloader": "src/" + "psr-4": { + "ClassPreloader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], + "authors": [ + { + "name": "Graham Campbell", + "email": "graham@mineuk.com" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com" + } + ], "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", "keywords": [ "autoload", "class", "preload" ], - "time": "2014-03-12 00:05:31" + "time": "2014-09-23 20:45:46" }, { "name": "dg/adminer-custom", @@ -2039,13 +2058,13 @@ "version": "dev-master", "source": { "type": "git", - "url": "git@github.com:facebook/xhprof.git", - "reference": "0a7a5f69f5d762c34056164eb08dd13d41156015" + "url": "https://github.com/lox/xhprof.git", + "reference": "6bf00728827fc1e2a639dff6f94f1618396bffc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/facebook/xhprof/zipball/0a7a5f69f5d762c34056164eb08dd13d41156015", - "reference": "0a7a5f69f5d762c34056164eb08dd13d41156015", + "url": "https://api.github.com/repos/lox/xhprof/zipball/6bf00728827fc1e2a639dff6f94f1618396bffc5", + "reference": "6bf00728827fc1e2a639dff6f94f1618396bffc5", "shasum": "" }, "require": { @@ -2068,7 +2087,7 @@ "performance", "profiling" ], - "time": "2014-04-22 20:02:16" + "time": "2014-08-29 01:48:15" }, { "name": "filp/whoops", @@ -2265,6 +2284,119 @@ ], "time": "2013-12-17 15:56:58" }, + { + "name": "ocramius/instantiator", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/Ocramius/Instantiator.git", + "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Ocramius/Instantiator/zipball/e24a12178906ff2e7471b8aaf3a0eb789b59f881", + "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881", + "shasum": "" + }, + "require": { + "ocramius/lazy-map": "1.0.*", + "php": "~5.3" + }, + "require-dev": { + "athletic/athletic": "~0.1.8", + "ext-pdo": "*", + "ext-phar": "*", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "2.0.*@ALPHA" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Instantiator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://github.com/Ocramius/Instantiator", + "keywords": [ + "constructor", + "instantiate" + ], + "time": "2014-08-25 14:48:16" + }, + { + "name": "ocramius/lazy-map", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/Ocramius/LazyMap.git", + "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Ocramius/LazyMap/zipball/7fe3d347f5e618bcea7d39345ff83f3651d8b752", + "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "athletic/athletic": "~0.1.6", + "phpmd/phpmd": "1.5.*", + "phpunit/phpunit": ">=3.7", + "satooshi/php-coveralls": "~0.6", + "squizlabs/php_codesniffer": "1.4.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "LazyMap\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/", + "role": "Developer" + } + ], + "description": "A library that provides lazy instantiation logic for a map of objects", + "homepage": "https://github.com/Ocramius/LazyMap", + "keywords": [ + "lazy", + "lazy instantiation", + "lazy loading", + "map", + "service location" + ], + "time": "2013-11-09 22:30:54" + }, { "name": "phpunit/dbunit", "version": "1.3.1", @@ -2326,40 +2458,44 @@ }, { "name": "phpunit/php-code-coverage", - "version": "1.2.17", + "version": "2.0.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34" + "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34", - "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7", + "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7", "shasum": "" }, "require": { "php": ">=5.3.3", - "phpunit/php-file-iterator": ">=1.3.0@stable", - "phpunit/php-text-template": ">=1.2.0@stable", - "phpunit/php-token-stream": ">=1.1.3@stable" + "phpunit/php-file-iterator": "~1.3", + "phpunit/php-text-template": "~1.2", + "phpunit/php-token-stream": "~1.3", + "sebastian/environment": "~1.0", + "sebastian/version": "~1.0" }, "require-dev": { - "phpunit/phpunit": "3.7.*@dev" + "ext-xdebug": ">=2.1.4", + "phpunit/phpunit": "~4.1" }, "suggest": { "ext-dom": "*", - "ext-xdebug": ">=2.0.5" + "ext-xdebug": ">=2.2.1", + "ext-xmlwriter": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ - "PHP/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2383,7 +2519,7 @@ "testing", "xunit" ], - "time": "2014-03-28 10:53:45" + "time": "2014-08-31 06:33:04" }, { "name": "phpunit/php-file-iterator", @@ -2520,45 +2656,44 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.2.2", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" + "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", - "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", + "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, + "require-dev": { + "phpunit/phpunit": "~4.2" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { "classmap": [ - "PHP/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", @@ -2566,55 +2701,56 @@ "keywords": [ "tokenizer" ], - "time": "2014-03-03 05:10:30" + "time": "2014-08-31 06:12:13" }, { "name": "phpunit/phpunit", - "version": "3.7.37", + "version": "4.2.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc" + "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ae6cefd7cc84586a5ef27e04bae11ee940ec63dc", - "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c", + "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c", "shasum": "" }, "require": { - "ext-ctype": "*", "ext-dom": "*", "ext-json": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", - "phpunit/php-code-coverage": "~1.2", - "phpunit/php-file-iterator": "~1.3", - "phpunit/php-text-template": "~1.1", - "phpunit/php-timer": "~1.0", - "phpunit/phpunit-mock-objects": "~1.2", + "phpunit/php-code-coverage": "~2.0", + "phpunit/php-file-iterator": "~1.3.1", + "phpunit/php-text-template": "~1.2", + "phpunit/php-timer": "~1.0.2", + "phpunit/phpunit-mock-objects": "~2.2", + "sebastian/comparator": "~1.0", + "sebastian/diff": "~1.1", + "sebastian/environment": "~1.0", + "sebastian/exporter": "~1.0", + "sebastian/version": "~1.0", "symfony/yaml": "~2.0" }, - "require-dev": { - "pear-pear.php.net/pear": "1.9.4" - }, "suggest": { "phpunit/php-invoker": "~1.1" }, "bin": [ - "composer/bin/phpunit" + "phpunit" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "3.7.x-dev" + "dev-master": "4.2.x-dev" } }, "autoload": { "classmap": [ - "PHPUnit/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2639,39 +2775,45 @@ "testing", "xunit" ], - "time": "2014-04-30 12:24:19" + "time": "2014-09-14 09:31:24" }, { "name": "phpunit/phpunit-mock-objects", - "version": "1.2.3", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" + "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", - "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b241b18d87a47093f20fae8b0ba40379b00bd53a", + "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a", "shasum": "" }, "require": { + "ocramius/instantiator": "~1.0", "php": ">=5.3.3", - "phpunit/php-text-template": ">=1.1.1@stable" + "phpunit/php-text-template": "~1.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.2" }, "suggest": { "ext-soap": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2.x-dev" + } + }, "autoload": { "classmap": [ - "PHPUnit/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], @@ -2688,7 +2830,7 @@ "mock", "xunit" ], - "time": "2013-01-13 10:24:48" + "time": "2014-09-06 17:32:37" }, { "name": "robmorgan/phinx", @@ -2747,19 +2889,289 @@ ], "time": "2014-08-18 08:15:10" }, + { + "name": "sebastian/comparator", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", + "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "sebastian/diff": "~1.1", + "sebastian/exporter": "~1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "http://www.github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "time": "2014-05-02 07:05:58" + }, + { + "name": "sebastian/diff", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "5843509fed39dee4b356a306401e9dd1a931fec7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", + "reference": "5843509fed39dee4b356a306401e9dd1a931fec7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Diff implementation", + "homepage": "http://www.github.com/sebastianbergmann/diff", + "keywords": [ + "diff" + ], + "time": "2014-08-15 10:29:00" + }, + { + "name": "sebastian/environment", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a", + "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "4.0.*@dev" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "time": "2014-02-18 16:17:19" + }, + { + "name": "sebastian/exporter", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", + "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "4.0.*@dev" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net", + "role": "Lead" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "time": "2014-02-16 08:26:31" + }, + { + "name": "sebastian/version", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", + "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "time": "2014-03-07 15:35:33" + }, { "name": "symfony/class-loader", - "version": "v2.5.3", + "version": "v2.5.5", "target-dir": "Symfony/Component/ClassLoader", "source": { "type": "git", "url": "https://github.com/symfony/ClassLoader.git", - "reference": "25b74b67d455268415d7d34b41f8b7df4cb33ba4" + "reference": "432561f655123b003b32f370ca812fed9a9340c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/25b74b67d455268415d7d34b41f8b7df4cb33ba4", - "reference": "25b74b67d455268415d7d34b41f8b7df4cb33ba4", + "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/432561f655123b003b32f370ca812fed9a9340c6", + "reference": "432561f655123b003b32f370ca812fed9a9340c6", "shasum": "" }, "require": { @@ -2795,21 +3207,21 @@ ], "description": "Symfony ClassLoader Component", "homepage": "http://symfony.com", - "time": "2014-07-09 09:05:48" + "time": "2014-09-22 09:14:18" }, { "name": "symfony/config", - "version": "v2.5.3", + "version": "v2.5.5", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/Config.git", - "reference": "8d044668c7ccb4ade684e368d910e3aadcff6f6c" + "reference": "0316364bfebc8b080077c731a99f189341476bd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Config/zipball/8d044668c7ccb4ade684e368d910e3aadcff6f6c", - "reference": "8d044668c7ccb4ade684e368d910e3aadcff6f6c", + "url": "https://api.github.com/repos/symfony/Config/zipball/0316364bfebc8b080077c731a99f189341476bd7", + "reference": "0316364bfebc8b080077c731a99f189341476bd7", "shasum": "" }, "require": { @@ -2843,21 +3255,21 @@ ], "description": "Symfony Config Component", "homepage": "http://symfony.com", - "time": "2014-08-05 09:00:40" + "time": "2014-09-23 05:25:11" }, { "name": "symfony/console", - "version": "v2.5.3", + "version": "v2.5.5", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "cd2d1e4bac2206b337326b0140ff475fe9ad5f63" + "reference": "ca053eaa031c93afb68a71e4eb1f4168dfd4a661" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/cd2d1e4bac2206b337326b0140ff475fe9ad5f63", - "reference": "cd2d1e4bac2206b337326b0140ff475fe9ad5f63", + "url": "https://api.github.com/repos/symfony/Console/zipball/ca053eaa031c93afb68a71e4eb1f4168dfd4a661", + "reference": "ca053eaa031c93afb68a71e4eb1f4168dfd4a661", "shasum": "" }, "require": { @@ -2898,21 +3310,21 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2014-08-05 09:00:40" + "time": "2014-09-25 09:53:56" }, { "name": "symfony/filesystem", - "version": "v2.5.3", + "version": "v2.5.5", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", - "reference": "c1309b0ee195ad264a4314435bdaecdfacb8ae9c" + "reference": "4e62fab0060a826561c78b665925b37c870c45f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/c1309b0ee195ad264a4314435bdaecdfacb8ae9c", - "reference": "c1309b0ee195ad264a4314435bdaecdfacb8ae9c", + "url": "https://api.github.com/repos/symfony/Filesystem/zipball/4e62fab0060a826561c78b665925b37c870c45f5", + "reference": "4e62fab0060a826561c78b665925b37c870c45f5", "shasum": "" }, "require": { @@ -2945,21 +3357,21 @@ ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", - "time": "2014-07-09 09:05:48" + "time": "2014-09-22 09:14:18" }, { "name": "symfony/finder", - "version": "v2.5.3", + "version": "v2.5.5", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", - "reference": "090fe4eaff414d8f2171c7a4748ea868d530775f" + "reference": "d5033742b9a6206ef6d06e813870bca18e9205df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/090fe4eaff414d8f2171c7a4748ea868d530775f", - "reference": "090fe4eaff414d8f2171c7a4748ea868d530775f", + "url": "https://api.github.com/repos/symfony/Finder/zipball/d5033742b9a6206ef6d06e813870bca18e9205df", + "reference": "d5033742b9a6206ef6d06e813870bca18e9205df", "shasum": "" }, "require": { @@ -2992,21 +3404,21 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2014-07-28 13:20:46" + "time": "2014-09-27 08:35:39" }, { "name": "symfony/yaml", - "version": "v2.5.3", + "version": "v2.5.5", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f" + "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", - "reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96", + "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96", "shasum": "" }, "require": { @@ -3039,21 +3451,21 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2014-08-05 09:00:40" + "time": "2014-09-22 09:14:18" }, { "name": "zendframework/zend-db", - "version": "2.3.1", + "version": "2.3.3", "target-dir": "Zend/Db", "source": { "type": "git", "url": "https://github.com/zendframework/Component_ZendDb.git", - "reference": "29bb7f1ceacb32fa3e1c122bc3d14da6490aba2c" + "reference": "2c0515b3d8e9d152165ff8081beb5adcbf380857" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/Component_ZendDb/zipball/29bb7f1ceacb32fa3e1c122bc3d14da6490aba2c", - "reference": "29bb7f1ceacb32fa3e1c122bc3d14da6490aba2c", + "url": "https://api.github.com/repos/zendframework/Component_ZendDb/zipball/2c0515b3d8e9d152165ff8081beb5adcbf380857", + "reference": "2c0515b3d8e9d152165ff8081beb5adcbf380857", "shasum": "" }, "require": { @@ -3085,25 +3497,26 @@ "license": [ "BSD-3-Clause" ], + "homepage": "https://github.com/zendframework/zf2", "keywords": [ "db", "zf2" ], - "time": "2014-04-15 15:29:07" + "time": "2014-09-16 22:58:11" }, { "name": "zendframework/zend-log", - "version": "2.3.1", + "version": "2.3.3", "target-dir": "Zend/Log", "source": { "type": "git", "url": "https://github.com/zendframework/Component_ZendLog.git", - "reference": "606ef20717a935afec1400f54bd1b03faf859c47" + "reference": "7c8c83be87dabf133812c17a99bb8a8522c155d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/Component_ZendLog/zipball/606ef20717a935afec1400f54bd1b03faf859c47", - "reference": "606ef20717a935afec1400f54bd1b03faf859c47", + "url": "https://api.github.com/repos/zendframework/Component_ZendLog/zipball/7c8c83be87dabf133812c17a99bb8a8522c155d1", + "reference": "7c8c83be87dabf133812c17a99bb8a8522c155d1", "shasum": "" }, "require": { @@ -3143,26 +3556,27 @@ "BSD-3-Clause" ], "description": "component for general purpose logging", + "homepage": "https://github.com/zendframework/zf2", "keywords": [ "log", "logging", "zf2" ], - "time": "2014-04-15 15:28:45" + "time": "2014-09-16 22:58:11" }, { "name": "zendframework/zend-servicemanager", - "version": "2.3.1", + "version": "2.3.3", "target-dir": "Zend/ServiceManager", "source": { "type": "git", "url": "https://github.com/zendframework/Component_ZendServiceManager.git", - "reference": "652ab6e142b7afd1eede8f0f33b47d2599786c84" + "reference": "559403e4fd10db2516641f20f129a568d7e6a993" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/Component_ZendServiceManager/zipball/652ab6e142b7afd1eede8f0f33b47d2599786c84", - "reference": "652ab6e142b7afd1eede8f0f33b47d2599786c84", + "url": "https://api.github.com/repos/zendframework/Component_ZendServiceManager/zipball/559403e4fd10db2516641f20f129a568d7e6a993", + "reference": "559403e4fd10db2516641f20f129a568d7e6a993", "shasum": "" }, "require": { @@ -3190,25 +3604,26 @@ "license": [ "BSD-3-Clause" ], + "homepage": "https://github.com/zendframework/zf2", "keywords": [ "servicemanager", "zf2" ], - "time": "2014-04-15 15:28:43" + "time": "2014-09-16 22:58:11" }, { "name": "zendframework/zend-stdlib", - "version": "2.3.1", + "version": "2.3.3", "target-dir": "Zend/Stdlib", "source": { "type": "git", "url": "https://github.com/zendframework/Component_ZendStdlib.git", - "reference": "c1f4830018b5d4f034d32fa01a9e17ea176f56f6" + "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/c1f4830018b5d4f034d32fa01a9e17ea176f56f6", - "reference": "c1f4830018b5d4f034d32fa01a9e17ea176f56f6", + "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33", + "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33", "shasum": "" }, "require": { @@ -3240,19 +3655,18 @@ "license": [ "BSD-3-Clause" ], + "homepage": "https://github.com/zendframework/zf2", "keywords": [ "stdlib", "zf2" ], - "time": "2014-04-15 15:28:48" + "time": "2014-09-16 22:58:11" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { - "aura/html": 10, - "aura/router": 20, - "aura/web": 20, + "aura/web": 10, "bear/demo-apps": 20, "facebook/xhprof": 20 }, diff --git a/src/Dev/Debug/ExceptionHandle/ErrorPage.php b/src/Dev/Debug/ExceptionHandle/ErrorPage.php index bf9c5d3b..f37a5b1f 100644 --- a/src/Dev/Debug/ExceptionHandle/ErrorPage.php +++ b/src/Dev/Debug/ExceptionHandle/ErrorPage.php @@ -11,7 +11,7 @@ /** * Error page */ -final class ErrorPage extends AbstractPage +class ErrorPage extends AbstractPage { /** * Code diff --git a/src/Module/Cache/Interceptor/EtagTrait.php b/src/Module/Cache/Interceptor/EtagTrait.php index 163cabf7..8ddd12fe 100644 --- a/src/Module/Cache/Interceptor/EtagTrait.php +++ b/src/Module/Cache/Interceptor/EtagTrait.php @@ -20,12 +20,6 @@ public function getEtag($object, $args) { $args = ($args instanceof \ArrayObject) ? $args->getArrayCopy() : $args; $etag = crc32(get_class($object) . serialize($args)); - error_log(sprintf( - 'etag:%s class:%s args:$s tag:%s', - $etag, - get_class($object), - serialize($args) - )); return $etag; } diff --git a/src/Module/Form/AuraForm/AuraFormTrait.php b/src/Module/Form/AuraForm/AuraFormTrait.php index dc0a5b1a..be73311d 100644 --- a/src/Module/Form/AuraForm/AuraFormTrait.php +++ b/src/Module/Form/AuraForm/AuraFormTrait.php @@ -48,8 +48,10 @@ public function invoke(MethodInvocation $invocation) $page = $invocation->getThis(); $this->setForm($this->filter); + + // validate $hasSubmit && $this->form->fill($args); - if ($this->form->filter()) { + if ($hasSubmit && $this->form->filter()) { // action return $invocation->proceed(); } @@ -57,7 +59,7 @@ public function invoke(MethodInvocation $invocation) // set hint and error message foreach ($this->form->getIterator() as $name => $value) { $errors = $this->form->getMessages($name); - $error = ($hasSubmit && $errors) ? $this->getErrorMessage($this->form->getMessages($name)) : ''; + $error = ($hasSubmit && $errors) ? $this->getErrorMessage($errors) : ''; $page->body['form'][$name]['error'] = $error; $page->body['form'][$name]['hint'] = $this->form->get($name); } diff --git a/src/Provide/Application/DiLogger.php b/src/Provide/Application/DiLogger.php index 1c5e6e87..bf66a760 100644 --- a/src/Provide/Application/DiLogger.php +++ b/src/Provide/Application/DiLogger.php @@ -56,4 +56,18 @@ public function __toString() { return implode(PHP_EOL, $this->logMessages); } + + /** + * {@inheritdoc} + */ + public function setSingletonInstance($key, $instance) + { + } + + /** + * {@inheritdoc} + */ + public function getSingletonKey(BoundDefinition $definition) + { + } }