Skip to content

Commit

Permalink
Upgraded minimum PHP version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed Aug 3, 2020
1 parent 191a3d6 commit 2fb9a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dist: trusty
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand All @@ -15,7 +14,7 @@ cache:
## Commented out until version 1.0 (version 0.1.. doesn't follow semver)
# matrix:
# include:
# - php: 7.1
# - php: 7.3
# env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php" : "~7.1",
"php": "~7.2",
"getpop/root": "~0.1"
},
"require-dev": {
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": ">=9.2",
"phpunit/phpunit": ">=8.5",
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit 2fb9a1c

Please sign in to comment.