Skip to content

Commit

Permalink
Lowered requirement to PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rikbruil committed Mar 8, 2015
1 parent ee368ae commit a79e274
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: 7
- php: hhvm

before_install:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ foreach ($service->getInvoices() as $currentInvoice) {

## Requirements

- PHP 5.4+
- PHP 5.3+

## License

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"psr-4": {"spec\\Rb\\Specification\\": "spec/"}
},
"require": {
"php": ">=5.4"
"php": ">=5.3.3"
},
"require-dev": {
"phpspec/phpspec": "~2.1@dev",
Expand Down

0 comments on commit a79e274

Please sign in to comment.