Skip to content

Commit cb4260e

Browse files
committed
Downgrading minimum version of sf2, WIP.
1 parent 434866f commit cb4260e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"require": {
1616
"php": ">=5.4.0",
1717
"ext-curl": "*",
18-
"symfony/event-dispatcher": "~2.5",
18+
"symfony/event-dispatcher": "~2.1",
1919
"symfony/options-resolver": "~2.6",
2020
"guzzlehttp/guzzle": "~5.0",
21-
"guzzlehttp/cache-subscriber": "0.1.*@dev",
21+
"guzzlehttp/cache-subscriber": "~0.2@dev",
2222
"guzzlehttp/log-subscriber": "~1.0",
2323
"guzzlehttp/retry-subscriber": "~2.0",
2424
"psr/log": "~1.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "~4.0",
27+
"phpunit/phpunit": "~4.1",
2828
"monolog/monolog": ">=1.11.0"
2929
},
3030
"suggest": {

0 commit comments

Comments
 (0)