summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2024-05-11 18:44:32 +0200
committerStefan Auditor2024-05-11 18:44:32 +0200
commitdd04dfaa2e07daf4a1953d5f92c94be07df505e4 (patch)
tree279f52e5b76c2d728e43752da42e6cebbb841c23
parent6a081e9299f554a33003cf20740dd270fcda6507 (diff)
downloadaur-dd04dfaa2e07daf4a1953d5f92c94be07df505e4.tar.gz
Update upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffc6528aedac..11a5106c8ddc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-cs-fixer
pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
- pkgver = 3.55.0
+ pkgver = 3.56.0
pkgrel = 1
url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
arch = any
@@ -9,7 +9,7 @@ pkgbase = php-cs-fixer
makedepends = composer
makedepends = git
depends = php>=7.4
- source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.55.0
+ source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.56.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index feaa09debb81..97397d082286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.55.0
+pkgver=3.56.0
pkgrel=1
pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
url="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer"