Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
updated phpunit to work with newer php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
web committed Jan 4, 2017
1 parent 3c45f44 commit 36ca87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require-dev" : {
"ext-gd": "*",
"phpunit/phpunit": "4.8.*",
"phpunit/phpunit": "5.7.*",
"squizlabs/php_codesniffer": "3.0.0RC2",
"satooshi/php-coveralls": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion src/PelEntryException.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* @package PEL
* @subpackage Exception
*/
class PelEntryException extends \lsolesen\pel\PelException
class PelEntryException extends PelException
{

/**
Expand Down

0 comments on commit 36ca87b

Please sign in to comment.