diff --git a/composer.lock b/composer.lock index e4052fe..7e8d6f3 100644 --- a/composer.lock +++ b/composer.lock @@ -72,21 +72,25 @@ }, { "name": "kohana/core", - "version": "v3.3.1", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/kohana/core.git", - "reference": "06c8242ce73abce2a633944cb7b259f9ba861ef1" + "reference": "fa66e193b56cbf4bc36aa16caec31feccf31e92a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kohana/core/zipball/06c8242ce73abce2a633944cb7b259f9ba861ef1", - "reference": "06c8242ce73abce2a633944cb7b259f9ba861ef1", + "url": "https://api.github.com/repos/kohana/core/zipball/fa66e193b56cbf4bc36aa16caec31feccf31e92a", + "reference": "fa66e193b56cbf4bc36aa16caec31feccf31e92a", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "require-dev": { + "kohana/koharness": "*@dev", + "kohana/unittest": "3.3.*@dev" + }, "suggest": { "ext-curl": "*", "ext-http": "*", @@ -94,6 +98,11 @@ }, "type": "library", "extra": { + "installer-paths": { + "vendor/{$vendor}/{$name}": [ + "type:kohana-module" + ] + }, "branch-alias": { "dev-3.3/develop": "3.3.x-dev", "dev-3.4/develop": "3.4.x-dev" @@ -107,8 +116,8 @@ { "name": "Kohana Team", "email": "team@kohanaframework.org", - "homepage": "http://www.kohanaframework.org", - "role": "Maintainer" + "homepage": "http://kohanaframework.org/team", + "role": "developer" } ], "description": "Core system classes for the Kohana application framework", @@ -117,7 +126,13 @@ "framework", "kohana" ], - "time": "2013-09-01T06:49:40+00:00" + "support": { + "forum": "http://forum.kohanaframework.org", + "irc": "irc://irc.freenode.net/kohana", + "issues": "http://dev.kohanaframework.org", + "source": "http://github.com/kohana/core" + }, + "time": "2014-12-11T02:17:12+00:00" } ], "packages-dev": [ @@ -1802,5 +1817,6 @@ "platform": { "php": "^7.1" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }