Skip to content

Commit bf5cc1b

Browse files
committed
build: remove Scrutinizer
optimize composer and phpstan files update build badges
1 parent da74063 commit bf5cc1b

5 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: '0 03 * * 1' # At 03:00 on Monday.
7+
- cron: '0 03 * * 1' # At 03:00 on Monday.
88

99
jobs:
1010
tests:

.scrutinizer.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Blocking Component
33

44
[![Latest Version](https://img.shields.io/github/release/brainbits/blocking.svg?style=flat-square)](https://github.com/brainbits/blocking/releases)
55
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
6-
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/brainbits/blocking.svg?style=flat-square)](https://scrutinizer-ci.com/g/brainbits/blocking/code-structure)
7-
[![Quality Score](https://img.shields.io/scrutinizer/g/brainbits/blocking.svg?style=flat-square)](https://scrutinizer-ci.com/g/brainbits/blocking)
86
[![Total Downloads](https://img.shields.io/packagist/dt/brainbits/blocking.svg?style=flat-square)](https://packagist.org/packages/brainbits/blocking)
7+
[![Tests](https://github.com/brainbits/blocking/actions/workflows/test.yml/badge.svg)](https://github.com/brainbits/blocking/actions)
98

109
The Blocking Component provides methods to manage content based blocking.
1110

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"phpunit/phpunit": "^9.5",
1919
"symfony/http-foundation": ">=4.4",
2020
"symfony/security-core": ">=4.4",
21-
"phpspec/prophecy": "^1.14",
2221
"phpspec/prophecy-phpunit": "^2.0.1",
2322
"squizlabs/php_codesniffer": "^3.6",
2423
"brainbits/phpcs-standard": "^5.0",
@@ -29,6 +28,9 @@
2928
"symfony/http-foundation": "If you want to use the SymfonySessionOwnerFactory",
3029
"symfony/security-core": "If you want to use the SymfonyTokenOwnerFactory"
3130
},
31+
"conflict": {
32+
"phpspec/prophecy": "1.12.*"
33+
},
3234
"autoload": {
3335
"psr-4": { "Brainbits\\Blocking\\": "src/" }
3436
},

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 8
2+
level: max
33
paths:
44
- src
55
bootstrapFiles:

0 commit comments

Comments
 (0)