Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zukowsky authored Feb 26, 2017
1 parent b451395 commit ce44dbc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "mikemix/ddd-value-object-id",
"description": "Value Object as Doctrine entity ID",
"require": {
"php": "^7.0"
},
"keywords": [
"doctrine",
"symfony",
"ddd",
"value bject"
],
"license": "MIT",
"authors": [
{
"name": "Michal Zukowski",
"homepage": "https://mikemix.github.io"
}
],
"autoload": {
"psr-4": {
"Mikemix\\ValueObjectId\\": "src/"
}
}
}

0 comments on commit ce44dbc

Please sign in to comment.