Skip to content

Commit

Permalink
Merge pull request #3 from WeareJH/magento-2.3
Browse files Browse the repository at this point in the history
Update for Magento 2.3
  • Loading branch information
AydinHassan committed Jun 3, 2020
2 parents dda91d7 + 8b4e884 commit b8a451e
Show file tree
Hide file tree
Showing 3 changed files with 2,765 additions and 715 deletions.
10 changes: 8 additions & 2 deletions composer.json
Expand Up @@ -2,9 +2,15 @@
"name": "wearejh/m2-unit-test-helpers",
"description": "Unit testing helpers for Magento 2 code bases",
"type": "library",
"require-dev": {
"phpunit/phpunit": "^6"
"require": {
"magento/framework": "^102.0.5"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit b8a451e

Please sign in to comment.