forked from orchestral/parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "orchestra/parser",
"description": "XML Document Parser for Laravel and PHP",
"keywords": ["laravel", "orchestral", "orchestra-platform", "xml", "parser"],
"license": "MIT",
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "[email protected]",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Orchestra\\Parser\\": "src/"
}
},
"require": {
"php": ">=5.6.0",
"laravie/parser": "~1.1",
"illuminate/container": "~5.4.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "~4.8|~5.0",
"illuminate/support": "~5.4.0"
},
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"minimum-stability": "dev"
}