Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 11, 2018
1 parent e8eb303 commit dee5af1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"require": {
"php": "^7.1",
"psr/container": "^1.0",
"selami/stdlib": "^1.0",
"selami/stdlib": "^1.2",
"twig/twig": "^2.4",
"twig/extensions": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"satooshi/php-coveralls": "~1.0",
"phpunit/phpcov": "^4.0",
"zendframework/zend-servicemanager":"^3.3"
"phpunit/phpunit": "^7.0",
"php-coveralls/php-coveralls": "~1.0",
"phpunit/phpcov": "^5.0",
"zendframework/zend-servicemanager":"~3.3"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 1 addition & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
Expand All @@ -33,11 +33,6 @@
<group>benchmark</group>
</exclude>
</groups>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="./build/logs/clover.xml"/>
</logging>
Expand Down

0 comments on commit dee5af1

Please sign in to comment.