Package Details: php-security-checker 6.0.3-1

Git Clone URL: https://aur.archlinux.org/php-security-checker.git (read-only, click to copy)
Package Base: php-security-checker
Description: PHP frontend for security.sensiolabs.org
Upstream URL: https://github.com/sensiolabs/security-checker
Licenses: MIT
Submitter: jojosch
Maintainer: sanduhrs
Last Packager: sanduhrs
Votes: 2
Popularity: 0.000000
First Submitted: 2014-07-19 11:30 (UTC)
Last Updated: 2020-05-31 20:14 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

sanduhrs commented on 2016-02-15 09:51 (UTC)

The package doesn't build on a default install, you need to disable phar.readonly: diff --git a/PKGBUILD b/PKGBUILD index e811448..3d845f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,7 +22,7 @@ sha256sums=( build() { cd "${srcdir}/${_pkgbase}-${pkgver}" composer install --prefer-dist - php-box build + php -d phar.readonly=Off /usr/bin/php-box build } package() {