Skip to content

Commit

Permalink
Merge pull request #76 from TheDragonCode/2.x
Browse files Browse the repository at this point in the history
Dependency bug fixed
  • Loading branch information
Andrey Helldar committed Apr 20, 2022
2 parents d7467e3 + 8d6a63e commit 4359f51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v3

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v1.13.1
uses: TheDragonCode/codestyler@v2.0.0
2 changes: 1 addition & 1 deletion .github/workflows/lint-fixer.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v1.13.1
uses: TheDragonCode/codestyler@v2.0.0
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,7 +8,7 @@ ARG INPUT_EDITORCONFIG
ARG INPUT_DEPENDABOT
ARG INPUT_NORMALIZE

RUN composer global require dragon-code/codestyler:^1.0
RUN composer global require dragon-code/codestyler:^2.0

COPY shell /shell
COPY entrypoint.sh /entrypoint.sh
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,8 +12,8 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"dragon-code/support": "^6.0",
"friendsofphp/php-cs-fixer": "^3.6",
"dragon-code/support": "^6.1",
"friendsofphp/php-cs-fixer": "^3.8",
"symfony/console": "^5.0 || ^6.0",
"symfony/yaml": "^5.0 || ^6.0"
},
Expand Down

0 comments on commit 4359f51

Please sign in to comment.