Skip to content

Commit c416891

Browse files
ISSUE-105: Updated versions from 3.0 to 3.1
1 parent 240de64 commit c416891

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

7-
[![Build Status](https://travis-ci.org/darkwebdesign/symfony-addon-constraints.svg?branch=3.0)](https://travis-ci.org/darkwebdesign/symfony-addon-constraints?branch=3.0)
8-
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-constraints/branch/3.0/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-constraints)
7+
[![Build Status](https://travis-ci.org/darkwebdesign/symfony-addon-constraints.svg?branch=3.1)](https://travis-ci.org/darkwebdesign/symfony-addon-constraints?branch=3.1)
8+
[![Coverage Status](https://codecov.io/gh/darkwebdesign/symfony-addon-constraints/branch/3.1/graph/badge.svg)](https://codecov.io/gh/darkwebdesign/symfony-addon-constraints)
99
[![PHP Version](https://img.shields.io/badge/php-5.5%2B-777BB3.svg)](https://php.net/)
10-
[![Symfony Version](https://img.shields.io/badge/symfony-3.0-93C74B.svg)](https://symfony.com/)
10+
[![Symfony Version](https://img.shields.io/badge/symfony-3.1-93C74B.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/3.0/doc/reference/constraints/index.md).
15+
Learn more about it in its [documentation](https://github.com/darkwebdesign/symfony-addon-pack/blob/3.1/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.5.9",
13-
"symfony/validator": "3.0.*"
13+
"symfony/validator": "3.1.*"
1414
},
1515
"require-dev": {
1616
"codeclimate/php-test-reporter": "^0.3.2",

0 commit comments

Comments
 (0)