Skip to content

Commit

Permalink
[!]: "php": ">=7.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Nov 25, 2017
1 parent 063b609 commit cef752c
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 137 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -27,12 +27,12 @@
}
],
"require": {
"php": ">=5.3.0",
"symfony/css-selector": "^2.8|~3.0",
"voku/simple_html_dom": "~3.1"
"php": ">=7.0.0",
"symfony/css-selector": "~3.0|~4.0",
"voku/simple_html_dom": "~4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cef752c

Please sign in to comment.