File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,12 @@ Version 3.x:
40
40
- [ Symfony\Components\CssSelector] ( https://github.com/symfony/CssSelector ) 6.x | 7.x
41
41
42
42
Version 2.x:
43
- - PHP 7.x | 8.x
44
- - [ Symfony\Components\DomCrawler] ( https://github.com/symfony/DomCrawler ) 4.x | 5.x
45
- - [ Symfony\Components\CssSelector] ( https://github.com/symfony/CssSelector ) 4.x | 5.x
43
+ - PHP ^7.4 | 8.x
44
+ - [ Symfony\Components\DomCrawler] ( https://github.com/symfony/DomCrawler ) ^4.4 | 5.x
45
+ - [ Symfony\Components\CssSelector] ( https://github.com/symfony/CssSelector ) ^4.4 | 5.x
46
46
47
+ There is no difference in our API between versions 2.x and 3.0.x.
48
+ The only difference is the compatibility with different versions of Symfony.
47
49
48
50
Installation
49
51
------------
@@ -231,5 +233,5 @@ about 5 minutes. After switching to HtmlPageDom the same script doing the same p
231
233
one second (all on the same server). HtmlPageDom is really fast.
232
234
233
235
234
- © 2012-2022 Christoph Singer. Licensed under the MIT License.
236
+ © 2012-2023 Christoph Singer. Licensed under the MIT License.
235
237
You can’t perform that action at this time.
0 commit comments