Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from nicoschoenmaker/feature/php7.0
Browse files Browse the repository at this point in the history
PHP7.0 compatibility
  • Loading branch information
Hidde Boomsma committed Dec 31, 2015
2 parents 848d7d0 + 82c98d5 commit c1ced43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "MIT",
"require": {
"php": ">=5.4",
"php": ">=5.5",
"symfony/symfony": ">=2.3",
"doctrine/doctrine-bundle": ">=1.2.0",
"doctrine/orm": ">=2.3"
Expand Down

0 comments on commit c1ced43

Please sign in to comment.