removed SF2, Doctrine2 and ZF2 from README, this is old stuff by now

This commit is contained in:
Dominik Liebler
2019-08-17 22:17:00 +02:00
parent de5c0c929c
commit 6ee7665b9e
12 changed files with 20 additions and 49 deletions

View File

@@ -20,10 +20,8 @@ inheritance.
Examples
--------
- A text editor : all events are Command which can be undone, stacked
- A text editor : all events are commands which can be undone, stacked
and saved.
- Symfony2: SF2 Commands that can be run from the CLI are built with
just the Command pattern in mind
- big CLI tools use subcommands to distribute various tasks and pack
them in "modules", each of these can be implemented with the Command
pattern (e.g. vagrant)