Skip to content

Commit

Permalink
Merge pull request #25 from brownoxford/add-composer-include-path
Browse files Browse the repository at this point in the history
Add library directory to include path in composer
  • Loading branch information
jokkedk committed Jun 25, 2014
2 parents 732b7a2 + 9c0dedb commit 0450584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"ZFDebug_": "library/"
}
},
"include-path": [
"library/"
],
"require": {
"zendframework/zendframework1": "1.*"
},
Expand Down

1 comment on commit 0450584

@jimmiw
Copy link

@jimmiw jimmiw commented on 0450584 Jan 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you tag the current release?

Please sign in to comment.