From a4c397355d38335cb0930d1c9201dfb34b492d76 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 5 May 2013 22:49:11 +0200 Subject: [PATCH] the Filesystem component including a tagged API was added in Symfony 2.1 --- book/stable_api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/book/stable_api.rst b/book/stable_api.rst index d7fbdaf481e..0d92777bdd0 100644 --- a/book/stable_api.rst +++ b/book/stable_api.rst @@ -31,6 +31,7 @@ As of Symfony 2.0, the following components have a public tagged API: * DependencyInjection * DomCrawler * EventDispatcher +* Filesystem (as of Symfony 2.1) * Finder * HttpFoundation * HttpKernel