Skip to content

Commit

Permalink
symfony/dom-crawler version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grray committed Aug 5, 2021
1 parent 779867c commit fa8af80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -16,11 +16,11 @@
},
"require": {
"php": ">=7.1.3",
"symfony/dom-crawler": "3.1.*"
"symfony/dom-crawler": ">=3.1 <6.0"
},
"autoload": {
"psr-4": {
"LaravelApplicationTesting\\": "."
}
}
}
}

0 comments on commit fa8af80

Please sign in to comment.