Skip to content

Commit

Permalink
Allow Symfony 3.4 before bumping v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliboy50 committed Apr 16, 2018
1 parent 3e737c2 commit 12d244f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ php:
- 7.2

env:
- SYMFONY_VERSION=4.0.*
- SYMFONY_VERSION=3.4.0
- SYMFONY_VERSION=4.0.*

before_script:
- wget http://getcomposer.org/composer.phar
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ StatsdBundle [![Build Status](https://travis-ci.org/M6Web/StatsdBundle.png?branc

## Bundle easing the [statsd](https://github.com/etsy/statsd/) usage.

This bundle currently supports `php >=7.1.3` and `symfony 3.4/4.x`.

If you need support for `php >=5.4.0` and `symfony 2.x/3.x`, use version [v2.15.1](https://github.com/M6Web/StatsdBundle/tree/v2.15.1).

* [about](doc/about.md)
* [installation](doc/installation.md)
* [usage](doc/usage.md)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"require": {
"php": "^7.1.3",
"symfony/property-access": "^4.0",
"symfony/property-access": "^3.4 || ^4.0",
"m6web/statsd": "^1.3"
},
"require-dev": {
"atoum/atoum": "^2.8|^3.0",
"symfony/symfony": "~4.0",
"symfony/symfony": "^3.4 || ^4.0",
"m6web/coke" : "~1.2",
"m6web/symfony2-coding-standard" : "~1.2"
},
Expand Down

0 comments on commit 12d244f

Please sign in to comment.