Search Criteria
Package Details: php-cs-fixer 3.8.0-1
Package Actions
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: | https://github.com/FriendsOfPHP |
Keywords: | php |
Licenses: | MIT |
Submitter: | bgaleotti |
Maintainer: | bgaleotti (sanduhrs) |
Last Packager: | sanduhrs |
Votes: | 26 |
Popularity: | 0.000063 |
First Submitted: | 2012-08-10 16:53 (UTC) |
Last Updated: | 2022-04-22 21:07 (UTC) |
Dependencies (4)
- php (php7-symlinks, php7-meta, php56, php-zts)
- composer (composer-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- php-humbug-box-bin (make)
Latest Comments
vladimir commented on 2022-03-17 13:25 (UTC)
Hello, I am sharing little patch, which makes final phar always executing system installed php. In case one is using something like nix-shell to get older php versions running dependency on environment breaks cs-fixer...
system7 commented on 2022-02-18 08:09 (UTC) (edited on 2022-02-18 08:09 (UTC) by system7)
There is a problem w/ update and install too.
aragon123 commented on 2022-01-23 12:02 (UTC)
Due to the latest php81 update I needed to modify the
PKGBUILD
such that version 3.5.0 is installed (currently latest). Otherwisephp-cs-fixer
does not work without an additional environment variable, and recognizes some incorrect formats, which are actually correct.I do not experience any bugs, so I think it should be save to update. At least it works for me ¯_(ツ)_/¯
tjbp commented on 2021-06-15 20:48 (UTC)
@Krisque: if php-humbug-box-bin is failing to build then your comment belongs on that package rather than this one ;)
Krisque commented on 2021-06-15 20:34 (UTC)
It doesn't work for me: "box.phar ... Failed" "LICENSE ... Passed" "Failed to compile php-humbug-box-bin"
vladimir commented on 2021-04-26 08:40 (UTC)
If this is built in clean chroot it does not work.
To fix the issue add dependency on php-intl and run box in build function this way: php -n -d phar.readonly=Off -d extension=intl /usr/bin/box compile
-n is necessary for people who have xdebug enabled and intl disabled. If it is not present box restart itself wih modified php.ini to disable xdebug but intl disabled again.
Skatox commented on 2021-04-01 15:10 (UTC)
You have to increase the PHP version on depends array. Now it should be:
depends=("php>=7.2")
tjbp commented on 2021-03-12 13:30 (UTC)
Any chance of an update to 2.18 please? 2.17 doesn't have PHP 8 support, which is now stable and used by the php package.
Remedan commented on 2020-11-05 08:49 (UTC)
The php-composer dependency doesn't exist any more. Replacing with composer seems to work.
Magotchi commented on 2020-05-01 14:20 (UTC) (edited on 2020-05-01 14:29 (UTC) by Magotchi)
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 (UTC)
Thanks for the diff @danger89
danger89 commented on 2019-01-05 01:50 (UTC) (edited on 2019-01-05 01:57 (UTC) by danger89)
Yes, Finally we have v2.14.0 Sunrise, supporting 7.3 now officially. Diff for pkgbuild:
macfly commented on 2018-03-01 15:44 (UTC)
Thanks for your quick update
sanduhrs commented on 2018-03-01 11:57 (UTC) (edited on 2018-03-01 11:57 (UTC) by sanduhrs)
@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 (UTC)
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 (UTC)
sanduhrs commented on 2016-01-15 11:33 (UTC)
soyel commented on 2016-01-04 04:55 (UTC) (edited on 2016-01-04 05:44 (UTC) by soyel)
sanduhrs commented on 2015-12-21 15:02 (UTC)
lakiluki commented on 2015-12-19 14:03 (UTC) (edited on 2015-12-19 14:33 (UTC) by lakiluki)
jgmdev commented on 2015-12-03 22:55 (UTC) (edited on 2015-12-04 05:15 (UTC) by jgmdev)
sanduhrs commented on 2015-12-03 17:58 (UTC)
jgmdev commented on 2015-12-03 17:34 (UTC)
sanduhrs commented on 2015-12-02 09:29 (UTC)
jgmdev commented on 2015-12-02 02:41 (UTC)
bgaleotti commented on 2015-08-15 22:43 (UTC)
sanduhrs commented on 2015-08-14 21:49 (UTC)
bgaleotti commented on 2015-08-14 18:36 (UTC)
Stephen304 commented on 2015-08-14 01:04 (UTC)
sanduhrs commented on 2015-08-12 17:14 (UTC)
trichards commented on 2015-08-12 16:05 (UTC)
sanduhrs commented on 2015-08-10 15:17 (UTC)
sanduhrs commented on 2015-07-21 16:03 (UTC)
Stephen304 commented on 2015-06-11 21:27 (UTC)
Stephen304 commented on 2015-06-11 20:59 (UTC)
falmp commented on 2014-05-12 15:53 (UTC)
jamek commented on 2014-04-05 10:29 (UTC)
pecenac commented on 2013-11-28 20:45 (UTC)
sender commented on 2013-03-28 19:49 (UTC)
feydaykyn commented on 2013-03-03 16:03 (UTC)
feydaykyn commented on 2013-02-05 18:13 (UTC)
bgaleotti commented on 2012-09-29 21:17 (UTC)
commented on 2012-09-19 21:44 (UTC)