-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 950 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
35
36
{
"name": "assertis/zend-windowsazure-fixed",
"description": "pseudo-fork of zensservice-windowsazure repository. It contain fixes for current version of azure cloud and additional functionality for Asserts goals",
"type": "library",
"keywords": [
"zf2",
"windows",
"azure"
],
"autoload": {
"psr-0": {
"ZendService\\WindowsAzure\\": "library/"
}
},
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-http": "~2.0",
"zendframework/zend-uri": "~2.0",
"zendframework/zend-version": "~2.0",
"zendframework/zendxml": "~1.0-dev"
},
"require-dev":{
"phpunit/phpunit": "5.2.*"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}