Skip to content

Commit

Permalink
(chore) updated composer.json
Browse files Browse the repository at this point in the history
Added information for packaging the project to packagist
  • Loading branch information
andela-gjames committed Dec 26, 2015
1 parent dd314bb commit bd14ad6
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"autoload":{
"psr-4":{
"BB8\\Potatoes\\ORM\\": "./src",
"BB8\\Tests\\": "./tests"
"name": "bb8/orm",
"description": "A simple light weight ORM that makes life easy for you",
"type": "git",
"license": "MIT",
"authors": [
{
"name": "George James",
"email": "georgeokpe1116@gmail.com"
}
},
"require": {
],
"minimum-stability": "stable",
"require": {
"php": ">=5.0"
},
"require-dev":{
"phpunit/phpunit":"4.0",
"satooshi/php-coveralls": "^0.6.1"
},
"autoload":{
"psr-4":{
"BB8\\Potatoes\\ORM\\": "./src",
"BB8\\Tests\\": "./tests"
}
}
}

0 comments on commit bd14ad6

Please sign in to comment.