Skip to content

Commit

Permalink
Merge pull request #28 from uuf6429/chore/update-composer-json
Browse files Browse the repository at this point in the history
Normalize composer.json
  • Loading branch information
stof authored Apr 15, 2024
2 parents 8543360 + b91dc9c commit 6e78512
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "friends-of-behat/mink-extension",
"type": "behat-extension",
"description": "Mink extension for Behat",
"license": "MIT",
"type": "behat-extension",
"keywords": [
"web",
"test",
"browser",
"gui"
],
"homepage": "http://extensions.behat.org/mink",
"license": "MIT",
"authors": [
{
"name": "Konstantin Kudryashov",
Expand All @@ -20,27 +19,28 @@
"email": "[email protected]"
}
],
"homepage": "https://github.com/FriendsOfBehat/MinkExtension#readme",
"require": {
"php": ">=7.4",
"php": "^7.4 || ^8",
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
"symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0"
},
"replace": {
"behat/mink-extension": "self.version"
},
"require-dev": {
"behat/mink-goutte-driver": "^1.1 || ^2.0",
"phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev"
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
"replace": {
"behat/mink-extension": "self.version"
},
"autoload": {
"psr-0": {
"Behat\\MinkExtension": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
}
}

0 comments on commit 6e78512

Please sign in to comment.