Skip to content

Commit

Permalink
Add the composer.json for the packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
judicaelpaquet committed Sep 7, 2016
1 parent 787897c commit 867a16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand All @@ -17,6 +17,6 @@
"psr-4": { "Attila\\": "Attila/" }
},
"require": {
"php": ">=5.3.0"
"php": ">=7.0.0"
}
}

0 comments on commit 867a16f

Please sign in to comment.