Commit c7cb59e9 authored by Bas de Nooijer's avatar Bas de Nooijer

Updated dependency version

parent a32fab9a
...@@ -9,11 +9,9 @@ php: ...@@ -9,11 +9,9 @@ php:
- nightly - nightly
env: env:
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.* - SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.* - SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.5.* - SYMFONY_VERSION=2.8.*
before_script: before_script:
- bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != '5.3' ]; then printf '\n\n\n\n' | pecl install pecl_http-1.7.6; fi" - bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != '5.3' ]; then printf '\n\n\n\n' | pecl install pecl_http-1.7.6; fi"
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
- added: ClientInterface - added: ClientInterface
- improvement: Set hard paths in .gitignore to prevent tree lookups - improvement: Set hard paths in .gitignore to prevent tree lookups
- added: Support for facet.contains settings - added: Support for facet.contains settings
- improvement: updated Symfony event dispatcher dependency to a maintained version
## 3.4.0 - 2015-06-14 ## 3.4.0 - 2015-06-14
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"symfony/event-dispatcher": "~2.1" "symfony/event-dispatcher": "~2.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7", "phpunit/phpunit": "~3.7",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment