1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 12:43:28 +02:00

add codeception, update gitignore

This commit is contained in:
Mike Dugan
2014-12-22 08:28:01 -05:00
parent a0e8b98713
commit bf94197dcd
19 changed files with 4269 additions and 24 deletions

View File

@@ -15,16 +15,17 @@
"tobscure/permissible": "dev-master"
},
"require-dev": {
"fzaninotto/faker": "1.4.0"
"fzaninotto/faker": "1.4.0",
"codeception/codeception": "~2.0.0"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-4": {
"Flarum\\Core": "src/Flarum/Core",
"Flarum\\Api": "src/Flarum/Api",
"Flarum\\Web": "src/Flarum/Web"
"Flarum\\Core\\": "src/Flarum/Core",
"Flarum\\Api\\": "src/Flarum/Api",
"Flarum\\Web\\": "src/Flarum/Web"
}
},
"scripts": {