Skip to content

Commit 2e8db3b

Browse files
authored
Merge pull request #125 from Coderberg/2.x
Release v2.10.1
2 parents d43849e + 7a5200e commit 2e8db3b

41 files changed

Lines changed: 728 additions & 544 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
5252
LOCK_DSN=flock
5353
###< symfony/lock ###
5454

55-
# Select default language (en, ru, bg, nl)
55+
# Select default language (en, ru, bg, nl, hu)
5656
LANGUAGE_CODE=en

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Rector
6161
if: always() && steps.install.outcome == 'success'
62-
run: vendor/bin/rector process src --clear-cache --dry-run
62+
run: vendor/bin/rector process
6363

6464
- name: Lint YAML files
6565
if: always() && steps.install.outcome == 'success'

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"doctrine/doctrine-fixtures-bundle": "^3.5",
6565
"friendsofphp/php-cs-fixer": "^3.42",
6666
"phpunit/phpunit": "^9.6",
67-
"rector/rector": "^0.19",
67+
"rector/rector": "^1.0",
6868
"symfony/browser-kit": "^7.0",
6969
"symfony/css-selector": "^7.0",
7070
"symfony/debug-bundle": "^7.0",
@@ -108,6 +108,12 @@
108108
"symfony/polyfill-php80": "*"
109109
},
110110
"scripts": {
111+
"php-cs-fixer": "php-cs-fixer fix",
112+
"lint": [
113+
"@php-cs-fixer",
114+
"phpstan analyse",
115+
"rector process"
116+
],
111117
"auto-scripts": {
112118
"cache:clear": "symfony-cmd",
113119
"assets:install %PUBLIC_DIR%": "symfony-cmd"

0 commit comments

Comments
 (0)