PHP_CodeSniffer / PHP_CodeSniffer (push) Successful in 1m34s
PHPStan / PHPStan with PHP 8.5 prefer-lowest (push) Successful in 1m42s
PHPStan / PHPStan with PHP 8.1 prefer-stable (push) Successful in 1m56s
PHPStan / PHPStan with PHP 8.1 prefer-lowest (push) Successful in 1m56s
PHPStan / PHPStan with PHP 8.5 prefer-stable (push) Successful in 55s
PHPStan / PHPStan with PHP 8.6 prefer-source (push) Successful in 1m0s
PHPUnit / PHPUnit with PHP 8.1 prefer-lowest (push) Successful in 1m19s
PHPUnit / PHPUnit with PHP 8.1 prefer-stable (push) Successful in 1m23s
PHPUnit / PHPUnit with PHP 8.5 prefer-lowest (push) Successful in 55s
Smoke / Produce an output (push) Successful in 17s
PHPUnit / PHPUnit with PHP 8.5 prefer-stable (push) Successful in 57s
Smoke / Consume the output (push) Successful in 13s
PHPUnit / PHPUnit with PHP 8.6 prefer-source (push) Successful in 53s
14 lines
354 B
JSON
14 lines
354 B
JSON
{
|
|
"require": {
|
|
"symfony/phpunit-bridge": "^7"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"@php vendor/bin/simple-phpunit install --configuration ../../phpunit.xml.dist"
|
|
],
|
|
"post-update-cmd": [
|
|
"@php vendor/bin/simple-phpunit install --configuration ../../phpunit.xml.dist"
|
|
]
|
|
}
|
|
}
|