Does Fedora has composer in the repo
Hello,
I like to try to laveral platform. For installation I need composer.
Does F20 has that one in the repo.
Hello,
I like to try to laveral platform. For installation I need composer.
Does F20 has that one in the repo.
Fedora doesn't have composer
in its official repository or RPMFusion. It seems that Shawn Iwinski is interested in getting this packaged into fedora repo. He talks about this in Fedora-php-devel-list.
He did some work on getting composer packaged into an RPM and you can see it on GitHub. It seems that he is maintaining a repo for composer and its configuration file for yum is available here: https://repos.fedorapeople.org/repos/siwinski/php-composer/fedora-php-composer.repo. (I would like to note that, I haven't tested this.)
Or you can manually install it using the following commands:
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer
This will install composer on '/usr/local/bin' and you can access composer via the command composer
$ composer --version
You can update composer with the following command:
$ sudo /usr/local/bin/composer --self-update
The repo in fedora-people is currently empty. There are no actual built packages there. I had some luck with installing from Shawn's COPR here: https://copr.fedoraproject.org/coprs/... . though there is a package only for EPEL 6, it seemed to work well on Fedora.
composer is now available in Fedora repository.
Asked: 2014-09-04 11:54:13 -0500
Seen: 4,615 times
Last updated: Sep 05 '14
php: sendmail not configured ?
Selinux blocks the crontab command from php [closed]
Cannot change root of nginx installation (Fedora 29)
Uninstalling PHP leaves files in /usr/bin/
html form javascript php mysql. [closed]
unable to view erd diagram in phpmyadmin
php installation error in fedora 20 [closed]