diff --git a/composer.json b/composer.json index 37f7fa92..95df1c2b 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,8 @@ { "name": "cachethq/cachet", "description": "An open source status page system written in PHP", - "keywords": [ - "status", - "page", - "updates" - ], + "keywords": ["status", "page", "updates", "cachet", "Cachet", "Cachet HQ", "CachetHQ"], + "type": "project", "license": "BSD-3-Clause", "authors": [ { @@ -21,9 +18,8 @@ "email": "joe@cachethq.io" } ], - "type": "project", "require": { - "php": ">=5.4.0", + "php": ">=5.5.9", "ext-apcu": "*", "laravel/framework": "~5.0.32", "illuminate/html": "~5.0.0", diff --git a/composer.lock b/composer.lock index c7e3a26e..d6261fcb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "1f3062ab26d1dade7eb25b0166d8c1c7", + "hash": "c4539fddc4396a0f74d8be16072e7a48", "packages": [ { "name": "asm89/stack-cors", @@ -4411,7 +4411,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=5.4.0", + "php": ">=5.5.9", "ext-apcu": "*" }, "platform-dev": []