Security update for permissions_by_term
[yaffs-website] / vendor / behat / behat / composer.json
1 {
2     "name": "behat/behat",
3     "description": "Scenario-oriented BDD framework for PHP 5.3",
4     "keywords": ["BDD", "ScenarioBDD", "StoryBDD", "Examples", "Scrum", "Agile", "User story", "Symfony", "business", "development", "testing", "documentation"],
5     "homepage": "http://behat.org/",
6     "type": "library",
7     "license": "MIT",
8     "authors": [
9         {
10             "name": "Konstantin Kudryashov",
11             "email": "ever.zet@gmail.com",
12             "homepage": "http://everzet.com"
13         }
14     ],
15
16     "require": {
17         "php": ">=5.3.3",
18         "ext-mbstring": "*",
19         "behat/gherkin": "^4.5.1",
20         "behat/transliterator": "^1.2",
21         "symfony/console": "~2.5||~3.0",
22         "symfony/config": "~2.3||~3.0",
23         "symfony/dependency-injection": "~2.1||~3.0",
24         "symfony/event-dispatcher": "~2.1||~3.0",
25         "symfony/translation": "~2.3||~3.0",
26         "symfony/yaml": "~2.1||~3.0",
27         "symfony/class-loader": "~2.1||~3.0",
28         "psr/container": "^1.0",
29         "container-interop/container-interop": "^1.2"
30     },
31
32     "require-dev": {
33         "symfony/process": "~2.5|~3.0",
34         "phpunit/phpunit": "~4.5",
35         "herrera-io/box": "~1.6.1"
36     },
37
38     "suggest": {
39         "behat/symfony2-extension": "for integration with Symfony2 web framework",
40         "behat/yii-extension": "for integration with Yii web framework",
41         "behat/mink-extension": "for integration with Mink testing framework"
42     },
43
44     "autoload": {
45         "psr-0": {
46             "Behat\\Behat": "src/",
47             "Behat\\Testwork": "src/"
48         }
49     },
50
51     "extra": {
52         "branch-alias": {
53             "dev-master": "3.2.x-dev"
54         }
55     },
56
57     "bin": ["bin/behat"]
58 }