Skip to content

Commit

Permalink
Merge pull request #20 from adriansuter/patch-php-version
Browse files Browse the repository at this point in the history
Remove support for php 7.1
  • Loading branch information
adriansuter authored Apr 27, 2020
2 parents 5cb11e7 + 23df2b7 commit 53a1bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ dist: trusty

matrix:
include:
- php: 7.1
env: ANALYSIS='true'
- php: 7.2
- php: 7.3
env: ANALYSIS='true'

before_script:
- composer require php-coveralls/php-coveralls:^2.1.0
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": "^7.1",
"php": "^7.2",
"slim/slim": "^4.1",
"slim/twig-view": "^3.1",
"nyholm/psr7": "^1.2",
Expand Down

0 comments on commit 53a1bb0

Please sign in to comment.