blob: 74aff0d6a7c82263e5ae44bec197c18501921806 (
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.4.0
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.4.0
sha256sums = SKIP
pkgname = phpunit
|