diff --git a/composer.json b/composer.json index 5885740..efb8278 100644 --- a/composer.json +++ b/composer.json @@ -20,17 +20,17 @@ } ], "require": { - "php": ">=7.1", + "php": "^7.1", "composer/installers": "*", - "openbuildings/jam": "~0.5.0", + "openbuildings/jam": "^0.6", "openbuildings/flex-storage": "0.1.*" }, "require-dev": { "ext-dom": "*", "twbs/bootstrap": "2.3.*", - "openbuildings/kohana-test-bootsrap": "0.1.*", - "openbuildings/jam-auth": "~0.3.2", - "phpunit/phpunit": "~7.5.20", + "openbuildings/kohana-test-bootstrap": "^0.2", + "openbuildings/jam-auth": "^0.5", + "phpunit/phpunit": "^7", "symfony/dom-crawler": "^4.4", "symfony/css-selector": "^4.4" } diff --git a/composer.lock b/composer.lock index 8ba9373..7f2013d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ca5302ed4c5d418dbeddb5022fb86e19", + "content-hash": "f74525fda97ca669798bee5abee76b8f", "packages": [ { "name": "composer/installers", @@ -350,16 +350,16 @@ }, { "name": "openbuildings/jam", - "version": "0.5.24", + "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/OpenBuildings/jam.git", - "reference": "3239e93564d100ddb65055235f87ec99fc0d4370" + "reference": "dbaa321ebbce31374db45bc85f1d60d118e4cc02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OpenBuildings/jam/zipball/3239e93564d100ddb65055235f87ec99fc0d4370", - "reference": "3239e93564d100ddb65055235f87ec99fc0d4370", + "url": "https://api.github.com/repos/OpenBuildings/jam/zipball/dbaa321ebbce31374db45bc85f1d60d118e4cc02", + "reference": "dbaa321ebbce31374db45bc85f1d60d118e4cc02", "shasum": "" }, "require": { @@ -368,15 +368,14 @@ "kohana/database": "^3.3.0", "kohana/image": "^3.3.0", "openbuildings/flex-storage": "^0.1.3", - "php": ">=5.4" + "php": "^7.1" }, "require-dev": { - "openbuildings/jam-monetary": "^0.1", + "openbuildings/jam-monetary": "^0.2", "openbuildings/kohana-test-bootstrap": "^0.2", - "phpunit/phpunit": "~4.0.0", - "phpunit/phpunit-dom-assertions": "^0.1", - "symfony/css-selector": ">=2.3", - "symfony/dom-crawler": ">=2.3" + "phpunit/phpunit": "^7", + "symfony/css-selector": "^4.4", + "symfony/dom-crawler": "^4.4" }, "suggest": { "openbuildings/jam-auth": "A Kohana Auth implementation for Jam, with services", @@ -406,7 +405,7 @@ "upload", "validation" ], - "time": "2018-10-11T08:08:53+00:00" + "time": "2020-02-28T09:50:03+00:00" }, { "name": "rackspace/php-opencloud", @@ -512,6 +511,63 @@ ], "time": "2019-10-21T16:45:58+00:00" }, + { + "name": "kohana/auth", + "version": "v3.3.6", + "source": { + "type": "git", + "url": "https://github.com/kohana/auth.git", + "reference": "8cefbb2625508887f92e2c6e702bab8b608ae588" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kohana/auth/zipball/8cefbb2625508887f92e2c6e702bab8b608ae588", + "reference": "8cefbb2625508887f92e2c6e702bab8b608ae588", + "shasum": "" + }, + "require": { + "composer/installers": "~1.0", + "kohana/core": ">=3.3", + "php": ">=5.3.3" + }, + "require-dev": { + "kohana/core": "3.3.*@dev", + "kohana/koharness": "*@dev", + "kohana/unittest": "3.3.*@dev" + }, + "type": "kohana-module", + "extra": { + "branch-alias": { + "dev-3.3/develop": "3.3.x-dev", + "dev-3.4/develop": "3.4.x-dev" + }, + "installer-paths": { + "vendor/{$vendor}/{$name}": [ + "type:kohana-module" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kohana Team", + "email": "team@kohanaframework.org", + "homepage": "http://kohanaframework.org/team", + "role": "developer" + } + ], + "description": "The official Kohana auth module", + "homepage": "http://kohanaframework.org", + "keywords": [ + "Authentication", + "framework", + "kohana" + ], + "time": "2016-03-24T11:12:43+00:00" + }, { "name": "myclabs/deep-copy", "version": "1.9.5", @@ -562,26 +618,30 @@ }, { "name": "openbuildings/jam-auth", - "version": "0.3.2", + "version": "0.5.1", "source": { "type": "git", "url": "https://github.com/OpenBuildings/jam-auth.git", - "reference": "e991a02c75755b4e30bddc843a3dad6c63219f21" + "reference": "20ca2f6a8860b0e92db14ce2052867dad772b253" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OpenBuildings/jam-auth/zipball/e991a02c75755b4e30bddc843a3dad6c63219f21", - "reference": "e991a02c75755b4e30bddc843a3dad6c63219f21", + "url": "https://api.github.com/repos/OpenBuildings/jam-auth/zipball/20ca2f6a8860b0e92db14ce2052867dad772b253", + "reference": "20ca2f6a8860b0e92db14ce2052867dad772b253", "shasum": "" }, "require": { "composer/installers": "*", - "openbuildings/jam": "~0.5.0", - "php": ">=5.3.0" + "kohana/auth": "^3.3.0", + "kohana/core": "^3.3.0", + "openbuildings/jam": "^0.6", + "php": "^7.1" }, "require-dev": { - "facebook/php-sdk": "3.2.*", - "openbuildings/kohana-test-bootsrap": "0.1.*" + "facebook/php-sdk-v4": "^5.0", + "kohana/database": "^3.3.0", + "openbuildings/kohana-test-bootstrap": "^0.2", + "phpunit/phpunit": "^7" }, "type": "kohana-module", "notification-url": "https://packagist.org/downloads/", @@ -605,22 +665,25 @@ "kohana", "login" ], - "time": "2015-02-09T16:24:06+00:00" + "time": "2020-03-02T13:28:12+00:00" }, { - "name": "openbuildings/kohana-test-bootsrap", - "version": "0.1.2", + "name": "openbuildings/kohana-test-bootstrap", + "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/OpenBuildings/kohana-test-bootstrap.git", - "reference": "57c9cae9bd97edbe58d1c41c35c499c7d54f4030" + "reference": "83b9e254f385b907c859b8332e4396b151a7e80e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/OpenBuildings/kohana-test-bootstrap/zipball/57c9cae9bd97edbe58d1c41c35c499c7d54f4030", - "reference": "57c9cae9bd97edbe58d1c41c35c499c7d54f4030", + "url": "https://api.github.com/repos/OpenBuildings/kohana-test-bootstrap/zipball/83b9e254f385b907c859b8332e4396b151a7e80e", + "reference": "83b9e254f385b907c859b8332e4396b151a7e80e", "shasum": "" }, + "require": { + "kohana/core": "^3.3" + }, "type": "library", "autoload": { "files": [ @@ -634,14 +697,17 @@ "authors": [ { "name": "Ivan Kerin", - "email": "ivan@openbuildings.com", - "homepage": "https://github.com/OpenBuildings/jam", + "email": "ikerin@gmail.com", "role": "Author" + }, + { + "name": "Haralan Dobrev", + "email": "hkdobrev@gmail.com", + "role": "Maintainer" } ], - "description": "Kohana core classes repackaged with composer, used to test modules", - "abandoned": "openbuildings/kohana-test-bootstrap", - "time": "2013-10-01T08:57:54+00:00" + "description": "Helper package for testing Kohana modules", + "time": "2016-07-28T14:07:23+00:00" }, { "name": "phar-io/manifest", @@ -1863,16 +1929,16 @@ }, { "name": "symfony/css-selector", - "version": "v4.4.4", + "version": "v4.4.5", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "a167b1860995b926d279f9bb538f873e3bfa3465" + "reference": "d0a6dd288fa8848dcc3d1f58b94de6a7cc5d2d22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/a167b1860995b926d279f9bb538f873e3bfa3465", - "reference": "a167b1860995b926d279f9bb538f873e3bfa3465", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/d0a6dd288fa8848dcc3d1f58b94de6a7cc5d2d22", + "reference": "d0a6dd288fa8848dcc3d1f58b94de6a7cc5d2d22", "shasum": "" }, "require": { @@ -1912,20 +1978,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2020-01-04T13:00:46+00:00" + "time": "2020-02-04T09:01:01+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.4.4", + "version": "v4.4.5", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "b66fe8ccc850ea11c4cd31677706c1219768bea1" + "reference": "11dcf08f12f29981bf770f097a5d64d65bce5929" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b66fe8ccc850ea11c4cd31677706c1219768bea1", - "reference": "b66fe8ccc850ea11c4cd31677706c1219768bea1", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/11dcf08f12f29981bf770f097a5d64d65bce5929", + "reference": "11dcf08f12f29981bf770f097a5d64d65bce5929", "shasum": "" }, "require": { @@ -1973,7 +2039,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2020-01-04T13:00:46+00:00" + "time": "2020-02-29T10:05:28+00:00" }, { "name": "symfony/polyfill-ctype", @@ -2214,7 +2280,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.1" + "php": "^7.1" }, "platform-dev": { "ext-dom": "*"