Skip to content

Commit

Permalink
Trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Mar 31, 2022
1 parent 7502976 commit f463b1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/doctrine-migrations-bundle": "3.1.*",
"doctrine/orm": "^2.5",
"doctrine/migrations": "3.2.*",
"fakerphp/faker": "^1.14",
"gesdinet/jwt-refresh-token-bundle": "^1.0",
"lexik/jwt-authentication-bundle": "^2.14",
Expand Down
3 changes: 2 additions & 1 deletion src/Monofony/Pack/CorePack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"require": {
"php": "^8.0",
"behat/behat": "^3.2",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/doctrine-migrations-bundle": "3.1.*",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/migrations": "3.2.*",
"doctrine/orm": "^2.5",
"fakerphp/faker": "^1.14",
"liip/imagine-bundle": "^2.2",
Expand Down

0 comments on commit f463b1a

Please sign in to comment.