Search Criteria
Package Details: php-cs-fixer 2.17.1-1
Git Clone URL: | https://aur.archlinux.org/php-cs-fixer.git (read-only, click to copy) |
---|---|
Package Base: | php-cs-fixer |
Description: | Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible). |
Upstream URL: | http://cs.sensiolabs.org/ |
Keywords: | php |
Licenses: | |
Submitter: | bgaleotti |
Maintainer: | bgaleotti (sanduhrs) |
Last Packager: | sanduhrs |
Votes: | 25 |
Popularity: | 0.110510 |
First Submitted: | 2012-08-10 16:53 |
Last Updated: | 2020-12-09 07:50 |
Latest Comments
1 2 3 4 Next › Last »
Remedan commented on 2020-11-05 08:49
The php-composer dependency doesn't exist any more. Replacing with composer seems to work.
Magotchi commented on 2020-05-01 14:20
This is not necessarily a package bug, as it may well be a pikaur bug, but does anybody know why, when I build this package in pikaur, it tries to use sudo right after the "Updating dependencies" step, as follows?:
This does not happen if I freshly clone it and use makepkg.
Edit: It also does not happen in "yay". I guess I'll figure it out and give pikaur a report.
Edit: Hmm. Now when I try it again in pikaur, I can't reproduce it. Weird. This happens to me every time this package needs to update.
hriad commented on 2019-01-13 07:18
Thanks for the diff @danger89
danger89 commented on 2019-01-05 01:50
Yes, Finally we have v2.14.0 Sunrise, supporting 7.3 now officially. Diff for pkgbuild:
macfly commented on 2018-03-01 15:44
Thanks for your quick update
sanduhrs commented on 2018-03-01 11:57
@macfly that went in by mistake, should have been <7.3 as seen in the composer.json file: https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.10.3/composer.json Thanks for reporting!
macfly commented on 2018-03-01 09:32
Why do you require php under version 7.2 ? I've just remove it from the PKGBUILD and it seems ok.
Also on sensiolabs site they say: "PHP needs to be a minimum version of PHP 5.6.0." But not incompatibility with php version 7.2
supermario commented on 2016-02-13 19:20
license needs to be an array now. Can you please update the PKGBUILD?
license=("MIT")
sanduhrs commented on 2016-01-15 11:33
Fixed the problems, current package should work fine.
soyel commented on 2016-01-04 04:55
@sanduhrs PHP in extra is now PHP 7. It causes several problems with the installation of this package with a default PHP install.
* Phar is now bundled inside PHP (See Arch PHP maintainer blog : https://pierre-schmitz.com/php-7-on-arch-linux/).
* "open_basedir" is now commented by default (that means no open_basedir in effect).
Building...
==> Starting check()...
Warning: You must add ':/usr/' to 'open_basedir' setting in your php.ini to use php-cs-fixer
==> ERROR: Makepkg was unable to build php-cs-fixer.
Got rid of the whole "check()" function and few "-d extension=phar.so" inside the "build()" function made the package installation successful.