Skip to content

Commit cedf958

Browse files
committed
Remove documentation for usage in Symfony <3.1
Support for Symfony 2.8 has been dropped, to use the cache component.
1 parent 0e96b8f commit cedf958

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

-15
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@ framework:
4343
version_strategy: incenteev_hashed_asset.strategy
4444
```
4545
46-
If you are using Symfony <3.1, this configuration setting is not available.
47-
Here is the workaround:
48-
49-
```yaml
50-
# app/config/config.yml
51-
framework:
52-
assets:
53-
version: dummy # set a dummy version so that the package does not use the empty version
54-
55-
services:
56-
assets._version__default:
57-
alias: incenteev_hashed_asset.strategy
58-
# If you use additional packages, you may need to create additional aliases for other packages than `_default`
59-
```
60-
6146
## Advanced configuration
6247
6348
The default configuration should fit common needs, but the bundle exposes

0 commit comments

Comments
 (0)