1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 18:07:57 +01:00

Add test to autoload-dev

This commit is contained in:
Niklas Keller 2016-05-15 17:25:16 +02:00
parent 8b3555c552
commit 698d292d2c

View File

@ -10,5 +10,10 @@
"psr-4": {
"Interop\\Async\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Interop\\Async\\": "test"
}
}
}