aboutsummaryrefslogtreecommitdiff
path: root/composer.json
AgeCommit message (Collapse)Author
2023-03-22Use latest pear2/services_linkback 0.4.0Christian Weiske
2023-03-22Fix error with git 2.25.1 complaining about missing committerChristian Weiske
.. needs current VersionControl_Git 0.7.0 that allows setting environment vars. Also add composer.lock so we know what exact versions worked.
2023-03-22Update dependenciesChristian Weiske
.. so we can use PHP 8.2
2023-03-22Work around bug in twig 1Christian Weiske
Related: https://github.com/twigphp/Twig/pull/3822
2017-08-25We need the new Net_URL2 version that has the proper include path for ↵Christian Weiske
Services_Yadis
2017-08-25Make MIME type detection work on composer installChristian Weiske
2017-08-24Use packagist-only dependencies in composer.jsonChristian Weiske
Resolves: https://github.com/cweiske/phorkie/issues/28
2017-04-18Move off sourceforgeChristian Weiske
2015-11-11Load the plaindetect library from packagistChristophe Coevoet
Loading packages from a pear repository is very slow in composer (because the pear protocol is not optimized for composer needs)
2014-05-21add composer.json for dependency installationChristian Weiske