File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2020 php-version : ' 8.2'
2121 - name : ' Install dependencies'
2222 run : |
23- composer require --dev --no-install darkwebdesign/symfony-addon-transformers:7.0 .x-dev
23+ composer require --dev --no-install darkwebdesign/symfony-addon-transformers:7.1 .x-dev
2424 composer install --no-progress --prefer-dist --optimize-autoloader
2525 - name : ' Rector'
2626 run : ' vendor/bin/rector process --dry-run --no-progress-bar --ansi'
3737 php-version : ' 8.2'
3838 - name : ' Install dependencies'
3939 run : |
40- composer require --dev --no-install darkwebdesign/symfony-addon-transformers:7.0 .x-dev
40+ composer require --dev --no-install darkwebdesign/symfony-addon-transformers:7.1 .x-dev
4141 composer install --no-progress --prefer-dist --optimize-autoloader
4242 - name : ' PHPStan'
4343 run : ' vendor/bin/phpstan analyze --no-progress --ansi'
5454 php-version : ' 8.2'
5555 - name : ' Install dependencies'
5656 run : |
57- composer require --dev --no-install darkwebdesign/symfony-addon-transformers:7.0 .x-dev
57+ composer require --dev --no-install darkwebdesign/symfony-addon-transformers:7.1 .x-dev
5858 composer install --no-progress --prefer-dist --optimize-autoloader
5959 - name : ' PHP CS Fixer'
6060 run : ' vendor/bin/php-cs-fixer fix --diff --dry-run --show-progress=none --ansi'
7575 php-version : " ${{ matrix.php }}"
7676 - name : ' Install dependencies'
7777 run : |
78- composer require --dev --no-install darkwebdesign/symfony-addon-transformers:7.0 .x-dev
78+ composer require --dev --no-install darkwebdesign/symfony-addon-transformers:7.1 .x-dev
7979 composer install --no-progress --prefer-dist --optimize-autoloader
8080 - name : ' PHPUnit'
8181 run : ' XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover phpunit-coverage.xml'
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=7.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/7.0 /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=7.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/7.1 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-form-types )
99[ ![ PHP Version] ( https://img.shields.io/badge/php-8.2%2B-777BB3.svg )] ( https://php.net/ )
10- [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-7.0 -93C74B.svg )] ( https://symfony.com/ )
10+ [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-7.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/7.0 ) .
14+ Learn more about it in its [ documentation] ( https://darkwebdesign.github.io/symfony-addon-pack/docs/7.1 ) .
1515
1616## Features
1717
Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "php" : " ^8.2" ,
13- "symfony/event-dispatcher" : " 7.0 .*" ,
14- "symfony/form" : " 7.0 .*" ,
15- "symfony/options-resolver" : " 7.0 .*"
13+ "symfony/event-dispatcher" : " 7.1 .*" ,
14+ "symfony/form" : " 7.1 .*" ,
15+ "symfony/options-resolver" : " 7.1 .*"
1616 },
1717 "require-dev" : {
18- "darkwebdesign/symfony-addon-transformers" : " 7.0 .*" ,
18+ "darkwebdesign/symfony-addon-transformers" : " 7.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