summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c5430a0248944f2212aed367acd608bef5ffd47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = phpunit
	pkgdesc = A programmer-oriented testing framework for PHP
	pkgver = 11.3.2
	pkgrel = 1
	url = https://phpunit.de
	install = phpunit.install
	arch = any
	license = BSD
	makedepends = ant
	makedepends = git
	makedepends = composer
	depends = php>=8.1.0
	conflicts = phpunit-bin
	source = git+https://github.com/sebastianbergmann/phpunit.git#tag=11.3.2
	sha256sums = SKIP

pkgname = phpunit