Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #38 from localheinz/feature/urls
Browse files Browse the repository at this point in the history
Enhancement: Add project URLs to composer.json
  • Loading branch information
localheinz authored Jan 27, 2018
2 parents 9a3beeb + 0987249 commit 3b5322e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "localheinz/factory-girl-definition",
"type": "library",
"description": "Provides an interface for, and an easy way to find and register entity definitions for breerly/factory-girl-php.",
"homepage": "https://github.com/localheinz/factory-girl-definition",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -36,5 +37,9 @@
"psr-4": {
"Localheinz\\FactoryGirl\\Definition\\Test\\": "test"
}
},
"support": {
"issues": "https://github.com/localheinz/factory-girl-definition/issues",
"source": "https://github.com/localheinz/factory-girl-definition"
}
}

0 comments on commit 3b5322e

Please sign in to comment.