forked from K-Phoen/php-refactoring-browser
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (38 loc) · 1.06 KB
/
composer.json
File metadata and controls
44 lines (38 loc) · 1.06 KB
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
{
"name": "qafoolabs/php-refactoring-browser",
"description": "Refactoring Browser for PHP",
"license": "Apache2",
"authors": [
{"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/AJenbo/PHP-Token-Reflection"
}
],
"require": {
"nikic/php-parser": "~2.1",
"beberlei/assert": "~2.3",
"POPSuL/php-token-reflection": "dev-develop",
"symfony/finder": "~2.4",
"symfony/console": "~2.4",
"tomphp/patch-builder": "~0.1"
},
"require-dev": {
"php": "~5.4|~7.0",
"behat/behat": "~2.5",
"mikey179/vfsStream": "~1.5",
"phake/phake": "~2.0",
"symfony/process": "~2.6",
"phpunit/phpunit": "~4.6"
},
"autoload": {
"psr-0": {
"QafooLabs\\Refactoring": "src/main/",
"QafooLabs\\Patches": "src/main/",
"QafooLabs\\Collections": "src/main/"
}
},
"bin": ["src/bin/refactor"]
}