Skip to content

Commit 7f0c258

Browse files
committed
Chore(deps) - Updated tool dependencies
1 parent 1d7572d commit 7f0c258

File tree

23 files changed

+247
-229
lines changed

23 files changed

+247
-229
lines changed

.idea/symfony-flex-backend.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/01_phpunit/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "tarlepp/symfony-flex-backend-tools",
33
"description": "",
44
"require": {
5-
"php": "^8.2.0"
5+
"php": "^8.3.0"
66
},
77
"require-dev": {
88
"liuggio/fastest": "1.11.0",
9-
"phpunit/php-code-coverage": "10.1.10",
9+
"phpunit/php-code-coverage": "10.1.11",
1010
"phpunit/phpcov": "9.0.2",
1111
"phpunit/phpunit": "10.0.19",
1212
"roave/security-advisories": "dev-latest",
@@ -16,7 +16,7 @@
1616
"config": {
1717
"allow-plugins": true,
1818
"platform": {
19-
"php": "8.2.0"
19+
"php": "8.3.0"
2020
},
2121
"preferred-install": {
2222
"*": "dist"

tools/01_phpunit/composer.lock

Lines changed: 40 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/02_phpstan/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "tarlepp/symfony-flex-backend-tools",
33
"description": "",
44
"require": {
5-
"php": "^8.2.0"
5+
"php": "^8.3.0"
66
},
77
"require-dev": {
88
"phpstan/phpstan": "1.10.50",
99
"phpstan/phpstan-phpunit": "1.3.15",
10-
"phpstan/phpstan-symfony": "1.3.5",
10+
"phpstan/phpstan-symfony": "1.3.6",
1111
"roave/security-advisories": "dev-latest"
1212
},
1313
"config": {
1414
"allow-plugins": true,
1515
"platform": {
16-
"php": "8.2.0"
16+
"php": "8.3.0"
1717
},
1818
"preferred-install": {
1919
"*": "dist"

0 commit comments

Comments
 (0)