Added B8Framework to project

This commit is contained in:
Dmitry Khomutov 2016-04-12 23:31:39 +06:00
commit 550e93747c
100 changed files with 7192 additions and 71 deletions

View file

@ -24,13 +24,15 @@
"autoload": {
"psr-4": {
"PHPCI\\": "PHPCI"
"PHPCI\\": "PHPCI/",
"b8\\": "B8Framework/b8/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\PHPCI\\": "Tests/PHPCI/"
"Tests\\PHPCI\\": "Tests/PHPCI/",
"Tests\\b8\\": "B8Framework/tests/"
}
},
@ -38,7 +40,6 @@
"php": ">=5.3.8",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"block8/b8framework": "~1.0",
"ircmaxell/password-compat": "~1.0",
"swiftmailer/swiftmailer": "~5.0",
"symfony/yaml": "~2.1",
@ -57,6 +58,7 @@
"require-dev": {
"phpunit/phpunit": "~4.5",
"phpmd/phpmd": "~2.0",
"sebastian/phpcpd": "~2.0",
"squizlabs/php_codesniffer": "~2.3",
"block8/php-docblock-checker": "~1.0",
"phploc/phploc": "~2.0",