From 260f158b9749687671cf168fc9270cfdebb0ae4a Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Sat, 7 Jul 2018 15:34:53 -0500 Subject: [PATCH] update to stable requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 610344b..86cf896 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "atlas/table", "type": "library", "description": "Table data gateway implementation for Atlas.", - "keywords": [ "sql", "data", "mapper", "mapping", "orm" ], + "keywords": [ "sql", "table", "data", "gateway", "mapper", "mapping", "orm" ], "homepage": "http://github.com/atlasphp/Atlas.Table", "license": "MIT", "authors": [ @@ -22,7 +22,7 @@ } }, "require-dev": { - "atlas/testing": "1.x@beta", + "atlas/testing": "~1.0", "pds/skeleton": "~1.0", "phpunit/phpunit": "~7.0" },