Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
Separate autoload with autoload-dev and update keywords
  • Loading branch information
bulton-fr committed Sep 17, 2016
1 parent 9d727c0 commit c3085b1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Framework PHP",
"keywords": [
"framework",
"php",
"simple"
"php"
],
"homepage": "https://github.com/bulton-fr/bfw",
"time": "2016-05-29",
Expand Down Expand Up @@ -43,16 +42,16 @@
"BFW\\Helpers\\": "src/helpers",
"BFW\\Install\\": "install/class/",
"BFW\\Memcache\\": "src/class/memcache",
"BFW\\Traits\\": "src/traits",
"BFW\\Traits\\": "src/traits"
}
},
"autoload-dev": {
"psr-4": {
"BFW\\test\\unit\\mocks\\": "test/unit/mocks/src",
"BFW\\test\\helpers\\": "test/unit/helpers",
"BFW\\Core\\test\\unit\\mocks\\": "test/unit/mocks/src/core",
"BFW\\Install\\test\\unit\\mocks\\": "test/unit/mocks/install"
},
"files": [
"src/fonctions/global.php",
"src/fonctions/cli.php"
]
}
},
"bin": [
"bin/bfw_install",
Expand Down

0 comments on commit c3085b1

Please sign in to comment.