File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1717 - name : ' Setup PHP'
1818 uses : ' shivammathur/setup-php@v2'
1919 with :
20- php-version : ' 8.0 '
20+ php-version : ' 8.1 '
2121 - name : ' Composer Install'
2222 uses : ' ramsey/composer-install@v3'
2323 - name : ' Rector'
3232 - name : ' Setup PHP'
3333 uses : ' shivammathur/setup-php@v2'
3434 with :
35- php-version : ' 8.0 '
35+ php-version : ' 8.1 '
3636 - name : ' Composer Install'
3737 uses : ' ramsey/composer-install@v3'
3838 - name : ' PHPStan'
4747 - name : ' Setup PHP'
4848 uses : ' shivammathur/setup-php@v2'
4949 with :
50- php-version : ' 8.0 '
50+ php-version : ' 8.1 '
5151 - name : ' Composer Install'
5252 uses : ' ramsey/composer-install@v3'
5353 - name : ' PHP CS Fixer'
5959 strategy :
6060 matrix :
6161 include :
62- - php : ' 8.0'
6362 - php : ' 8.1'
6463 - php : ' 8.2'
6564 - php : ' 8.3'
Original file line number Diff line number Diff line change 44[ ![ Total Downloads] ( https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/downloads?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-constraints )
55[ ![ License] ( https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/license?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-constraints )
66
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/ )
1111
1212Symfony Add-on Constraints is a collection of extra Symfony validation constraints that you can use in your Symfony
1313applications.
1414
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 ) .
1616
1717## Features
1818
Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "ext-json" : " *" ,
13- "php" : " ^8.0 " ,
14- "symfony/validator" : " 6.0 .*"
13+ "php" : " ^8.1 " ,
14+ "symfony/validator" : " 6.1 .*"
1515 },
1616 "require-dev" : {
1717 "friendsofphp/php-cs-fixer" : " ^3.58" ,
You can’t perform that action at this time.
0 commit comments