Skip to content

Commit

Permalink
Supports PHP7.2+.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Mar 15, 2019
1 parent d8f97e8 commit 869b54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly

matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly

sudo: false
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"source": "https://github.com/jasny/immutable"
},
"require": {
"php": ">=7.1.0"
"php": ">=7.2.0"
},
"require-dev": {
"jasny/php-code-quality": "^2.3"
"jasny/php-code-quality": "^2.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 869b54d

Please sign in to comment.