File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
99jobs :
1010 tests :
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
109The Blocking Component provides methods to manage content based blocking.
1110
Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff line change 11parameters :
2- level : 8
2+ level : max
33 paths :
44 - src
55 bootstrapFiles :
You can’t perform that action at this time.
0 commit comments