File tree Expand file tree Collapse file tree 15 files changed +52
-50
lines changed
symfony-addon-constraints
symfony-addon-transformers Expand file tree Collapse file tree 15 files changed +52
-50
lines changed Original file line number Diff line number Diff line change 21
21
- name : ' Setup PHP'
22
22
uses : ' shivammathur/setup-php@v2'
23
23
with :
24
- php-version : ' 8.0 '
24
+ php-version : ' 8.1 '
25
25
- name : ' Composer Install'
26
26
uses : ' ramsey/composer-install@v3'
27
27
- name : ' Rector'
36
36
- name : ' Setup PHP'
37
37
uses : ' shivammathur/setup-php@v2'
38
38
with :
39
- php-version : ' 8.0 '
39
+ php-version : ' 8.1 '
40
40
- name : ' Composer Install'
41
41
uses : ' ramsey/composer-install@v3'
42
42
- name : ' PHPStan'
51
51
- name : ' Setup PHP'
52
52
uses : ' shivammathur/setup-php@v2'
53
53
with :
54
- php-version : ' 8.0 '
54
+ php-version : ' 8.1 '
55
55
- name : ' Composer Install'
56
56
uses : ' ramsey/composer-install@v3'
57
57
- name : ' PHP CS Fixer'
63
63
strategy :
64
64
matrix :
65
65
include :
66
- - php : ' 8.0'
67
66
- php : ' 8.1'
68
67
- php : ' 8.2'
69
68
- php : ' 8.3'
Original file line number Diff line number Diff line change 4
4
[ ![ Total Downloads] ( https://poser.pugx.org/darkwebdesign/symfony-addon-pack/downloads?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-pack )
5
5
[ ![ License] ( https://poser.pugx.org/darkwebdesign/symfony-addon-pack/license?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-pack )
6
6
7
- [ ![ Build Status] ( https://github.com/darkwebdesign/symfony-addon-pack/actions/workflows/build.yaml/badge.svg?branch=6.0 )] ( https://github.com/darkwebdesign/symfony-addon-pack/actions/workflows/build.yaml )
8
- [ ![ Coverage Status] ( https://codecov.io/gh/darkwebdesign/symfony-addon-pack/branch/6.0 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-pack )
9
- [ ![ PHP Version] ( https://img.shields.io/badge/php-8.0 %2B-777BB3.svg )] ( https://php.net/ )
10
- [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-6.0 -93C74B.svg )] ( https://symfony.com/ )
7
+ [ ![ Build Status] ( https://github.com/darkwebdesign/symfony-addon-pack/actions/workflows/build.yaml/badge.svg?branch=6.1 )] ( https://github.com/darkwebdesign/symfony-addon-pack/actions/workflows/build.yaml )
8
+ [ ![ Coverage Status] ( https://codecov.io/gh/darkwebdesign/symfony-addon-pack/branch/6.1 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-pack )
9
+ [ ![ PHP Version] ( https://img.shields.io/badge/php-8.1 %2B-777BB3.svg )] ( https://php.net/ )
10
+ [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-6.1 -93C74B.svg )] ( https://symfony.com/ )
11
11
12
12
Symfony Add-on Pack is a collection of extra Symfony components that you can use in your Symfony applications.
13
13
14
- Learn more about it in its [ documentation] ( https://darkwebdesign.github.io/symfony-addon-pack/docs/6.0 ) .
14
+ Learn more about it in its [ documentation] ( https://darkwebdesign.github.io/symfony-addon-pack/docs/6.1 ) .
15
15
16
16
## Features
17
17
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"ext-json" : " *" ,
13
- "php" : " ^8.0 " ,
14
- "symfony/event-dispatcher" : " 6.0 .*" ,
15
- "symfony/form" : " 6.0 .*" ,
16
- "symfony/options-resolver" : " 6.0 .*" ,
17
- "symfony/validator" : " 6.0 .*"
13
+ "php" : " ^8.1 " ,
14
+ "symfony/event-dispatcher" : " 6.1 .*" ,
15
+ "symfony/form" : " 6.1 .*" ,
16
+ "symfony/options-resolver" : " 6.1 .*" ,
17
+ "symfony/validator" : " 6.1 .*"
18
18
},
19
19
"require-dev" : {
20
20
"doctrine/orm" : " ^2.7" ,
Original file line number Diff line number Diff line change 17
17
- name : ' Setup PHP'
18
18
uses : ' shivammathur/setup-php@v2'
19
19
with :
20
- php-version : ' 8.0 '
20
+ php-version : ' 8.1 '
21
21
- name : ' Composer Install'
22
22
uses : ' ramsey/composer-install@v3'
23
23
- name : ' Rector'
32
32
- name : ' Setup PHP'
33
33
uses : ' shivammathur/setup-php@v2'
34
34
with :
35
- php-version : ' 8.0 '
35
+ php-version : ' 8.1 '
36
36
- name : ' Composer Install'
37
37
uses : ' ramsey/composer-install@v3'
38
38
- name : ' PHPStan'
47
47
- name : ' Setup PHP'
48
48
uses : ' shivammathur/setup-php@v2'
49
49
with :
50
- php-version : ' 8.0 '
50
+ php-version : ' 8.1 '
51
51
- name : ' Composer Install'
52
52
uses : ' ramsey/composer-install@v3'
53
53
- name : ' PHP CS Fixer'
59
59
strategy :
60
60
matrix :
61
61
include :
62
- - php : ' 8.0'
63
62
- php : ' 8.1'
64
63
- php : ' 8.2'
65
64
- php : ' 8.3'
Original file line number Diff line number Diff line change 4
4
[ ![ Total Downloads] ( https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/downloads?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-constraints )
5
5
[ ![ License] ( https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/license?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-constraints )
6
6
7
- [ ![ Build Status] ( https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml/badge.svg?branch=6.0 )] ( https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml )
8
- [ ![ Coverage Status] ( https://codecov.io/gh/darkwebdesign/symfony-addon-constraints/branch/6.0 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-constraints )
9
- [ ![ PHP Version] ( https://img.shields.io/badge/php-8.0 %2B-777BB3.svg )] ( https://php.net/ )
10
- [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-6.0 -93C74B.svg )] ( https://symfony.com/ )
7
+ [ ![ Build Status] ( https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml/badge.svg?branch=6.1 )] ( https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml )
8
+ [ ![ Coverage Status] ( https://codecov.io/gh/darkwebdesign/symfony-addon-constraints/branch/6.1 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-constraints )
9
+ [ ![ PHP Version] ( https://img.shields.io/badge/php-8.1 %2B-777BB3.svg )] ( https://php.net/ )
10
+ [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-6.1 -93C74B.svg )] ( https://symfony.com/ )
11
11
12
12
Symfony Add-on Constraints is a collection of extra Symfony validation constraints that you can use in your Symfony
13
13
applications.
14
14
15
- Learn more about it in its [ documentation] ( https://darkwebdesign.github.io/symfony-addon-pack/docs/6.0 ) .
15
+ Learn more about it in its [ documentation] ( https://darkwebdesign.github.io/symfony-addon-pack/docs/6.1 ) .
16
16
17
17
## Features
18
18
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"ext-json" : " *" ,
13
- "php" : " ^8.0 " ,
14
- "symfony/validator" : " 6.0 .*"
13
+ "php" : " ^8.1 " ,
14
+ "symfony/validator" : " 6.1 .*"
15
15
},
16
16
"require-dev" : {
17
17
"friendsofphp/php-cs-fixer" : " ^3.58" ,
Original file line number Diff line number Diff line change 30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
32
/**
33
+ * @template-extends ConstraintValidatorTestCase<BsnValidator>
34
+ *
33
35
* @covers \DarkWebDesign\SymfonyAddonConstraints\BsnValidator
34
36
*
35
37
* @internal
Original file line number Diff line number Diff line change 30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
32
/**
33
+ * @template-extends ConstraintValidatorTestCase<CollectionValidator>
34
+ *
33
35
* @covers \DarkWebDesign\SymfonyAddonConstraints\CollectionValidator
34
36
*
35
37
* @uses \DarkWebDesign\SymfonyAddonConstraints\Collection
Original file line number Diff line number Diff line change 30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
32
/**
33
+ * @template-extends ConstraintValidatorTestCase<JsonValidator>
34
+ *
33
35
* @covers \DarkWebDesign\SymfonyAddonConstraints\JsonValidator
34
36
*
35
37
* @internal
Original file line number Diff line number Diff line change 17
17
- name : ' Setup PHP'
18
18
uses : ' shivammathur/setup-php@v2'
19
19
with :
20
- php-version : ' 8.0 '
20
+ php-version : ' 8.1 '
21
21
- name : ' Composer Install'
22
22
uses : ' ramsey/composer-install@v3'
23
23
- name : ' Rector'
32
32
- name : ' Setup PHP'
33
33
uses : ' shivammathur/setup-php@v2'
34
34
with :
35
- php-version : ' 8.0 '
35
+ php-version : ' 8.1 '
36
36
- name : ' Composer Install'
37
37
uses : ' ramsey/composer-install@v3'
38
38
- name : ' PHPStan'
47
47
- name : ' Setup PHP'
48
48
uses : ' shivammathur/setup-php@v2'
49
49
with :
50
- php-version : ' 8.0 '
50
+ php-version : ' 8.1 '
51
51
- name : ' Composer Install'
52
52
uses : ' ramsey/composer-install@v3'
53
53
- name : ' PHP CS Fixer'
59
59
strategy :
60
60
matrix :
61
61
include :
62
- - php : ' 8.0'
63
62
- php : ' 8.1'
64
63
- php : ' 8.2'
65
64
- php : ' 8.3'
You can’t perform that action at this time.
0 commit comments