Skip to content

Commit eae5061

Browse files
Updated references to 2.4
1 parent 30f7c4c commit eae5061

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 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=2.3)](https://travis-ci.org/darkwebdesign/symfony-addon-form-types?branch=2.3)
8-
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/2.3/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=2.4)](https://travis-ci.org/darkwebdesign/symfony-addon-form-types?branch=2.4)
8+
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types/branch/2.4/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types)
99
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.3-blue.svg)](https://php.net/)
1010
[![Minimum Symfony Version](https://img.shields.io/badge/symfony-%3E%3D%202.3-green.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/2.3/doc/reference/forms/types/index.md).
14+
Learn more about it in its [documentation](https://github.com/darkwebdesign/symfony-addon-pack/blob/2.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
@@ -9,10 +9,10 @@
99
{"name": "Raymond Schouten"}
1010
],
1111
"require": {
12-
"darkwebdesign/symfony-addon-transformers": "2.3.*",
12+
"darkwebdesign/symfony-addon-transformers": "2.4.*",
1313
"doctrine/common": "^2.2",
1414
"php": "^5.3.3",
15-
"symfony/form": "2.3.*"
15+
"symfony/form": "2.4.*"
1616
},
1717
"require-dev": {
1818
"codeclimate/php-test-reporter": "^0.3.2",

0 commit comments

Comments
 (0)