|
1 | 1 | { |
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 | | - |
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 | + |
| 12 | + "homepage": "http://vadimcomanescu.wordpress.com" |
23 | 13 | } |
| 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 | + } |
24 | 31 | } |
0 commit comments