summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 71f2c042e07d9d63bf1ad353d1f76eeed61718f0 (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 = 12.1.4
	pkgrel = 1
	url = https://phpunit.de
	install = phpunit.install
	arch = any
	license = BSD
	makedepends = ant
	makedepends = git
	makedepends = composer
	depends = php>=8.3.0
	conflicts = phpunit-bin
	source = git+https://github.com/sebastianbergmann/phpunit.git#tag=12.1.4
	sha256sums = SKIP

pkgname = phpunit