Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Apr 11, 2017
1 parent 27f0968 commit 93734ed
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "phalcon/ide-stubs",
"type": "library",
"description": "This library provide IDE stubs for Phalcon Framework.",
"keywords": ["phalcon", "devtools", "ide", "stubs"],
"description": "The most complete Phalcon Framework IDE stubs library which allows autocomplete in modern IDEs.",
"keywords": [
"Phalcon",
"DevTools",
"IDE",
"Stubs",
"Stub",
"PhpStorm",
"Netbeans",
"Eclipse",
"autocomplete"
],
"homepage": "https://phalconphp.com",
"license": "BSD-3-Clause",
"authors": [
Expand All @@ -20,5 +30,8 @@
"issues": "https://github.com/phalcon/ide-stubs/issues",
"source": "https://github.com/phalcon/ide-stubs",
"forum": "https://forum.phalconphp.com/"
},
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit 93734ed

Please sign in to comment.