bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

Update reference to `paragonie/random_compat` in composer.json #59

Closed I-Valchev closed 3 years ago

bobdenotter commented 3 years ago

Ah, great.. seems like it's breaking because of this: https://github.com/nelmio/NelmioSecurityBundle/pull/236

(my guess is that the replace in a dependency doesn't 'bubble up' for a dependency added in the repo itself..)

bobdenotter commented 3 years ago

After this lands, tests should pass again: https://github.com/bolt/core/pull/2303