-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update for new zend\hydrator component #149
Conversation
Question: Do you also want to rename DoctrineModule\Stdlib\Hydrator\DoctrineObject => DoctrineModule\Hydrator\DoctrineObject ? |
Needed to drop 5.4 support to get the tests running again. PHP 5.4 is also not support by PHP-Internals anymore. |
Not a good idea |
weird that the build succeeded. zend-mvc 2.6 required zend-hydrator 1.0, should be incompatible with 2.0. |
@@ -1,7 +1,7 @@ | |||
<?php | |||
chdir(dirname(__DIR__)); | |||
|
|||
$loader = require_once('vendor/autoload.php'); | |||
$loader = require ('vendor/autoload.php'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
Closing since the pull request is rather old and the patch doesn't apply cleanly. I've checked whether the class in question is still used, which it isn't, so I also assume that this was cleaned up in the meantime. If not, please let me know. |
No description provided.