forked from joomla-framework/github-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 876 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 876 Bytes
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": "joomla/github",
"type": "joomla-package",
"description": "Joomla Github Package",
"keywords": ["joomla", "framework", "github"],
"homepage": "https://github.com/joomla-framework/github-api",
"license": "GPL-2.0-or-later",
"require": {
"php": "^5.3.10|~7.0",
"joomla/http": "~1.3|~2.0",
"joomla/registry": "^1.4.5|~2.0",
"joomla/uri": "~1.0|~2.0"
},
"require-dev": {
"joomla/coding-standards": "~2.0@alpha",
"phpunit/phpunit": "^4.8.35|^5.4.3|~6.0"
},
"autoload": {
"psr-4": {
"Joomla\\Github\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Joomla\\Github\\Tests\\": "Tests/"
}
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}