-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fb3d47
commit 4e6f741
Showing
5 changed files
with
80 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"name": "robertfausk/behat-panther-extension", | ||
"type": "behat-extension", | ||
"description": "Symfony Panther extension for Behat", | ||
"keywords": [ | ||
"behat", | ||
"gherkin", | ||
"cucumber", | ||
"symfony", | ||
"panther", | ||
"web", | ||
"test", | ||
"browser", | ||
"chrome", | ||
"firefox", | ||
"gui" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Robert Freigang", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"symfony/config": "^7.0", | ||
"php": ">=7.2", | ||
"behat/behat": "^3.0.5", | ||
"robertfausk/mink-panther-driver": "^1.0", | ||
"friends-of-behat/mink-extension": "^2.3.0" | ||
}, | ||
"require-dev": { | ||
"dbrekelmans/bdi": "^1.0", | ||
"g1a/composer-test-scenarios": "^3.0", | ||
"matthiasnoback/symfony-config-test": "^4.1", | ||
"phpunit/phpunit": "~7.5|~9.3", | ||
"roave/security-advisories": "dev-master" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Robertfausk\\Behat\\PantherExtension\\": "../../src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "../../tests/" | ||
} | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"g1a/composer-test-scenarios": true, | ||
"pyrech/composer-changelogs": true | ||
}, | ||
"vendor-dir": "../../vendor" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "1.1.x-dev" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters