Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Add utc to test; allow >= hydrators
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Jan 14, 2015
1 parent 16cf302 commit 333473c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require": {
"php": ">=5.4",
"phpro/zf-doctrine-hydration-module": "~0.1.0@dev",
"phpro/zf-doctrine-hydration-module": ">=0.1@dev",
"zfcampus/zf-apigility": "~1.0"
},
"minimum-stability": "dev",
Expand Down
1 change: 1 addition & 0 deletions test/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

error_reporting(E_ALL | E_STRICT);
chdir(__DIR__);
date_default_timezone_set('utc');

/**
* Test bootstrap, for setting up autoloading
Expand Down

0 comments on commit 333473c

Please sign in to comment.