Skip to content

Commit d460637

Browse files
committed
📦 Conflict with symfony/password-hasher version <6.4
``` Error: Call to undefined method Symfony\Component\Security\Core\User\InMemoryUser::getSalt() /home/runner/work/graphqlite-bundle/graphqlite-bundle/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php:80 ```
1 parent 0c3a66b commit d460637

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"composer/semver": "^3.4",
4242
"overblog/graphiql-bundle": "^0.2 || ^0.3 || ^1"
4343
},
44+
"conflict": {
45+
"symfony/password-hasher": "<6.4"
46+
},
4447
"scripts": {
4548
"phpstan": "phpstan analyse -c phpstan.neon --no-progress"
4649
},

0 commit comments

Comments
 (0)