Skip to content

Commit 7832709

Browse files
Created new release branch 6.0
1 parent aafc908 commit 7832709

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
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://app.travis-ci.com/darkwebdesign/symfony-addon-form-types.svg?branch=5.4)](https://app.travis-ci.com/darkwebdesign/symfony-addon-form-types)
8-
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/5.4/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types)
9-
[![PHP Version](https://img.shields.io/badge/php-7.2%2B-777BB3.svg)](https://php.net/)
10-
[![Symfony Version](https://img.shields.io/badge/symfony-5.4-93C74B.svg)](https://symfony.com/)
7+
[![Build Status](https://app.travis-ci.com/darkwebdesign/symfony-addon-form-types.svg?branch=6.0)](https://app.travis-ci.com/darkwebdesign/symfony-addon-form-types)
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/)
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://github.com/darkwebdesign/symfony-addon-pack/blob/5.4/doc/reference/forms/types/index.md).
14+
Learn more about it in its [documentation](https://darkwebdesign.github.io/symfony-addon-pack/docs/6.0).
1515

1616
## Features
1717

18-
### Types
18+
### Form Field Types
1919

2020
* BirthdayType, handles birthday data.
21-
* BooleanType, transforms an user selected value into a boolean.
22-
* EntityType, transforms an user entered identifier into a Doctrine entity.
21+
* BooleanType, transforms a user selected value into a boolean.
22+
* EntityType, transforms a user entered identifier into a Doctrine entity.
2323
* UnstructuredType, handles unstructured data.
2424

25-
### Event Subscribers
25+
### Form Field Event Subscribers
2626

2727
* BooleanToYesNoSubscriber, rewrites boolean values to "yes" or "no", to be used with the `BooleanType`.
2828
* JsonSchemaSubscriber, rewrites the JSON Schema `$schema` keyword property.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
{"name": "Raymond Schouten"}
1010
],
1111
"require": {
12-
"php": ">=7.2.5",
13-
"symfony/form": "5.4.*"
12+
"php": ">=8.0.2",
13+
"symfony/form": "6.0.*"
1414
},
1515
"require-dev": {
16-
"darkwebdesign/symfony-addon-transformers": "5.4.*",
16+
"darkwebdesign/symfony-addon-transformers": "6.0.*",
1717
"doctrine/orm": "^2.7",
1818
"phpunit/phpunit": "^8.5"
1919
},

0 commit comments

Comments
 (0)