Skip to content

Commit

Permalink
allowing 4.4 to support php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 18, 2021
1 parent e083895 commit 67c703d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"symfony/css-selector": "^5.2",
"symfony/dom-crawler": "^5.2"
"symfony/css-selector": "4.4 || ^5.2",
"symfony/dom-crawler": "4.4 || ^5.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 67c703d

Please # to comment.