Le 14/02/2014 16:18, Christof Damian a écrit : > http://blog.twig.sensiolabs.org/post/76626577337/pear-packages-wont-be-published-anymore > > Are there any guidelines for packaging composer packages in the works? There is no Guidelines as composer is just irrelevant for packaging. - Composer target is bundled library in project vendor lib. - Pear target is system shared library. You just have to package it as a simple library under /usr/share/php, as a lot are already packaged. When possible, PSR-0 compliant library, have to be installed for autoloader to work using default include_path. The only benefit, for us, with composer is the (usually) well described dependencies in composer.json. As an example, you can look at the php-symfony packages which have recently moved from PEAR channel to Github sources. Remi. > > > > _______________________________________________ > php-devel mailing list > php-devel@xxxxxxxxxxxxxxxxxxxxxxx > https://admin.fedoraproject.org/mailman/listinfo/php-devel > _______________________________________________ php-devel mailing list php-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/php-devel