Skip to content

Commit

Permalink
Fixed for PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mesour committed Jan 22, 2019
1 parent 4ce1edd commit 869c1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}],
"require": {
"php": ">=5.6.0",
"mesour/components": "~3.1.0"
"mesour/components": "~3.2.0"
},
"require-dev": {
"tracy/tracy": "~2.3.0",
Expand Down

0 comments on commit 869c1b2

Please sign in to comment.