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

Commit

Permalink
Merge pull request #850 from stephanvierkant/patch-10
Browse files Browse the repository at this point in the history
Drop PHP < 7.1.
  • Loading branch information
stephanvierkant authored Dec 6, 2018
2 parents ac2f946 + 2181057 commit cfc8394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ cache:
matrix:
fast_finish: true
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
env: DEPENDENCIES=beta
- php: hhvm
Expand All @@ -26,8 +23,7 @@ before_install:
- if [ "$DEPENDENCIES" = "beta" ]; then composer config minimum-stability beta; fi;
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/framework-bundle=$SYMFONY_VERSION; fi
- if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then composer require --dev "phpunit/phpunit=4.8.*"; fi
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." || ${TRAVIS_PHP_VERSION:0:2} == "hh" ]]; then composer require --dev "phpunit/phpunit=5.7.*"; fi
- composer require --dev "phpunit/phpunit=5.7.*"

install: composer update --prefer-dist --no-interaction $COMPOSER_FLAGS

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"issues": "https://github.com/stwe/DatatablesBundle/issues"
},
"require": {
"php": ">=5.5.9",
"php": ">=7.1",
"symfony/framework-bundle": "^3.0|^4.0",
"doctrine/orm": "^2.5",
"symfony/options-resolver": "^3.0|^4.0",
Expand Down

0 comments on commit cfc8394

Please sign in to comment.