Skip to content

Commit

Permalink
Add interface and class serializable for models from Magento2 api client
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Oct 17, 2023
1 parent a1f3545 commit ae6b36f
Show file tree
Hide file tree
Showing 6 changed files with 1,805 additions and 163 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
"minimum-stability": "dev",
"require": {
"php": "^8.2",
"symfony/expression-language": "^6.0"
"symfony/expression-language": "^6.0",
"php-etl/magento2-api-client": "*",
"nyholm/psr7": "^1.8@dev"
},
"config": {
"bin-dir": "bin"
"bin-dir": "bin",
"allow-plugins": {
"php-http/discovery": true
}
},
"extra": {
"branch-alias": {
Expand Down
Loading

0 comments on commit ae6b36f

Please sign in to comment.