Skip to content

Commit

Permalink
Fix Yii Factory version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 9, 2024
1 parent 552564e commit 2b3d930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"psr/log": "^2.0|^3.0",
"symfony/console": "^5.4|^6.0",
"yiisoft/definitions": "^1.0|^2.0|^3.0",
"yiisoft/factory": "dev-strict",
"yiisoft/factory": "^1.3",
"yiisoft/friendly-exception": "^1.0",
"yiisoft/injector": "^1.0"
},
Expand Down

0 comments on commit 2b3d930

Please sign in to comment.