Skip to content

Commit e8ac7e1

Browse files
author
Jamie Hannaford
committed
pull in common repo
1 parent eec1429 commit e8ac7e1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
],
1010
"autoload": {
1111
"psr-4": {
12-
"OpenStack\\": "src/",
12+
"OpenStack\\": "src/"
13+
}
14+
},
15+
"autoload-dev": {
16+
"psr-4": {
1317
"OpenStack\\Test\\": "tests/unit/",
1418
"OpenStack\\Integration\\": "tests/integration/"
1519
}
@@ -21,9 +25,7 @@
2125
}
2226
],
2327
"require": {
24-
"php": ">=5.6",
25-
"guzzlehttp/guzzle": "~6.1",
26-
"justinrainbow/json-schema": "~1.3"
28+
"php-opencloud/common": "dev-master"
2729
},
2830
"require-dev": {
2931
"phpunit/phpunit": "~4.0",
@@ -33,4 +35,4 @@
3335
"jakub-onderka/php-parallel-lint": "0.*",
3436
"fabpot/php-cs-fixer": "~1.0"
3537
}
36-
}
38+
}

0 commit comments

Comments
 (0)