1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-17 18:46:19 +02:00

Merge pull request #56 from GrahamCampbell/patch-1

Tweaked the test config
This commit is contained in:
Daniel St. Jules
2014-10-26 07:47:54 -07:00

View File

@@ -18,14 +18,16 @@
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.0.*" "phpunit/phpunit": "~4.0"
}, },
"support": { "support": {
"issues": "https://github.com/danielstjules/Stringy/issues", "issues": "https://github.com/danielstjules/Stringy/issues",
"source": "https://github.com/danielstjules/Stringy" "source": "https://github.com/danielstjules/Stringy"
}, },
"autoload": { "autoload": {
"psr-4": { "Stringy\\": "src/" }, "psr-4": { "Stringy\\": "src/" }
},
"autoload-dev": {
"classmap": [ "tests" ] "classmap": [ "tests" ]
} }
} }