silverstripe / sspak

Tool for managing bundles of db/assets from Silverstripe environments
http://silverstripe.github.io/sspak/
BSD 3-Clause "New" or "Revised" License
47 stars 34 forks source link

NEW Work with SS4 #64

Closed dhensby closed 6 years ago

dhensby commented 6 years ago

Adds SS4 compatibility to SSPak sniffer

phptek commented 6 years ago

@dhensby If it helps any, I did a similar job about a month back: https://github.com/phptek/sspak/commits/master. Compare & contrast :-P

revilee commented 6 years ago

So how can I install this updated version locally without using composer? I originally installed it using curl with instructions provided by Silverstripe platform docs, and I can't seem to get composer to cooperate with installing a global component like this.

dhensby commented 6 years ago

@revilee you can't (well, shouldn't) use composer to install this until it's been merged, I'm afraid.

@tractorcow @sminnee

robbieaverill commented 6 years ago

Looks good to me. One question though - do we want to try and make sspak SS version agnostic, or run a different release line from SS3? It's probably easier that way (the way this PR is heading).

dhensby commented 6 years ago

At the moment it's abortive supporting V2+

tractorcow commented 6 years ago

Reviewed. :)