Skip to content

Commit 48ee654

Browse files
committed
Initial commit of refactoring
1 parent 86a417b commit 48ee654

File tree

132 files changed

+15541
-3369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+15541
-3369
lines changed

composer.json

+15-5
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,32 @@
44
"type": "library",
55
"description": "A Docker PHP client",
66
"autoload": {
7-
"psr-0": {
8-
"": "src/"
7+
"psr-4": {
8+
"Docker\\": "src/",
9+
"Docker\\API\\": "generated/"
10+
}
11+
},
12+
"autoload-dev": {
13+
"psr-4": {
14+
"Docker\\Tests\\": "tests/"
915
}
1016
},
1117
"require": {
1218
"php": ">=5.4",
1319
"symfony/filesystem": "~2.3",
1420
"symfony/process": "~2.3",
15-
"guzzlehttp/guzzle": "~4.1",
16-
"guzzlehttp/streams": "~1.3"
21+
"jane/swagger": "dev-master",
22+
"php-http/socket-client": "dev-master",
23+
"php-http/plugins": "dev-master",
24+
"php-http/message": "dev-master",
25+
"guzzlehttp/psr7": "^1.2"
1726
},
1827
"require-dev": {
1928
"phpunit/phpunit": "~3.7"
2029
},
2130
"config": {
2231
"bin-dir": "bin"
2332
},
24-
"minimum-stability": "stable"
33+
"minimum-stability": "dev",
34+
"prefer-stable": true
2535
}

0 commit comments

Comments
 (0)