Skip to content

Commit

Permalink
Updated dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed Feb 21, 2019
1 parent 8eb16c0 commit 4035f88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm

before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"zendframework/zend-escaper": "^2.5.1"
},
"require-dev": {
"phpunit/phpunit": "^4.7",
"satooshi/php-coveralls": "^1.0"
"phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.7",
"php-coveralls/php-coveralls": "^1.0 || ^2.0"
},
"autoload": {
"classmap": ["src/"],
Expand Down
2 changes: 1 addition & 1 deletion tests/RendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Rotimi Adegbamigbe
*/
class RendererTest extends \PHPUnit_Framework_TestCase
class RendererTest extends \PHPUnit\Framework\TestCase
{
protected function setUp() { parent::setUp(); }

Expand Down

0 comments on commit 4035f88

Please sign in to comment.