Skip to content

Commit

Permalink
chore: update and add dependencies in composer.json
Browse files Browse the repository at this point in the history
- Update ranky/shared-bundle to ^2.0
- Add doctrine/doctrine-fixtures-bundle
  • Loading branch information
chiqui3d committed May 7, 2023
1 parent afc0387 commit d748748
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,20 @@
"doctrine/orm": "^2.6",
"spatie/image-optimizer": "^1.1",
"intervention/image": "^2.4",
"ranky/shared-bundle": "^1.0"
"ranky/shared-bundle": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"psr/log": "^1.0 | ^2.0",
"mtdowling/jmespath.php": "^2.6",
"dg/bypass-finals": "^1.4",
"mtdowling/jmespath.php": "^2.6",
"friends-of-behat/mink-extension": "^2.7",
"friends-of-behat/mink-browserkit-driver": "^1.6",
"friends-of-behat/symfony-extension": "^2.3"
"friends-of-behat/symfony-extension": "^2.3",
"doctrine/doctrine-fixtures-bundle": "^3.4"
},
"suggest": {
"ext-imagick": "Recommended and required to use the Imagick driver",
Expand Down

0 comments on commit d748748

Please sign in to comment.