Skip to content

Commit

Permalink
Drop PHP7.1 Support + Add PHP7.4 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
sci3ma committed Dec 28, 2019
1 parent b1ddaed commit 2c8bb6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- '7.1'
- '7.2'
- '7.3'
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"type": "library",
"require": {
"php": "^7.1",
"php": "^7.2.0|^7.3.0|^7.4.0",
"composer/composer": "^1.8",
"friendsofphp/php-cs-fixer": "^2.14",
"jakub-onderka/php-parallel-lint": "^1.0",
Expand Down

0 comments on commit 2c8bb6a

Please sign in to comment.