-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
composer.json
46 lines (46 loc) · 1.16 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "phalcon/ide-stubs",
"type": "library",
"description": "The most complete Phalcon Framework IDE stubs library which enables autocompletion in modern IDEs.",
"keywords": [
"Phalcon",
"DevTools",
"IDE",
"Stubs",
"Stub",
"PhpStorm",
"Netbeans",
"Eclipse",
"autocomplete"
],
"homepage": "https://phalcon.io",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Phalcon Team",
"email": "[email protected]",
"homepage": "https://phalcon.io/en-us/team"
},
{
"name": "Contributors",
"homepage": "https://github.com/phalcon/ide-stubs/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/phalcon/ide-stubs/issues",
"source": "https://github.com/phalcon/ide-stubs",
"forum": "https://forum.phalcon.io/"
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"vimeo/psalm": "^3.4"
},
"autoload-dev": {
"psr-4": {
"Phalcon\\": "src/"
}
}
}