Skip to content

Commit

Permalink
Merge pull request ezsystems#15 from alongosz/add-composer
Browse files Browse the repository at this point in the history
Add composer.json in order to prepare for Packagist
  • Loading branch information
andrerom committed Dec 29, 2017
2 parents a2270e0 + ea23c6e commit 11d6a3f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
/.idea/
/vendor
27 changes: 27 additions & 0 deletions composer.json
@@ -0,0 +1,27 @@
{
"name": "ezsystems/cookbook-bundle",
"description": "eZ Platform Bundle with ready to use code samples",
"homepage": "https://github.com/ezsystems/CookbookBundle",
"license": "GPL-2.0",
"type": "ezplatform-bundle",
"authors": [
{
"name": "eZ dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/CookbookBundle/contributors"
}
],
"require": {
"php": "^5.6|^7.0",
"ezsystems/ezpublish-kernel": "^6.7"
},
"autoload": {
"psr-4": {
"EzSystems\\CookbookBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 11d6a3f

Please sign in to comment.