summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e29623866e618b03e555a12a4be4993b7543fe08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = php-cs-fixer
	pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
	pkgver = 2.10.3
	pkgrel = 1
	url = http://cs.sensiolabs.org/
	arch = any
	license = MIT
	makedepends = php-box
	makedepends = php-composer
	makedepends = git
	depends = php>=5.6
	depends = php<7.2
	source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v2.10.3
	md5sums = SKIP

pkgname = php-cs-fixer