Skip to content

Commit 277221a

Browse files
ISSUE-160: Updated version to 4.2
1 parent 593ff1b commit 277221a

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.org/darkwebdesign/symfony-addon-form-types.svg?branch=4.1)](https://travis-ci.org/darkwebdesign/symfony-addon-form-types?branch=4.1)
8-
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/4.1/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types)
7+
[![Build Status](https://travis-ci.org/darkwebdesign/symfony-addon-form-types.svg?branch=4.2)](https://travis-ci.org/darkwebdesign/symfony-addon-form-types?branch=4.2)
8+
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/4.2/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types)
99
[![PHP Version](https://img.shields.io/badge/php-7.1%2B-777BB3.svg)](https://php.net/)
10-
[![Symfony Version](https://img.shields.io/badge/symfony-4.1-93C74B.svg)](https://symfony.com/)
10+
[![Symfony Version](https://img.shields.io/badge/symfony-4.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://github.com/darkwebdesign/symfony-addon-pack/blob/4.1/doc/reference/forms/types/index.md).
14+
Learn more about it in its [documentation](https://github.com/darkwebdesign/symfony-addon-pack/blob/4.2/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
@@ -9,10 +9,10 @@
99
{"name": "Raymond Schouten"}
1010
],
1111
"require": {
12-
"darkwebdesign/symfony-addon-transformers": "4.1.*",
12+
"darkwebdesign/symfony-addon-transformers": "4.2.*",
1313
"doctrine/common": "^2.4",
1414
"php": ">=7.1.3",
15-
"symfony/form": "4.1.*"
15+
"symfony/form": "4.2.*"
1616
},
1717
"require-dev": {
1818
"codeclimate/php-test-reporter": "^0.4.4",

0 commit comments

Comments
 (0)