Heimdall/vendor/symfony/css-selector
2018-10-14 20:50:32 +01:00
..
Exception Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
Node update to laravel 5.7 and try getting autologin saved 2018-10-14 20:50:32 +01:00
Parser update to laravel 5.7 and try getting autologin saved 2018-10-14 20:50:32 +01:00
Tests update to laravel 5.7 and try getting autologin saved 2018-10-14 20:50:32 +01:00
XPath update to laravel 5.7 and try getting autologin saved 2018-10-14 20:50:32 +01:00
.gitignore Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
CHANGELOG.md Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
composer.json Dependency updates and update version number 2018-06-13 19:35:28 +01:00
CssSelectorConverter.php Dependency updates and update version number 2018-06-13 19:35:28 +01:00
LICENSE Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
phpunit.xml.dist Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
README.md Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00

CssSelector Component

The CssSelector component converts CSS selectors to XPath expressions.

Resources

Credits

This component is a port of the Python cssselect library v0.7.1, which is distributed under the BSD license.