Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 6b10e6f

Browse files
authored
Merge pull request csarrazi#210 from dunglas/sf4
2 parents 99eeef2 + a4b26a7 commit 6b10e6f

File tree

4 files changed

+266
-354
lines changed

4 files changed

+266
-354
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"require": {
1010
"php": ">=5.6.0",
1111
"guzzlehttp/guzzle": "^6.1",
12-
"symfony/framework-bundle": "^2.7|^3.0",
13-
"symfony/dependency-injection": "^2.7|^3.0",
14-
"symfony/filesystem": "^2.7|^3.0",
12+
"symfony/framework-bundle": "^2.7|^3.0|^4.0",
13+
"symfony/dependency-injection": "^2.7|^3.0|^4.0",
14+
"symfony/filesystem": "^2.7|^3.0|^4.0",
1515
"twig/twig": "^1.12|^2.0"
1616
},
1717
"suggest": {
@@ -24,10 +24,10 @@
2424
"phpunit/phpunit": "^4.8",
2525
"doctrine/cache": "^1.1",
2626
"psr/cache": "^1.0",
27-
"symfony/web-profiler-bundle": "^2.3|^3.0",
28-
"symfony/phpunit-bridge": "^2.7|^3.0",
27+
"symfony/web-profiler-bundle": "^2.3|^3.0|^4.0",
28+
"symfony/phpunit-bridge": "^2.7|^3.0|^4.0",
2929
"namshi/cuzzle" : "^2.0",
30-
"symfony/stopwatch": "^2.7|^3.0"
30+
"symfony/stopwatch": "^2.7|^3.0|^4.0"
3131
},
3232
"autoload": {
3333
"psr-4": { "Csa\\Bundle\\GuzzleBundle\\": "src" }

0 commit comments

Comments
 (0)