Skip to content

Commit 1ee75f9

Browse files
committed
Move psr deps into require
1 parent 14cbf17 commit 1ee75f9

File tree

2 files changed

+105
-105
lines changed

2 files changed

+105
-105
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"require": {
2222
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
2323
"ext-openssl": "*",
24-
"symfony/event-dispatcher": "^5.4.29|^6.4.0|^7.0.0",
24+
"psr/cache": "^2.0.0 || ^3.0.0",
25+
"psr/simple-cache": "^2.0.0 || ^3.0.0",
26+
"symfony/event-dispatcher": "^5.4.29 || ^6.4.0 || ^7.0.0",
2527
"symfony/type-info": "^7.2.4"
2628
},
2729
"require-dev": {
@@ -31,10 +33,8 @@
3133
"phpstan/phpstan": "^2.1.0",
3234
"phpunit/phpunit": "^11.5.17",
3335
"psalm/plugin-phpunit": "^0.19.2",
34-
"psr/cache": "^2.0.0|^3.0.0",
35-
"psr/simple-cache": "^2.0.0|^3.0.0",
3636
"roave/infection-static-analysis-plugin": "^1.36.0",
37-
"symfony/var-dumper": "^5.4.29|^6.4.0|^7.0.0",
37+
"symfony/var-dumper": "^5.4.29 || ^6.4.0 || ^7.0.0",
3838
"vimeo/psalm": "^6.0.0"
3939
},
4040
"config": {

composer.lock

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

0 commit comments

Comments
 (0)