From 8b38d5e24ff719cf06882ff94332bc5c582eeadb Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 4 Aug 2016 14:30:45 -0400 Subject: [PATCH] Move from aviat4ion/query to aviat/query --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f7e6c67..1cfe787 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name":"aviat4ion/query", + "name":"aviat/query", "type":"library", "description":"Database Query Builder and Abstraction layer", "keywords":[ @@ -21,9 +21,9 @@ "role": "Developer" }], "require": { - "php": ">=5.3" + "php": ">=5.4" }, "autoload": { "files": ["autoload.php"] } -} \ No newline at end of file +}