Skip to content

Commit

Permalink
Update Pear Exception version and include patch from #19 to fix issue…
Browse files Browse the repository at this point in the history
…s with examples in the autoloader
  • Loading branch information
seamuslee001 committed May 3, 2021
1 parent 6a883c7 commit 3242f82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
"license": "MIT",
"require": {
"php": ">5.2",
"pear/pear_exception": "1.0.1"
"pear/pear_exception": "1.0.1 || 1.0.2"
},
"autoload": {
"psr-0": {
"Log": "./"
}
},
"exclude-from-classmap": ["/examples/"]
},
"include-path": [
""
Expand Down

0 comments on commit 3242f82

Please sign in to comment.