Skip to content

Commit 3c4a74f

Browse files
committed
Merge pull request #280 from FriendsOfSymfony/fix-build
fix test setup now that puli composer plugin is not required by discovery anmyore
2 parents 12fce4a + dabec7b commit 3c4a74f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"php-http/guzzle6-adapter": "^1.0.0",
3737
"php-http/mock-client": "~0.1",
3838
"symfony/process": "^2.3||^3.0",
39-
"symfony/http-kernel": "^2.3||^3.0"
39+
"symfony/http-kernel": "^2.3||^3.0",
40+
"puli/composer-plugin": "^1.0.0-beta9@beta"
4041
},
4142
"suggest": {
4243
"php-http/discovery": "When not explicitly instantiating the php-http client for the proxy client",

doc/user-context.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ information), rather than individually.
2525
want the clients to cache pages. Because ``VARY`` is used for the control
2626
of the caching proxy, it is not available to control clients. Often, the
2727
best solution is to disable intermediary caches by setting the cache control
28-
header s-maxage to 0 and using the *custom TTL* mechanism (see the
28+
header ``s-maxage`` to 0 and using the *custom TTL* mechanism (see the
2929
documentation for :ref:`Varnish <varnish_customttl>` or the
3030
:ref:`Symfony HttpCache <symfonycache_customttl>`). If you want to use the
3131
``private`` cache control instruction instead, you need to adjust your

0 commit comments

Comments
 (0)