Skip to content

Commit

Permalink
Merge d159afe into 9c97509
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Jan 8, 2022
2 parents 9c97509 + d159afe commit 31f7740
Show file tree
Hide file tree
Showing 12 changed files with 832 additions and 424 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
}
],
"require": {
"php": "^7.2.0 | ^8.0.0",
"php": "^7.2.0 || ^8.0.0",
"ext-dom": "*",
"laminas/laminas-code": "~3.3.0 | ~3.4.1 | ~3.5.1",
"phpstan/phpstan": "^1.2.0"
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1",
"phpstan/phpstan": "^1.2.0",
"symfony/finder": "^3.0 || ^4.0 || ^5.0"
},
"conflict": {
"magento/framework": "<102.0.0"
Expand Down
Loading

0 comments on commit 31f7740

Please sign in to comment.