Skip to content

Commit 248be85

Browse files
committed
Require at least symfony/css-selector 2.0.5 when testing with lowest deps
This helps as the autoloader in syfmony/css-selector `composer.json` is configured only at 2.0.5.
1 parent 83a0033 commit 248be85

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"tijsverkoyen/css-to-inline-styles": "^1.5"
1616
},
1717
"require-dev" : {
18-
"phpunit/phpunit": "^4.0|^5.0"
18+
"phpunit/phpunit": "^4.0|^5.0",
19+
"symfony/css-selector": "^2.0.5|^3.0"
1920
},
2021
"autoload": {
2122
"psr-4": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)