Skip to content

Commit

Permalink
Merge pull request #15 from silverstripe/pulls/1/php8
Browse files Browse the repository at this point in the history
DEP PHP 8 support
  • Loading branch information
Maxime Rainville authored Nov 17, 2021
2 parents 98d82e5 + f185db0 commit 1c956e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^5.6 | ^7",
"php": "^7.3 || ^8.0",
"behat/mink": "~1.7@dev",
"php-webdriver/webdriver": "^1.4"
},
Expand All @@ -39,10 +39,5 @@
"psr-4": {
"SilverStripe\\MinkFacebookWebDriver\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 1c956e7

Please sign in to comment.