summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Galeotti2017-10-23 11:44:55 -0300
committerBruno Galeotti2017-10-23 11:44:55 -0300
commit21f01536aa680b78eecf22ae67297c13c24834bb (patch)
tree5ad2660a41b1a1c3e7bfa0d3b1b75f25ca489f93 /PKGBUILD
parentd261a105c11b374d47403e9eba738013aaf54f24 (diff)
downloadaur-21f01536aa680b78eecf22ae67297c13c24834bb.tar.gz
Update to 2.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80b887cf350d..06a59f956bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=2.6.0
+pkgver=2.7.1
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.3.6")
+depends=("php>=5.6")
makedepends=("php-box" "php-composer" "git")
source=("${_pkgname}"::"git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v${pkgver}")
md5sums=('SKIP')