Using composer in package overriding stuff

Permalink
Hi,

I'm using composer in one of my packages. Works great.

Can I use composer in my package to use newer versions than the one found in concrete5 itself?
Let's say I want to use a newer version of Punic (for a nice new function). How is concrete5 handling this?

I see that new github c5 version is already using the new Punic lib, but I want to use it for c5.8.0.x as well.

SnefIT

SnefIT
 
ramonleenders replied on at Permalink Reply
ramonleenders
Run a composer update in the /concrete directory maybe?

composer update punic/punic