Skip to content

Commit 62b7093

Browse files
authored
Apply suggestions from code review
1 parent b951626 commit 62b7093

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
os: >-
1414
['ubuntu-latest']
1515
php: >-
16-
['8.1', '8.2', '8.3']
16+
['8.1', '8.2', '8.3', '8.4']
1717
stability: >-
1818
['prefer-lowest', 'prefer-stable']

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ docs
1010
vendor
1111
node_modules
1212
.php-cs-fixer.cache
13-
/runtime/php-cs-fixer.cache
13+
/runtime

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
"symfony/process": "^5.4 || ^6.0 || ^7.0"
1616
},
1717
"require-dev": {
18-
"friendsofphp/php-cs-fixer": "^3.8",
1918
"phpcompatibility/php-compatibility": "^9.3",
2019
"phpunit/phpunit": "^9.6 || ^10.0",
2120
"spiral/code-style": "^2.2",
22-
"vimeo/psalm": "^5.9"
21+
"vimeo/psalm": "^6.0"
2322
},
2423
"autoload": {
2524
"psr-4": {
@@ -34,7 +33,6 @@
3433
"scripts": {
3534
"test": "vendor/bin/phpunit",
3635
"psalm": "vendor/bin/psalm --config=psalm.xml ./src",
37-
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -vvv --dry-run --using-cache=no",
3836
"cs:diff": "php-cs-fixer fix --dry-run -v --diff",
3937
"cs:fix": "php-cs-fixer fix -v"
4038
},

0 commit comments

Comments
 (0)