Skip to content

Commit

Permalink
Merge pull request #582 from moneyphp/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sagikazarmark authored Dec 27, 2019
2 parents 114845c + 7421439 commit b85915f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"doctrine/instantiator": "^1.0.5",
"florianv/exchanger": "^1.0",
"florianv/swap": "^3.0",
"leanphp/phpspec-code-coverage": "^3.0 || ^4.0",
"friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
"moneyphp/iso-currencies": "^3.2.1",
"php-http/message": "^1.4",
"php-http/mock-client": "^1.0.0",
"phpspec/phpspec": "^3.0",
"phpunit/phpunit": "^5.7 || ^6.4 || ^7.0",
"phpspec/phpspec": "^3.4.3",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
"psr/cache": "^1.0",
"symfony/phpunit-bridge": "^4"
},
Expand Down
2 changes: 1 addition & 1 deletion phpspec.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ suites:
psr4_prefix: Money
formatter.name: pretty
extensions:
LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension:
format:
- clover
output:
Expand Down

0 comments on commit b85915f

Please sign in to comment.