summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2021-06-01 17:28:07 +0200
committersanduhrs2021-06-01 17:28:07 +0200
commit0be6a99eb8134efd4220bfde42678a80b75ba37c (patch)
tree3f0369eb4da62c3c5c1daed41c468025a1fe0e38 /PKGBUILD
parent26cbadf24bb5e18355490008a3e55b2c663e6827 (diff)
downloadaur-0be6a99eb8134efd4220bfde42678a80b75ba37c.tar.gz
Update to upstream version 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 690937d2e677..b1a698913197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=2.19.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
url="http://cs.sensiolabs.org/"
license=("MIT")
arch=("any")
-depends=("php>=5.6")
+depends=("php>=7.1.3")
makedepends=("php-humbug-box-bin" "composer" "git")
source=("${_pkgname}"::"git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v${pkgver}")
md5sums=('SKIP')