Skip to content

Commit

Permalink
stop support for PHP 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orieg committed Oct 21, 2013
1 parent 586d626 commit 718f7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ php:
- "5.5"
- "5.4"
- "5.3"
- "5.2"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libjudydebian1 libjudy-dev php5-dev
Expand Down
3 changes: 2 additions & 1 deletion package.xml
Expand Up @@ -27,6 +27,7 @@
- Fixes for Windows DDL creation
- Support for PHP 5.5
- Add support for Travis CI
- Update minimum PHP version to 5.3
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -94,7 +95,7 @@
<dependencies>
<required>
<php>
<min>5.2.0</min>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.8</min>
Expand Down

0 comments on commit 718f7cf

Please sign in to comment.