mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-10 23:34:00 +02:00
Add tests classmap to composer
As suggested by Bilge in https://github.com/danielstjules/Stringy/pull/20
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
"source": "https://github.com/danielstjules/Stringy"
|
"source": "https://github.com/danielstjules/Stringy"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Stringy\\": "src/" }
|
"psr-4": { "Stringy\\": "src/" },
|
||||||
|
"classmap": [ "tests" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user