Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Dec 18, 2024
1 parent 109e989 commit 55d3425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3]
php: [8.4]

steps:
- name: Checkout code
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip
tools: composer:v2
coverage: none
- name: Remove PHP CS Fixer dependency to prevent unnecessary dependency collisions
run: |
composer remove --dev friendsofphp/php-cs-fixer
- name: Install dependencies
run: |
composer update --prefer-dist --no-interaction --no-progress
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
},
"require-dev": {
"brianium/paratest": "^6.11",
"friendsofphp/php-cs-fixer": "^3.39",
"guzzlehttp/guzzle": "^7.6",
"laravel/pint": "^1.18",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^9.6"
},
Expand All @@ -82,6 +82,6 @@
},
"scripts": {
"test": "./vendor/bin/phpunit tests",
"format": "./vendor/bin/php-cs-fixer fix --allow-risky=yes"
"format": "./vendor/bin/pint"
}
}

0 comments on commit 55d3425

Please sign in to comment.