diff --git a/composer.lock b/composer.lock index ae26143..61b4e8c 100644 --- a/composer.lock +++ b/composer.lock @@ -1,28 +1,31 @@ { "_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" ], "content-hash": "0cf2724820e052705fe6eb637bcd3c2e", "packages": [ { "name": "aura/sql", - "version": "2.5.1", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Sql.git", - "reference": "ffc692d2037c1e8d17103ad0a128189ba6f59b96" + "reference": "16206efbe5ba63603fe3b18ba54a4c5296cd5f3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/ffc692d2037c1e8d17103ad0a128189ba6f59b96", - "reference": "ffc692d2037c1e8d17103ad0a128189ba6f59b96", + "url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/16206efbe5ba63603fe3b18ba54a4c5296cd5f3e", + "reference": "16206efbe5ba63603fe3b18ba54a4c5296cd5f3e", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "require-dev": { + "phpunit/phpunit": "~5.7 || ~4.8" + }, "type": "library", "extra": { "aura": { @@ -57,7 +60,7 @@ "sqlserver", "sqlsrv" ], - "time": "2016-10-03T20:31:07+00:00" + "time": "2018-08-15T13:33:56+00:00" }, { "name": "camspiers/json-pretty",