Skip to content

Commit bed5c75

Browse files
committed
Some updates in composer.json in order to respect semantic versioning
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR |
1 parent 0d64248 commit bed5c75

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

composer.json

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
{
2-
"name":"vmwarephp/vmwarephp",
3-
"type":"library",
4-
"description":"Vmware vSphere bindings for PHP",
5-
"keywords":["vmware", "php", "vsphere", "bindings", "vsphere sdk", "vmware php"],
6-
"homepage":"https://github.com/vadimcomanescu/vmwarephp",
7-
"license":"BSD-3-Clause",
8-
"authors":[
9-
{
10-
"name":"Vadim Comanescu",
11-
"email":"[email protected]",
12-
"homepage":"http://vadimcomanescu.wordpress.com"
13-
}
14-
],
15-
"require":{
16-
"php":">=5.3.2"
17-
},
18-
"require-dev":{
19-
"mockery/mockery":"dev-master"
20-
},
21-
"autoload": {
22-
"psr-0": { "Vmwarephp": "library" }
2+
"name": "vmwarephp/vmwarephp",
3+
"type": "library",
4+
"description": "Vmware vSphere bindings for PHP",
5+
"keywords": ["vmware", "php", "vsphere", "bindings", "vsphere sdk", "vmware php"],
6+
"homepage": "https://github.com/vadimcomanescu/vmwarephp",
7+
"license": "BSD-3-Clause",
8+
"authors": [
9+
{
10+
"name": "Vadim Comanescu",
11+
"email": "[email protected]",
12+
"homepage": "http://vadimcomanescu.wordpress.com"
2313
}
14+
],
15+
"require": {
16+
"php": ">=5.3.2"
17+
},
18+
"require-dev": {
19+
"mockery/mockery": "~1.0@dev"
20+
},
21+
"autoload": {
22+
"psr-0": {
23+
"Vmwarephp": "library"
24+
}
25+
},
26+
"extra": {
27+
"branch-alias": {
28+
"dev-master": "0.1-dev"
29+
}
30+
}
2431
}

0 commit comments

Comments
 (0)