Skip to content

Commit

Permalink
setup include path and dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Feb 10, 2015
1 parent 16f7410 commit 5dd74db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
"": "src/"
}
},
"include-path": [
"src/"
],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
},
"type": "library",
"require": {
"pear/console_getopt": "~1.2",
"pear/pear_exception": "*"
"pear/console_getopt": "~1.3",
"pear/pear_exception": "~1.0"
}
}

0 comments on commit 5dd74db

Please sign in to comment.