Skip to content

Commit c64fe85

Browse files
#229: Updated Add-on Pack for Symfony 6.2
1 parent 2a72de0 commit c64fe85

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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.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)
7+
[![Build Status](https://github.com/darkwebdesign/symfony-addon-form-types/actions/workflows/build.yaml/badge.svg?branch=6.2)](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.2/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.1-93C74B.svg)](https://symfony.com/)
10+
[![Symfony Version](https://img.shields.io/badge/symfony-6.2-93C74B.svg)](https://symfony.com/)
1111

1212
Symfony 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.1).
14+
Learn more about it in its [documentation](https://darkwebdesign.github.io/symfony-addon-pack/docs/6.2).
1515

1616
## Features
1717

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
],
1111
"require": {
1212
"php": "^8.1",
13-
"symfony/event-dispatcher": "6.1.*",
14-
"symfony/form": "6.1.*",
15-
"symfony/options-resolver": "6.1.*"
13+
"symfony/event-dispatcher": "6.2.*",
14+
"symfony/form": "6.2.*",
15+
"symfony/options-resolver": "6.2.*"
1616
},
1717
"require-dev": {
18-
"darkwebdesign/symfony-addon-transformers": "6.1.*",
18+
"darkwebdesign/symfony-addon-transformers": "6.2.*",
1919
"doctrine/orm": "^2.7",
2020
"friendsofphp/php-cs-fixer": "^3.58",
2121
"phpstan/extension-installer": "^1.3",

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
])
1414
->withSets([
1515
LevelSetList::UP_TO_PHP_81,
16-
SymfonySetList::SYMFONY_61,
16+
SymfonySetList::SYMFONY_62,
1717
])
1818
->withImportNames(
1919
importShortClasses: false,

0 commit comments

Comments
 (0)