Refactored structure

This commit is contained in:
Dmitry Khomutov 2016-04-17 12:34:12 +06:00
commit e5164ae1dd
329 changed files with 277 additions and 457 deletions

View file

@ -21,14 +21,14 @@
},
"autoload": {
"psr-4": {
"PHPCI\\": "PHPCI/",
"b8\\": "B8Framework/b8/"
"PHPCI\\": "src/PHPCI/",
"b8\\": "src/B8Framework/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\PHPCI\\": "Tests/PHPCI/",
"Tests\\b8\\": "B8Framework/tests/"
"Tests\\PHPCI\\": "tests/PHPCI/",
"Tests\\b8\\": "tests/B8Framework/"
}
},
"require": {