Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 20, 2024
1 parent 915b0bb commit 2515e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5.8 || ^9 || ^10 || ^11",
"psr/cache": "^1.0.1",
"psr/simple-cache": "^1.0.1",
"psr/cache": "^1.0.1 || ^2.0 || ^3.0",
"psr/simple-cache": "^1.0.1 || ^2.0 || ^3.0",
"matthiasmullie/scrapbook": "^1.4.7",
"phpstan/phpstan": "^1.10.44",
"mayflower/mo4-coding-standard": "^v9.0.0",
"symfony/yaml": "^5.1.7 || ^5.4 || ^6.3 || 7.0"
"symfony/yaml": "^5.1.7 || ^5.4 || ^6.3 || ^7.0"
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose",
Expand Down

0 comments on commit 2515e64

Please sign in to comment.