Skip to content

Commit 11e165d

Browse files
authored
Update dependencies and tests (#68)
1 parent a8a96a8 commit 11e165d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: .travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
sudo: false
33

44
php:
5+
- 7.1
56
- 7.0
67
- 5.6
78
- 5.5
@@ -15,11 +16,12 @@ env:
1516
matrix:
1617
- SYMFONY_VERSION=2.7.*
1718
- SYMFONY_VERSION=2.8.*
18-
- SYMFONY_VERSION=3.0.*
19+
- SYMFONY_VERSION=3.2.*
1920

2021
branches:
2122
except:
2223
- /^analysis-.*$/
24+
- /^patch-.*$/
2325

2426
matrix:
2527
fast_finish: true

Diff for: composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@
2626
"require": {
2727
"php": "^5.5 || ^7.0",
2828
"symfony/framework-bundle": "^2.7 || ^3.0",
29-
"cache/taggable-cache": "^0.4.3",
30-
"cache/session-handler": "^0.1"
29+
"cache/taggable-cache": "^0.5",
30+
"cache/session-handler": "^0.2"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "^5.1 || ^4.0",
3434
"symfony/symfony": "^2.7 || ^3.0",
3535
"cache/psr-6-doctrine-bridge": "^2.0",
36-
"cache/array-adapter": "^0.4",
36+
"cache/array-adapter": "^0.5",
37+
"nyholm/symfony-bundle-test": "^1.0.1",
3738
"matthiasnoback/symfony-dependency-injection-test": "^1.0"
3839
},
3940
"suggest": {

0 commit comments

Comments
 (0)