Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jul 16, 2024
1 parent d3d52f5 commit 7294f3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"require": {
"php": "^8.2",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.9"
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.10"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.59",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.22",
"friendsofphp/php-cs-fixer": "^3.54"
"vimeo/psalm": "^5.25"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -35,7 +35,7 @@
"cs": "@cs:fix",
"cs:check": "phpcs -p -s --colors --report-full --report-summary --cache=.cache/phpcs",
"cs:fix": "phpcbf -p --colors --cache=.cache/phpcs",
"test": "phpunit",
"psalm": "psalm"
"psalm": "psalm",
"test": "phpunit"
}
}

0 comments on commit 7294f3c

Please sign in to comment.