Skip to content

Commit 55f0d9e

Browse files
committed
Update the note about origins of the CssSelector component.
The last rewrite is based on the cssselect which is no longer part of lxml, but was extracted as an independent library.
1 parent 1997b12 commit 55f0d9e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Symfony/Component/CssSelector/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ names are lower-cased, the following extra pseudo-classes are supported:
3636
Resources
3737
---------
3838

39-
This component is a port of the Python lxml library, which is copyright Infrae
40-
and distributed under the BSD license.
41-
42-
Current code is a port of https://github.com/SimonSapin/cssselect/releases/tag/v0.7.1
39+
This component is a port of the Python cssselect library
40+
[v0.7.1](https://github.com/SimonSapin/cssselect/releases/tag/v0.7.1),
41+
which is distributed under the BSD license.
4342

4443
You can run the unit tests with the following command:
4544

0 commit comments

Comments
 (0)