Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fix dependency issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
edno committed Feb 9, 2019
1 parent cca0a7b commit 0986d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"codeception/codeception": ">=2.2"
},
"require-dev": {
"satooshi/php-coveralls": "^2.0"
"php-coveralls/php-coveralls": "^2.0"
},
"autoload": {
"psr-4": {
"Codeception\\Extension\\": "src/"
"Codeception\\Extension\\": "src/"
}
},
"config": {
Expand Down

0 comments on commit 0986d31

Please sign in to comment.