Skip to content

Commit

Permalink
Merge pull request #24 from hboomsma/master
Browse files Browse the repository at this point in the history
prepare for php7
  • Loading branch information
linaori committed Oct 22, 2015
2 parents 1bc501a + 5258d75 commit f3ac7f3
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 @@ -5,6 +5,7 @@ matrix:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
allow_failures:
- php: hhvm
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Provides an event when a Tracked entity changes",
"license": "MIT",
"require": {
"php" : "5.*, >=5.4",
"php" : "<8,>=5.4",
"doctrine/common" : "2.*, >=2.4",
"doctrine/annotations" : "1.*, >=1.2",
"doctrine/orm" : "2.*, >=2.3",
Expand Down

0 comments on commit f3ac7f3

Please sign in to comment.