Skip to content

Commit

Permalink
Always store new shopware version when it is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Sep 6, 2024
1 parent e4c946d commit 570fe6f
Show file tree
Hide file tree
Showing 4 changed files with 1,006 additions and 1,198 deletions.
12 changes: 12 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

$finder = (new PhpCsFixer\Finder())
->in(__DIR__)
;

return (new PhpCsFixer\Config())
->setRules([
'@PER-CS2.0' => true,
'no_unused_imports' => true,
])
->setFinder($finder);
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
"psr/log": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.16",
"friendsofphp/php-cs-fixer": "^3.64.0",
"phpstan/phpstan": "^1.10.14",
"phpunit/phpunit": "^10.1",
"symfony/phpunit-bridge": "^6.2.10 || ^6.3 || ^6.4 || ^7.0",
"infection/infection": "^0.26.21"
"symfony/phpunit-bridge": "^7.0"
},
"scripts": {
"test": "phpunit",
Expand Down
Loading

0 comments on commit 570fe6f

Please sign in to comment.