packages
packages copied to clipboard
Is this tool still maintained ?
Hello,
just want to know if this repo still active ? It seems there is no more activity to maintain this tool.
The project has not been updated for some time, but we're still around to answer questions if you have them. Cheers :)
Thanks for the answer. Actually I have 2 questions:
-
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 ?
-
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 ?
Sure!
- You may need to modify the database directly. You can run SQL commands with
bin/console dbal:run-sql
or DQL commands withbin/console orm:run-dql
. I think that deleting the packages you no longer want should be fine, but I'm not 100% sure there. - 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.
Thanks you.
I can confirm I have just tested it with 7.2 as well. :) it is still holding :)