Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Dec 12, 2016
1 parent d45b480 commit 9d015d7
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/vendor/
/composer.lock
42 changes: 42 additions & 0 deletions composer.json
@@ -0,0 +1,42 @@
{
"name": "lakion/sylius-cms-bundle",
"type": "sylius-bundle",
"description": "Sylius content bundle.",
"license": "MIT",
"authors": [
{
"name": "Kamil Kokot",
"email": "kamil@kokot.me",
"homepage": "http://kamil.kokot.me"
}
],
"require": {
"php": "^5.6|^7.0",

"sylius/sylius": "dev-master",

"doctrine/phpcr-odm": "^2.0@dev",
"symfony-cmf/content-bundle": "^2.0@dev",
"symfony-cmf/menu-bundle": "^2.0@dev",
"symfony-cmf/routing-bundle": "^2.0@dev"
},
"require-dev": {
"behat/behat": "^3.2",
"behat/mink": "^1.7",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2",
"behat/mink-selenium2-driver": "^1.3",
"friends-of-behat/context-service-extension": "^0.3",
"friends-of-behat/cross-container-extension": "^0.2",
"friends-of-behat/performance-extension": "^1.0",
"friends-of-behat/service-container-extension": "^0.3",
"friends-of-behat/symfony-extension": "^0.2.1",
"friends-of-behat/variadic-extension": "^0.1",
"lakion/mink-debug-extension": "^1.2.3",
"phpspec/phpspec": "^3.2",
"phpunit/phpunit": "^5.6"
},
"autoload": {
"psr-4": { "Lakion\\SyliusCmsBundle\\": "src/" }
}
}

0 comments on commit 9d015d7

Please sign in to comment.