mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 16:23:15 +08:00
825 B
825 B
Symfony
⚠️ DEPRECATION WARNING
This plugin is deprecated and will be removed in a future release.
Please migrate to the unifiedsymfonyplugin which supports all Symfony versions (2.x through 6+).
Simply changesymfony6tosymfonyin your.zshrcplugins list.
This plugin provides native completion for Symfony, but requires at least Symfony 6.2.
To use it add symfony6 to the plugins array in your zshrc file.
plugins=(... symfony6)
Migration
Recommended: Use the unified symfony plugin instead:
plugins=(... symfony) # Replace symfony6 with symfony
The unified plugin provides the same native completion functionality plus automatic version detection and support for all Symfony versions.