1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-30 04:39:01 +01:00

Merge pull request #18 from tommy-muehle/master

Fix typo in autoload-dev to load required class
This commit is contained in:
Bob Weinand 2017-06-26 20:28:25 +02:00 committed by GitHub
commit be5dc4efdd

View File

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