Skip to content

Commit

Permalink
Drop 5.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
davedevelopment committed Apr 2, 2015
1 parent 70bba85 commit 56785d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=5.3.2",
"php": ">=5.4.0",
"lib-pcre": ">=7.0",
"hamcrest/hamcrest-php": "~1.1"
},
Expand Down

0 comments on commit 56785d0

Please sign in to comment.