Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Jun 12, 2017
1 parent 7343259 commit beefc2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -35,9 +35,9 @@
},
"require-dev" : {
"composer/composer" : "1.1.*@dev",
"squizlabs/php_codesniffer": "^2.6.2",
"phpunit/phpunit" : "^4.8 || ^5.4",
"mockery/mockery" : "^0.9.5",
"squizlabs/php_codesniffer": "^2.9.1",
"phpunit/phpunit" : "^4.8 || ^5.7",
"mockery/mockery" : "^0.9.9",
"satooshi/php-coveralls" : "^1.0.1"
},
"autoload" : {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.1/phpunit.xsd"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.7/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
Expand Down

0 comments on commit beefc2d

Please sign in to comment.