Skip to content

Commit

Permalink
Allow for PHP 7.3 and 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Sep 20, 2020
1 parent 876ca3f commit fc797bf
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
Expand Up @@ -3,7 +3,8 @@ language: php
dist: trusty

php:
- 7.2
- '7.3'
- '7.4'

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.3",
"knplabs/knp-snappy-bundle": "^1.5",
"myclabs/php-enum": "^1.7",
"sylius/resource-bundle": "^1.6",
Expand Down

0 comments on commit fc797bf

Please sign in to comment.