Skip to content

Commit 30adf09

Browse files
committed
update dev libraries
1 parent 087237d commit 30adf09

File tree

3 files changed

+213
-217
lines changed

3 files changed

+213
-217
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"require-dev": {
1616
"bamarni/composer-bin-plugin": "^1.8.2",
17-
"phpstan/extension-installer": "^1.4.1",
18-
"phpstan/phpstan": "^1.11.9",
19-
"phpstan/phpstan-deprecation-rules": "^1.2.0",
20-
"phpstan/phpstan-strict-rules": "^1.6.0",
21-
"rector/rector": "^1.2.2",
17+
"phpstan/extension-installer": "^1.4.3",
18+
"phpstan/phpstan": "^1.12.16",
19+
"phpstan/phpstan-deprecation-rules": "^1.2.1",
20+
"phpstan/phpstan-strict-rules": "^1.6.2",
21+
"rector/rector": "^1.2.10",
2222
"roave/security-advisories": "dev-latest",
23-
"sentry/sentry": "^4.8.1",
24-
"symfony/http-client": "^6.4.10"
23+
"sentry/sentry": "^4.10.0",
24+
"symfony/http-client": "^6.4.18"
2525
},
2626
"license": "MIT",
2727
"authors": [

vendor-bin/phpcs/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require-dev": {
3-
"friendsofphp/php-cs-fixer": "^3.61.1"
3+
"friendsofphp/php-cs-fixer": "^3.68.3"
44
}
55
}

0 commit comments

Comments
 (0)