packages icon indicating copy to clipboard operation
packages copied to clipboard

Is this tool still maintained ?

Open Wikiki opened this issue 4 years ago • 5 comments

Hello,

just want to know if this repo still active ? It seems there is no more activity to maintain this tool.

Wikiki avatar Sep 08 '20 08:09 Wikiki

The project has not been updated for some time, but we're still around to answer questions if you have them. Cheers :)

tyler-sommer avatar Sep 08 '20 11:09 tyler-sommer

Thanks for the answer. Actually I have 2 questions:

  1. I have updated my remote code host to add Allowed paths but after synchronizing the host, old packages which does not fit the allowed paths are still available. How can I clean them ?

  2. PHP 5.6 is not supported anymore, Is this package compatible with PHP 7 ? I saw this issue (https://github.com/terramar-labs/packages/issues/75) but can we easily switch to PHP 7 to keep our server up to date ?

Wikiki avatar Sep 09 '20 09:09 Wikiki

Sure!

  1. You may need to modify the database directly. You can run SQL commands with bin/console dbal:run-sql or DQL commands with bin/console orm:run-dql. I think that deleting the packages you no longer want should be fine, but I'm not 100% sure there.
  2. This project does work with PHP 7 -- at least I have tested with 7.0 though it should work with 7.1. There may be compatibility issues with later version though, I'm not completely sure there either.

tyler-sommer avatar Sep 09 '20 11:09 tyler-sommer

Thanks you.

Wikiki avatar Sep 10 '20 08:09 Wikiki

I can confirm I have just tested it with 7.2 as well. :) it is still holding :)

tiraoui avatar Jan 07 '21 03:01 tiraoui