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
Nicolas Grekas 581b439931 Merge branch '4.4' into 5.0
* 4.4: (26 commits)
  [HttpClient] NativeHttpClient should not send >1.1 protocol version
  [HttpClient] fix support for non-blocking resource streams
  [Mailer] Make sure you can pass custom headers to Mailgun
  [Mailer] Remove line breaks in email attachment content
  Update links to documentation
  [Validator] Add the missing translations for the Arabic (ar) locale
  ensure to expect no validation for the right reasons
  [Security-Guard] fixed 35203 missing name tag in param docblock
  [HttpClient] fix casting responses to PHP streams
  [PhpUnitBridge] Add test case for @expectedDeprecation annotation
  [PhpUnitBridge][SymfonyTestsListenerTrait] Remove $testsWithWarnings stack
  [Mailer] Fix addresses management in Sendgrid API payload
  [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API
  [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name
  [HttpClient] fix capturing SSL certificates with NativeHttpClient
  Update year in license files
  [TwigBridge][Form] Added missing help messages in form themes
  Update year in license files
  Update year in license files
  fix version when "anonymous: lazy" was introduced
  ...
2020-01-04 15:08:26 +01:00
..
Field Merge branch '4.4' 2019-09-02 20:41:34 +02:00
Test/Constraint [FrameworkBundle] Fix BrowserKit assertions to make them compatible with Panther 2019-08-21 14:46:38 +02:00
Tests [DomCrawler] fix merge 2019-10-30 14:28:36 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore
AbstractUriElement.php [DomCrawler] [5.0] add type-hint whenever possible 2019-07-05 08:28:16 +02:00
CHANGELOG.md Merge branch '4.4' 2019-09-27 19:13:30 +02:00
composer.json Allow PHP ^7.2.5 2019-11-18 18:27:11 +01:00
Crawler.php Merge branch '4.4' 2019-10-29 15:23:29 +01:00
Form.php [DomCrawler] [5.0] add type-hint whenever possible 2019-07-05 08:28:16 +02:00
FormFieldRegistry.php Merge branch '4.3' into 4.4 2019-08-20 23:03:47 +02:00
Image.php [DomCrawler] Allow using non-absolute base URIs 2018-08-02 11:30:11 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
Link.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01: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