Skip to content

Commit

Permalink
Change to PHP minimum version ^7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Aug 28, 2019
1 parent 71045c3 commit f357317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: php
php:
- 7.1
- 7.2
- 7.3

services:
- mysql

dist: xenial

cache:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/odan/phinx-migrations-generator",
"license": "MIT",
"require": {
"php": "^7.2",
"php": "^7.1",
"robmorgan/phinx": "^0.11",
"riimu/kit-phpencoder": "^2.4",
"symfony/console": "^2.8|^3.0|^4.0"
Expand Down

0 comments on commit f357317

Please sign in to comment.