From eebf7871cbc107141912845f702d59569c34f1bf Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 5 Feb 2018 13:26:54 -0600 Subject: [PATCH] Cleanup composer file and reqs in readme #166 --- README.md | 2 +- composer.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e84de023..4ecd2604 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The latest documentation, with installation instructions is available ## Requirements -- PHP 7.0+, extensions: +- PHP 7.1+, extensions: - cURL - JSON - mbstring diff --git a/composer.json b/composer.json index eb26183f..514646dc 100755 --- a/composer.json +++ b/composer.json @@ -1,9 +1,8 @@ { "name": "phpvms/phpvms", - "version": "7.0.0-dev", "description": "phpVMS - Virtual Airline Administration", "keywords": ["phpvms", "virtual", "airlines"], - "license": "MIT", + "license": "BSD-3-Clause", "type": "project", "minimum-stability": "stable", "homepage": "http://www.phpvms.net",