File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2222 uses : ' php-actions/composer@v6'
2323 with :
2424 command : ' require'
25- args : ' darkwebdesign/symfony-addon-transformers:6.3 .x-dev --dev --no-install'
25+ args : ' darkwebdesign/symfony-addon-transformers:6.4 .x-dev --dev --no-install'
2626 php_version : ' 8.1'
2727 - name : ' Composer Install'
2828 uses : ' ramsey/composer-install@v3'
4343 uses : ' php-actions/composer@v6'
4444 with :
4545 command : ' require'
46- args : ' darkwebdesign/symfony-addon-transformers:6.3 .x-dev --dev --no-install'
46+ args : ' darkwebdesign/symfony-addon-transformers:6.4 .x-dev --dev --no-install'
4747 php_version : ' 8.1'
4848 - name : ' Composer Install'
4949 uses : ' ramsey/composer-install@v3'
6464 uses : ' php-actions/composer@v6'
6565 with :
6666 command : ' require'
67- args : ' darkwebdesign/symfony-addon-transformers:6.3 .x-dev --dev --no-install'
67+ args : ' darkwebdesign/symfony-addon-transformers:6.4 .x-dev --dev --no-install'
6868 php_version : ' 8.1'
6969 - name : ' Composer Install'
7070 uses : ' ramsey/composer-install@v3'
9292 uses : ' php-actions/composer@v6'
9393 with :
9494 command : ' require'
95- args : ' darkwebdesign/symfony-addon-transformers:6.3 .x-dev --dev --no-install'
95+ args : ' darkwebdesign/symfony-addon-transformers:6.4 .x-dev --dev --no-install'
9696 php_version : " ${{ matrix.php }}"
9797 - name : ' Composer Install'
9898 uses : ' ramsey/composer-install@v3'
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.3 )] ( 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.3 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-form-types )
7+ [ ![ Build Status] ( https://github.com/darkwebdesign/symfony-addon-form-types/actions/workflows/build.yaml/badge.svg?branch=6.4 )] ( 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.4 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-form-types )
99[ ![ 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.3 -93C74B.svg )] ( https://symfony.com/ )
10+ [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-6.4 -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.3 ) .
14+ Learn more about it in its [ documentation] ( https://darkwebdesign.github.io/symfony-addon-pack/docs/6.4 ) .
1515
1616## Features
1717
Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "php" : " ^8.1" ,
13- "symfony/event-dispatcher" : " 6.3 .*" ,
14- "symfony/form" : " 6.3 .*" ,
15- "symfony/options-resolver" : " 6.3 .*"
13+ "symfony/event-dispatcher" : " 6.4 .*" ,
14+ "symfony/form" : " 6.4 .*" ,
15+ "symfony/options-resolver" : " 6.4 .*"
1616 },
1717 "require-dev" : {
18- "darkwebdesign/symfony-addon-transformers" : " 6.3 .*" ,
18+ "darkwebdesign/symfony-addon-transformers" : " 6.4 .*" ,
1919 "doctrine/orm" : " ^2.7" ,
2020 "friendsofphp/php-cs-fixer" : " ^3.58" ,
2121 "phpstan/extension-installer" : " ^1.3" ,
Original file line number Diff line number Diff line change 1313 ])
1414 ->withSets ([
1515 LevelSetList::UP_TO_PHP_81 ,
16- SymfonySetList::SYMFONY_63 ,
16+ SymfonySetList::SYMFONY_64 ,
1717 ])
1818 ->withImportNames (
1919 importShortClasses: false ,
You can’t perform that action at this time.
0 commit comments