Skip to content

Commit

Permalink
Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Apr 6, 2024
1 parent 8543360 commit dc357af
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 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 @@ -21,26 +20,26 @@
}
],
"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 dc357af

Please sign in to comment.