This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/DomCrawler
Fabien Potencier 8f2ea7a5b0 Merge branch '2.7' into 2.8
* 2.7:
  Skip test when iconv extension is missing
  Fix bundle commands are not available via find()
2016-12-10 15:24:35 +01:00
..
Field Tag missing internals 2016-11-25 08:43:06 +01:00
Tests Merge branch '2.7' into 2.8 2016-12-10 15:24:35 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Changed the default value of checkbox and radio to match the HTML spec 2014-05-17 22:15:05 +02:00
composer.json Merge branch '2.7' into 2.8 2015-10-30 13:15:42 -07:00
Crawler.php Merge branch '2.7' into 2.8 2016-11-23 16:43:03 -08:00
Form.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormFieldRegistry.php Tag the FormFieldRegistry as being internal 2016-11-12 16:48:22 +01:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
Link.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
phpunit.xml.dist [ci] SymfonyTestsListener is now auto-registered 2015-10-11 11:37:49 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

DomCrawler Component

The DomCrawler component eases DOM navigation for HTML and XML documents.

Resources