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 +}