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

autoload-dev behave the same as require-dev

This commit is contained in:
Graham Campbell
2015-01-03 22:55:35 +00:00
parent 27ef5a8914
commit 5a1be9bf20

View File

@@ -29,8 +29,6 @@
"files": ["src/Create.php"]
},
"autoload-dev": {
"psr-4": { "Stringy\\": "src/" },
"files": ["src/Create.php"],
"classmap": [ "tests" ]
}
}