Skip to content

Commit d1d7426

Browse files
ISSUE-201: Updated references to Symfony 5.1
1 parent a947c7e commit d1d7426

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.0)](https://travis-ci.com/darkwebdesign/symfony-addon-form-types?branch=5.0)
8-
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/5.0/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.1)](https://travis-ci.com/darkwebdesign/symfony-addon-form-types?branch=5.1)
8+
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/5.1/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.0-93C74B.svg)](https://symfony.com/)
10+
[![Symfony Version](https://img.shields.io/badge/symfony-5.1-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.0/doc/reference/forms/types/index.md).
14+
Learn more about it in its [documentation](https://github.com/darkwebdesign/symfony-addon-pack/blob/5.1/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.0.*"
13+
"symfony/form": "5.1.*"
1414
},
1515
"require-dev": {
16-
"darkwebdesign/symfony-addon-transformers": "5.0.*",
16+
"darkwebdesign/symfony-addon-transformers": "5.1.*",
1717
"doctrine/orm": "^2.7",
1818
"phpunit/phpunit": "^8.5"
1919
},

0 commit comments

Comments
 (0)