Skip to content

Commit

Permalink
Fix "pear/archive_tar dev-master requires pear/pear_exception * -> no…
Browse files Browse the repository at this point in the history
… matching package found."
  • Loading branch information
wapmorgan committed May 25, 2014
1 parent 20d688b commit 6ab46b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=4.3.0",
"pear/pear_exception": "*"
"pear/pear_exception": "1.0-beta1"
},
"suggest": {
"ext-zlib": "Gzip compression support.",
Expand All @@ -46,4 +46,4 @@
"require-dev": {
"phpunit/phpunit": "*"
}
}
}

0 comments on commit 6ab46b0

Please sign in to comment.