mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
added composer.json.
This commit is contained in:
parent
4aa0b454c7
commit
f61600d7f7
1 changed files with 29 additions and 0 deletions
29
src/Sylius/Bundle/CartBundle/composer.json
Normal file
29
src/Sylius/Bundle/CartBundle/composer.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "sylius/cart-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Cart feature for your Symfony2 applications.",
|
||||
"keywords": ["shop", "ecommerce", "cart"],
|
||||
"homepage": "http://sylius.org",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Paweł Jędrzejewski",
|
||||
"email": "pjedrzejewski@diweb.pl"
|
||||
},
|
||||
{
|
||||
"name": "Community contributions",
|
||||
"homepage": "https://github.com/Sylius/SyliusCartBundle/contributors"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"symfony/symfony": "2.*"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/doctrine-bundle": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "Sylius\\Bundle\\CartBundle": "" }
|
||||
},
|
||||
"target-dir": "Sylius/Bundle/CartBundle"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue