Skip to content

Commit

Permalink
Merge pull request #175 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Composer fixes
  • Loading branch information
stof authored Nov 27, 2017
2 parents 54dacd2 + bb45ab6 commit 7b1f181
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": "^5.5 || ^7",
"symfony/css-selector": "^2.7|~3.0 || ^4.0"
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35|~5.7"
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.2.x-dev"
}
}
}

0 comments on commit 7b1f181

Please sign in to comment.