We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec1429 commit e8ac7e1Copy full SHA for e8ac7e1
composer.json
@@ -9,7 +9,11 @@
9
],
10
"autoload": {
11
"psr-4": {
12
- "OpenStack\\": "src/",
+ "OpenStack\\": "src/"
13
+ }
14
+ },
15
+ "autoload-dev": {
16
+ "psr-4": {
17
"OpenStack\\Test\\": "tests/unit/",
18
"OpenStack\\Integration\\": "tests/integration/"
19
}
@@ -21,9 +25,7 @@
21
25
22
26
23
27
"require": {
24
- "php": ">=5.6",
- "guzzlehttp/guzzle": "~6.1",
- "justinrainbow/json-schema": "~1.3"
28
+ "php-opencloud/common": "dev-master"
29
},
30
"require-dev": {
31
"phpunit/phpunit": "~4.0",
@@ -33,4 +35,4 @@
33
35
"jakub-onderka/php-parallel-lint": "0.*",
34
36
"fabpot/php-cs-fixer": "~1.0"
37
-}
38
+}
0 commit comments