Skip to content

Commit

Permalink
added a sample dependency composer package, in order to illustrate co…
Browse files Browse the repository at this point in the history
…mposer dependencies
  • Loading branch information
sfia-andreidaniel committed Jan 22, 2016
1 parent a8b9da1 commit 951cedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "myvendor/mypackage",
"name": "browserfs/ci",
"description": "A library that is doing ...",
"type": "library",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@

"autoload": {
"psr-4": {
"browserfs\\ci": "src/"
"browserfs\\ci\\": "src/"
}
},

Expand Down

0 comments on commit 951cedc

Please sign in to comment.