Skip to content

Commit 8a232eb

Browse files
authored
Merge pull request #5 from apacheborys/introduce-migrator
Introduce migrator
2 parents 0dbf292 + 97d118b commit 8a232eb

17 files changed

+307
-3928
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"autoload": {
3333
"psr-4": {
3434
"ApacheBorys\\Retry\\BasicTransport\\": "src/BasicTransport",
35-
"ApacheBorys\\Retry\\BasicExecutor\\": "src/BasicExecutor"
35+
"ApacheBorys\\Retry\\BasicExecutor\\": "src/BasicExecutor",
36+
"ApacheBorys\\Retry\\Common\\": "src/Common"
3637
}
3738
},
3839
"autoload-dev": {

0 commit comments

Comments
 (0)