Skip to content

Commit

Permalink
DEP Update minimum composer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 5, 2024
1 parent 5e7f1d0 commit 6628e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
}
],
"require": {
"php": "^8.1",
"behat/mink": "^1.10.0",
"php-webdriver/webdriver": "^1.13.1"
"php": "^8.3",
"behat/mink": "^1.12",
"php-webdriver/webdriver": "^1.15"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7"
Expand Down

0 comments on commit 6628e0d

Please sign in to comment.