Skip to content

Commit

Permalink
changed mink-phpwebdriver to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszszopinski committed Nov 14, 2024
1 parent 8681af5 commit 038692a
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 @@ -6,7 +6,7 @@
"ezsystems/behatbundle": "*"
},
"require": {
"php": "^8.1",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"behat/behat": "^3.13",
"behat/mink-goutte-driver": "^1.2",
Expand All @@ -29,13 +29,13 @@
"symfony/console": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/lock": "^5.0",
"symfony/stopwatch": "^5.2",
"symfony/stopwatch": "^5.2"
"symfony/http-kernel": "^5.0",
"symfony/process": "^5.4",
"symfony/property-access": "^5.0",
"symfony/yaml": "^5.0",
"psy/psysh": "^0.10.8",
"oleg-andreyev/mink-phpwebdriver": "^1.4",
"oleg-andreyev/mink-phpwebdriver": "1.3",
"oleg-andreyev/mink-phpwebdriver-extension": "^1.0",
"symfony/form": "^5.4"
},
Expand Down

0 comments on commit 038692a

Please sign in to comment.