Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
bumped minimum version of PHP to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 11, 2015
1 parent 5c4ac30 commit 54624e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ before_script:
script: phpunit

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.3.9",
"php": ">=5.5.9",

This comment has been minimized.

Copy link
@Sorien

Sorien Jun 25, 2015

why do we need this change?

This comment has been minimized.

Copy link
@mathroc

mathroc Jun 25, 2015

Contributor

@Sorien You can read http://blog.ircmaxell.com/2014/12/on-php-version-requirements.html to get an idea of why it's a bad idea to keep compatibility with older version of PHP that are not supported anymore In the case of PHP 5.6 it not /yet/ unsupported but will be in a few days, and very probably before silex 2.0 release

This comment has been minimized.

Copy link
@stof

stof Jun 25, 2015

Contributor

@Sorien this matches the decision done for the next Symfony major version

"pimple/pimple": "~3.0",
"symfony/event-dispatcher": "~2.6",
"symfony/http-foundation": "~2.6",
Expand Down

0 comments on commit 54624e0

Please sign in to comment.