Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyWendt committed Jul 29, 2015
0 parents commit 0eb8eba
Show file tree
Hide file tree
Showing 4 changed files with 4,614 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "larapackage/behat-api",
"description": "A Behat ApiFeatureContext for Laravel",
"license": "MIT",
"authors": [
{
"name": "Andy Wendt",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"behat/behat": "~3.0",
"behat/mink": "~1.6",
"behat/mink-extension": "~2.0",
"laracasts/behat-laravel-extension": "~1.0",
"larapackage/randomid": "~0.0.1",
"larapackage/api": "~0.0.1",
"guzzlehttp/guzzle": "~6.0",
"laravel/framework": "5.1.*",
"phpunit/phpunit": "~4.0"
}
}
Loading

0 comments on commit 0eb8eba

Please sign in to comment.