Skip to content

Instantly share code, notes, and snippets.

@bdunogier
Created August 24, 2016 16:51
Show Gist options
  • Save bdunogier/19d29f84d3fae08475c16a238b13fb0e to your computer and use it in GitHub Desktop.
Save bdunogier/19d29f84d3fae08475c16a238b13fb0e to your computer and use it in GitHub Desktop.
diff --git a/composer.json b/composer.json
index 7dd3ade..ccf424b 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,7 @@
"sensio/generator-bundle": "~2.3",
"incenteev/composer-parameter-handler": "~2.0",
"tedivm/stash-bundle": "~0.4",
- "ezsystems/ezpublish-kernel": "^6.5@beta",
+ "ezsystems/ezpublish-kernel": "dev-ezp25533-remove_http_cache_bundle_version_restriction as v6.5.0-beta",
"ezsystems/repository-forms": "^1.4@beta",
"ezsystems/ezplatform-solr-search-engine": "^1.0@beta",
"ezsystems/platform-ui-bundle": "^1.5@beta",
@@ -38,7 +38,8 @@
"hautelook/templated-uri-bundle": "~1.0 | ~2.0",
"doctrine/doctrine-bundle": "~1.3",
"symfony/expression-language": "~2.4",
- "sensio/framework-extra-bundle": "~3.0"
+ "sensio/framework-extra-bundle": "~3.0",
+ "friendsofsymfony/http-cache-bundle": "dev-anonymous_request_hash-1.3 as v1.3.8"
},
"require-dev": {
"behat/behat": "~3.0",
@@ -89,5 +90,11 @@
"branch-alias": {
"dev-master": "1.4.x-dev"
}
- }
+ },
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://github.com/bdunogier/FOSHttpCacheBundle.git"
+ }
+ ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment