1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 00:04:11 +02:00

Tweaked the test config

This commit is contained in:
Graham Campbell
2014-10-26 12:44:18 +00:00
parent d60422d197
commit ce58c93fc2

View File

@@ -18,14 +18,16 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
"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/" }
},
"autoload-dev": {
"classmap": [ "tests" ]
}
}