Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecolin committed Nov 1, 2014
1 parent f487ba0 commit 10e75db
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
@@ -1,6 +1,7 @@
{
"name": "satisfaction/satisfaction",
"name": "maximecolin/satisfaction",
"type": "library",
"version": "1.0.0",
"description": "A PHP implementation of the specification pattern for DDD",
"keywords": ["ddd", "specification", "pattern"],
"homepage": "http://www.maximecolin.fr",
Expand All @@ -19,10 +20,5 @@
},
"autoload": {
"psr-0": { "Satisfaction": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 10e75db

Please sign in to comment.