Skip to content

Commit 89fc48c

Browse files
committed
Fixed: corrected composer dependencies and autoloading
1 parent 004ebff commit 89fc48c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"php": ">=5.3.3",
1414
"phpunit/phpunit": "3.8.*@dev",
1515
"adri/php-vcr": "dev-f-soap",
16-
"adri/phpunit-testlistener-vcr": "dev-master"
16+
"adri/phpunit-testlistener-vcr": "dev-f-soap"
1717
},
1818

1919
"autoload": {
20-
"classmap": ["guzzle/src/Adri"]
20+
"classmap": ["guzzle/src/Adri", "soap/src/Adri"]
2121
}
2222
}

0 commit comments

Comments
 (0)