From 867a16f9615a38d391d18db0cea51c94271040c4 Mon Sep 17 00:00:00 2001 From: Judicael Paquet Date: Wed, 7 Sep 2016 14:39:36 +0200 Subject: [PATCH] Add the composer.json for the packagist --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 088b8ab..6a95e9b 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "las93/venus3", "license": "MIT", - "version": "1.0.0-alpha2", + "version": "v0.0.1-alpha", "type": "Framework", "description": "Framework in PHP", - "keywords": ["orm"], + "keywords": ["Framework", "php"], "homepage": "https://github.com/las93/venus3", "authors": [ { @@ -17,6 +17,6 @@ "psr-4": { "Attila\\": "Attila/" } }, "require": { - "php": ">=5.3.0" + "php": ">=7.0.0" } } \ No newline at end of file