1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-06 13:26:40 +02:00

Add tests classmap to composer

As suggested by Bilge in https://github.com/danielstjules/Stringy/pull/20
This commit is contained in:
Daniel St. Jules
2014-03-09 20:52:18 -04:00
parent 7832e22e09
commit 952ffd4c00

View File

@@ -19,12 +19,13 @@
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
},
"support": {
"issues": "https://github.com/danielstjules/Stringy/issues",
"source": "https://github.com/danielstjules/Stringy"
},
"autoload": {
"psr-4": { "Stringy\\": "src/" }
"psr-4": { "Stringy\\": "src/" },
"classmap": [ "tests" ]
}
}