From dc9e87f6d20702ba9751711fb30ff50c39ad3ade Mon Sep 17 00:00:00 2001 From: Noah Snelson Date: Thu, 23 Sep 2021 02:27:43 -0700 Subject: [PATCH] bump: :lang php OVYA/php-cs-fixer@cc9a3624dcdc -> OVYA/php-cs-fixer@7e12a1af5d65 Custom `php-cs-fixer` binaries specified via `php-cs-fixer-command` were not recognized until OVYA/php-cs-fixer#16. Close #5513 --- modules/lang/php/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/php/packages.el b/modules/lang/php/packages.el index a1dd63ff9..6f8274d34 100644 --- a/modules/lang/php/packages.el +++ b/modules/lang/php/packages.el @@ -20,7 +20,7 @@ (package! company-phpactor :pin "272217fbb6b7e7f70615fc518d77c6d75f33a44f"))) (when (featurep! :editor format) - (package! php-cs-fixer :pin "cc9a3624dcdc72d748d91e3d7cdb8544a1d85a51")) + (package! php-cs-fixer :pin "7e12a1af5d65cd8a801eeb5564c6268a4e190c0c")) ;; For building php-extras (package! async :pin "5d365ffc6a2c2041657eaa5d762c395ea748c8d7")