File tree Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Expand file tree Collapse file tree 3 files changed +13
-14
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-form-types/downloads?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-form-types )
55[ ![ License] ( https://poser.pugx.org/darkwebdesign/symfony-addon-form-types/license?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-form-types )
66
7- [ ![ Build Status] ( https://github.com/darkwebdesign/symfony-addon-form-types/actions/workflows/build.yaml/badge.svg?branch=6.0 )] ( https://github.com/darkwebdesign/symfony-addon-form-types/actions/workflows/build.yaml )
8- [ ![ Coverage Status] ( https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/6.0 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-form-types )
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-form-types/actions/workflows/build.yaml/badge.svg?branch=6.1 )] ( https://github.com/darkwebdesign/symfony-addon-form-types/actions/workflows/build.yaml )
8+ [ ![ Coverage Status] ( https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/6.1 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-form-types )
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 Form Types is a collection of extra Symfony form field types that you can use in your Symfony applications.
1313
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 ) .
1515
1616## Features
1717
Original file line number Diff line number Diff line change 99 {"name" : " Raymond Schouten" }
1010 ],
1111 "require" : {
12- "php" : " ^8.0 " ,
13- "symfony/event-dispatcher" : " 6.0 .*" ,
14- "symfony/form" : " 6.0 .*" ,
15- "symfony/options-resolver" : " 6.0 .*"
12+ "php" : " ^8.1 " ,
13+ "symfony/event-dispatcher" : " 6.1 .*" ,
14+ "symfony/form" : " 6.1 .*" ,
15+ "symfony/options-resolver" : " 6.1 .*"
1616 },
1717 "require-dev" : {
18- "darkwebdesign/symfony-addon-transformers" : " 6.0 .*" ,
18+ "darkwebdesign/symfony-addon-transformers" : " 6.1 .*" ,
1919 "doctrine/orm" : " ^2.7" ,
2020 "friendsofphp/php-cs-fixer" : " ^3.58" ,
2121 "phpstan/extension-installer" : " ^1.3" ,
You can’t perform that action at this time.
0 commit comments