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

Commit

Permalink
Add 2.4.2-p1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed May 29, 2021
1 parent 0b75391 commit abd6cc0
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 311 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^7.4",
"magento/module-webapi": "100.3.5|100.4.0|100.4.1",
"magento/framework": "102.0.6|103.0.0|103.0.1|103.0.2"
"magento/framework": "102.0.6|103.0.0|103.0.1|103.0.2|103.0.2-p1"
},
"require-dev": {
"n98/magerun2": "^4.0.0",
Expand Down Expand Up @@ -66,5 +66,8 @@
"test": "vendor/bin/phpunit",
"infection": "vendor/bin/infection -j4 --ignore-msi-with-no-mutations --only-covered",
"coverage": "vendor/bin/phpunit --coverage-clover clover.xml"
},
"config": {
"sort-packages": true
}
}
Loading

0 comments on commit abd6cc0

Please sign in to comment.