Skip to content

Commit 3876e4b

Browse files
Updated references to 2.4
1 parent 0249f54 commit 3876e4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
[![Total Downloads](https://poser.pugx.org/darkwebdesign/symfony-addon-validators/downloads?format=flat)](https://packagist.org/packages/darkwebdesign/symfony-addon-validators)
55
[![License](https://poser.pugx.org/darkwebdesign/symfony-addon-validators/license?format=flat)](https://packagist.org/packages/darkwebdesign/symfony-addon-validators)
66

7-
[![Build Status](https://travis-ci.org/darkwebdesign/symfony-addon-validators.svg?branch=2.3)](https://travis-ci.org/darkwebdesign/symfony-addon-validators?branch=2.3)
8-
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-validators/branch/2.3/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-validators)
7+
[![Build Status](https://travis-ci.org/darkwebdesign/symfony-addon-validators.svg?branch=2.4)](https://travis-ci.org/darkwebdesign/symfony-addon-validators?branch=2.4)
8+
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-validators/branch/2.4/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-validators)
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 Constraints is a collection of extra Symfony validation constraints that you can use in your Symfony
1313
applications.
1414

15-
Learn more about it in its [documentation](https://github.com/darkwebdesign/symfony-addon-pack/blob/2.3/doc/reference/constraints/index.md).
15+
Learn more about it in its [documentation](https://github.com/darkwebdesign/symfony-addon-pack/blob/2.4/doc/reference/constraints/index.md).
1616

1717
## Features
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^5.3.3",
13-
"symfony/validator": "2.3.*"
13+
"symfony/validator": "2.4.*"
1414
},
1515
"require-dev": {
1616
"codeclimate/php-test-reporter": "^0.3.2",

0 commit comments

Comments
 (0)