Skip to content

Commit dd69289

Browse files
ISSUE-204: Updated Add-on Pack for Symfony 5.4
1 parent 0ac9b3d commit dd69289

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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://travis-ci.com/darkwebdesign/symfony-addon-form-types.svg?branch=5.3)](https://travis-ci.com/darkwebdesign/symfony-addon-form-types)
8-
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/5.3/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types)
7+
[![Build Status](https://travis-ci.com/darkwebdesign/symfony-addon-form-types.svg?branch=5.4)](https://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)
99
[![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.3-93C74B.svg)](https://symfony.com/)
10+
[![Symfony Version](https://img.shields.io/badge/symfony-5.4-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.3/doc/reference/forms/types/index.md).
14+
Learn more about it in its [documentation](https://github.com/darkwebdesign/symfony-addon-pack/blob/5.4/doc/reference/forms/types/index.md).
1515

1616
## Features
1717

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"require": {
1212
"php": ">=7.2.5",
13-
"symfony/form": "5.3.*"
13+
"symfony/form": "5.4.*"
1414
},
1515
"require-dev": {
16-
"darkwebdesign/symfony-addon-transformers": "5.3.*",
16+
"darkwebdesign/symfony-addon-transformers": "5.4.*",
1717
"doctrine/orm": "^2.7",
1818
"phpunit/phpunit": "^8.5"
1919
},

0 commit comments

Comments
 (0)