We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e96b8f commit cedf958Copy full SHA for cedf958
README.md
@@ -43,21 +43,6 @@ framework:
43
version_strategy: incenteev_hashed_asset.strategy
44
```
45
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
61
## Advanced configuration
62
63
The default configuration should fit common needs, but the bundle exposes
0 commit comments