summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 07c3ef83f56e27cc94cc283f8ac2153c2f3d9256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.3.1
	pkgrel = 1
	url = https://github.com/FriendsOfPHP
	arch = any
	license = MIT
	makedepends = php-humbug-box-bin
	makedepends = composer
	makedepends = git
	depends = php>=7.1.3
	source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.3.1
	md5sums = SKIP

pkgname = php-cs-fixer