Begin creating a test application

This commit is contained in:
Kamil Kokot
2016-07-23 01:27:31 +02:00
parent ef4928c2ee
commit 5c4f7b83e8
6 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "friends-of-behat/symfony-extension",
"description": "Allows to overwrite suites' default settings.",
"description": "Integrates Behat with Symfony (both 2 and 3).",
"license": "MIT",
"authors": [
{
@@ -18,7 +18,11 @@
"require-dev": {
"behat/mink": "^1.7",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2"
"behat/mink-extension": "^2.2",
"symfony/framework-bundle": "^2.7|^3.0"
},
"suggest": {
"behat/mink-browserkit-driver": "^1.3"
},
"autoload": {
"psr-4": { "FriendsOfBehat\\SymfonyExtension\\": "src/" }