blob: 91673c5a886c587c398d093e9d6ec14c523e0e4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
pkgver = 9.1.0
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php>=7.0.0
source = https://phar.phpunit.de/phpunit-9.1.0.phar
source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.1.0/LICENSE
sha512sums = 590c17822d5bdc5ade293470d212c66d1c6ce197cbb8d41de2ca743184954089e28fd274bce9ac4ab0413be10a0fe4c4ec5ffba1cb0ea41dfee9bd69fb34e508
sha512sums = 9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df
pkgname = phpunit
|