Skip to content

Commit

Permalink
Merge pull request #14 from pear/composer-pear-dev
Browse files Browse the repository at this point in the history
update composer.json to use pear-core-minimal 1.10.0alpha2 (which is …
  • Loading branch information
mrook committed Aug 5, 2015
2 parents e337c40 + 60337d2 commit fc2937c
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
Expand Up @@ -23,8 +23,8 @@
}
],
"require": {
"php": ">=4.3.0",
"pear/pear-core-minimal": "^1.9.5"
"php": ">=5.2.0",
"pear/pear-core-minimal": "^1.10.0alpha2"
},
"suggest": {
"ext-zlib": "Gzip compression support.",
Expand Down

1 comment on commit fc2937c

@cweiske
Copy link
Member

@cweiske cweiske commented on fc2937c Aug 5, 2015

Choose a reason for hiding this comment

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

@mrook: we'd have to tag this then in git as 1.4.1 probably

Please sign in to comment.