X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fbehat%2Fcomposer.json;fp=vendor%2Fbehat%2Fbehat%2Fcomposer.json;h=0000000000000000000000000000000000000000;hp=b3dbd81f39bd11105775244a0b5c9b35dc092ec5;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/behat/composer.json b/vendor/behat/behat/composer.json deleted file mode 100644 index b3dbd81f3..000000000 --- a/vendor/behat/behat/composer.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "behat/behat", - "description": "Scenario-oriented BDD framework for PHP 5.3", - "keywords": ["BDD", "ScenarioBDD", "StoryBDD", "Examples", "Scrum", "Agile", "User story", "Symfony", "business", "development", "testing", "documentation"], - "homepage": "http://behat.org/", - "type": "library", - "license": "MIT", - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - } - ], - - "require": { - "php": ">=5.3.3", - "ext-mbstring": "*", - "behat/gherkin": "^4.5.1", - "behat/transliterator": "^1.2", - "symfony/console": "~2.5||~3.0", - "symfony/config": "~2.3||~3.0", - "symfony/dependency-injection": "~2.1||~3.0", - "symfony/event-dispatcher": "~2.1||~3.0", - "symfony/translation": "~2.3||~3.0", - "symfony/yaml": "~2.1||~3.0", - "symfony/class-loader": "~2.1||~3.0", - "psr/container": "^1.0", - "container-interop/container-interop": "^1.2" - }, - - "require-dev": { - "symfony/process": "~2.5|~3.0", - "phpunit/phpunit": "~4.5", - "herrera-io/box": "~1.6.1" - }, - - "suggest": { - "behat/symfony2-extension": "for integration with Symfony2 web framework", - "behat/yii-extension": "for integration with Yii web framework", - "behat/mink-extension": "for integration with Mink testing framework" - }, - - "autoload": { - "psr-0": { - "Behat\\Behat": "src/", - "Behat\\Testwork": "src/" - } - }, - - "extra": { - "branch-alias": { - "dev-master": "3.2.x-dev" - } - }, - - "bin": ["bin/behat"] -}