Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Update minimum PHPUnit requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Mar 26, 2015
1 parent 6c4b623 commit cd20c3c
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 @@ -27,7 +27,7 @@
"symfony/http-kernel": "~2.3",
"ezsystems/ezpublish-api": ">=2014.11",
"ezsystems/ezpublish-spi": ">=2014.11",
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~4.5",
"mockery/mockery": "0.9.*",
"squizlabs/php_codesniffer": "~1.5",
"ezsystems/ezcs": "dev-master"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
bootstrap="bootstrap.php"
colors="true">
<testsuites>
Expand Down

0 comments on commit cd20c3c

Please sign in to comment.