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 683b236625 minor #22885 [3.4] Allow 4.* deps (nicolas-grekas)
This PR was merged into the 3.4 branch.

Discussion
----------

[3.4] Allow 4.* deps

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #22756
| License       | MIT
| Doc PR        | -

This is implementing option 3 as described in #22756.
See #22769 for corresponding PR on 2.8: everything goes well and this allows catching a few more potential mistakes.

Commits
-------

c3e1646af8 [3.4] Allow 4.* deps
2017-05-25 16:27:00 -07:00
..
Field Merge branch '3.1' into 3.2 2016-11-25 13:32:42 +01:00
Tests Merge branch '3.2' into 3.3 2017-05-25 16:10:31 -07:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractUriElement.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
CHANGELOG.md [Crawler] Remove a mention of an interface removed before a merge 2016-02-04 08:56:19 +00:00
composer.json [3.4] Allow 4.* deps 2017-05-24 11:02:43 +02:00
Crawler.php Merge branch '3.1' into 3.2 2017-01-21 09:06:35 -08:00
Form.php Merge branch '3.2' 2016-12-27 11:45:09 +01:00
FormFieldRegistry.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Image.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
Link.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +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