Skip to content

Commit 585ca25

Browse files
committed
[#.x] - upgrading packages
1 parent 2fbd9e1 commit 585ca25

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
composer test-unit-coverage
128128
129129
- name: SonarCloud Scan
130-
uses: SonarSource/sonarqube-scan-action@v5
130+
uses: SonarSource/sonarqube-scan-action@v6.0.0
131131
env:
132132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133133
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
.bash_history
12
.cache
23
.config
3-
.local
4-
.composer
4+
.composer/
55
composer.lock
6-
vendor/
7-
.bash_history
8-
tests/_output
96
.env
7+
.local
108
storage/logs/
9+
tests/_output
10+
vendor/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pds/skeleton": "^1.0",
3131
"phpstan/phpstan": "^2.1",
3232
"phpunit/phpunit": "^11.5",
33-
"squizlabs/php_codesniffer": "^3.13"
33+
"squizlabs/php_codesniffer": "^4.0"
3434
},
3535
"autoload": {
3636
"psr-4": {
File renamed without changes.

0 commit comments

Comments
 (0)