Skip to content

Commit

Permalink
NTR: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jul 5, 2024
1 parent 4f6bedc commit 72e6c35
Show file tree
Hide file tree
Showing 107 changed files with 7,814 additions and 7,682 deletions.
1 change: 1 addition & 0 deletions .php_cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'phpdoc_trim_consecutive_blank_line_separation' => true,
'phpdoc_types_order' => true,
'yoda_style' => false,
'no_unused_imports' => true,
]
);

Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@
},
"require": {
"php": ">=7.4",
"ext-curl": "*"
"ext-curl": "*",
"shopware/core": "*",
"shopware/administration": "*",
"shopware/storefront": "*",
"shopware/elasticsearch": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -74,10 +78,7 @@
"squizlabs/php_codesniffer": "^3.6",
"infection/infection": "^0.25.4",
"boxblinkracer/phpunuhi": "dev-main",
"spaze/phpstan-disallowed-calls": "^2.16",
"shopware/core": "*",
"shopware/administration": "*",
"shopware/storefront": "*"
"spaze/phpstan-disallowed-calls": "^2.16"
},
"scripts": {
"post-install-cmd": [
Expand Down
Loading

0 comments on commit 72e6c35

Please sign in to comment.