Skip to content

Commit a4b43ff

Browse files
authored
Allow Symfony 3.4 before bumping v3.0.0 (#65)
1 parent 3e737c2 commit a4b43ff

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ php:
55
- 7.2
66

77
env:
8-
- SYMFONY_VERSION=4.0.*
8+
- SYMFONY_VERSION=3.4.0
9+
- SYMFONY_VERSION=4.0.*
910

1011
before_script:
1112
- wget http://getcomposer.org/composer.phar

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ StatsdBundle [![Build Status](https://travis-ci.org/M6Web/StatsdBundle.png?branc
33

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

6+
This bundle currently supports `php >=7.1.3` and `symfony 3.4/4.x`.
7+
8+
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).
9+
610
* [about](doc/about.md)
711
* [installation](doc/installation.md)
812
* [usage](doc/usage.md)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"require": {
2020
"php": "^7.1.3",
21-
"symfony/property-access": "^4.0",
21+
"symfony/property-access": "^3.4 || ^4.0",
2222
"m6web/statsd": "^1.3"
2323
},
2424
"require-dev": {
2525
"atoum/atoum": "^2.8|^3.0",
26-
"symfony/symfony": "~4.0",
26+
"symfony/symfony": "^3.4 || ^4.0",
2727
"m6web/coke" : "~1.2",
2828
"m6web/symfony2-coding-standard" : "~1.2"
2929
},

0 commit comments

Comments
 (0)