From 32cca6be5a04988512825dce422f2548d4fb4ac8 Mon Sep 17 00:00:00 2001 From: Tony Cosentino Date: Tue, 22 Jul 2014 10:10:47 +0200 Subject: [PATCH] Updated README Removed unused components from README: ClassLoader, Finder and Process. see https://github.com/fabpot/Goutte/pull/143 --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 533e787..58eecdb 100644 --- a/README.rst +++ b/README.rst @@ -100,8 +100,7 @@ Technical Information Goutte is a thin wrapper around the following fine PHP libraries: -* Symfony Components: BrowserKit, ClassLoader, CssSelector, DomCrawler, Finder, - and Process; +* Symfony Components: BrowserKit, CssSelector and DomCrawler; * `Guzzle`_ HTTP Component.