blob: 0d4d492fa6a22f3d02a2b12e71801ee1e0fa6746 (
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 = 7.2.5
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php>=7.0.0
source = https://phar.phpunit.de/phpunit-7.2.5.phar
source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/7.2.5/LICENSE
sha512sums = c30635ff799737ae4af1078beaa5c816d46113627b7fba960279c6e9d96049b6d75bb9542686f423e45a194fb5f40e840be52f93bd099ba6a9a15c5cfc5479ce
sha512sums = c7a1c74549b1b81aa9e641fd5875ffa8db86c49c435a0c442d9284dab0aa0fecbd9dc7160de1e00d792124595a870aae359509a82dce6f9d4e00eda106266073
pkgname = phpunit
|