Skip to content

Commit 9cbe0e8

Browse files
authored
Merge pull request #733 from laravel/lock-constraints
[5.x] Lock php-webdriver constraints for now
2 parents 1177f78 + 46e073f commit 9cbe0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=7.1.0",
1414
"ext-json": "*",
1515
"ext-zip": "*",
16-
"php-webdriver/webdriver": "^1.7",
16+
"php-webdriver/webdriver": "^1.7 <1.8",
1717
"nesbot/carbon": "^1.20|^2.0",
1818
"illuminate/console": "~5.7.0|~5.8.0|^6.0|^7.0",
1919
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",

0 commit comments

Comments
 (0)