1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 20:34:40 +01:00

Fix typo in autoload-dev to load required class

This commit is contained in:
Tommy Muehle 2017-06-26 20:14:17 +02:00
parent 6b2f5cd3fa
commit 4ba600cd68

View File

@ -52,7 +52,7 @@
},
"autoload-dev": {
"psr-4": {
"Amp\\Parallel\\Example\\": "example",
"Amp\\Parallel\\Example\\": "examples",
"Amp\\Parallel\\Test\\": "test"
}
}