Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Drop support for php 5.3 and php 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fuhr committed Jan 18, 2016
1 parent 5a2cae7 commit 202cfaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## Unreleased

### Changed

- Change visibility of ```flagbit_currency.twig``` service to private
- Use new (symfony 2.6+) syntax for factories

### Removed

- Remove support for PHP 5.3 and 5.4

## 1.1.0 - 2014-04-30

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.5.0",

"symfony/dependency-injection": "^2.6|^3.0",
"symfony/config": "^2.6|^3.0",
Expand Down

0 comments on commit 202cfaf

Please sign in to comment.