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

Commit

Permalink
updated composer.json
Browse files Browse the repository at this point in the history
Since the `composer.json` in the development branch refers to `ecomdev/ecomdev_phpunit` (see https://github.com/AOEpeople/EcomDev_PHPUnit/blob/dev/composer.json), we should refer to `ecomdev` here as well.
  • Loading branch information
sprankhub authored Oct 14, 2017
1 parent 9b0e038 commit 556f412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"minimum-stability": "dev",
"require": {
"aoepeople/composer-installers": "*",
"ivanchepurnyi/ecomdev_phpunit": "dev-dev"
"ecomdev/ecomdev_phpunit": "dev-dev"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 556f412

Please sign in to comment.