-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 847 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "ezsystems/share-buttons-bundle",
"description": "Social share buttons integration bundle into eZ Publish/eZ Platform",
"keywords": ["share", "social", "buttons", "facebook", "google plus", "linkedin", "twitter"],
"license": "GPL-2.0",
"type": "symfony-bundle",
"authors": [
{
"name": "eZ Platform dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/EzSystemsShareButtonsBundle/contributors"
}
],
"require": {
"symfony/symfony": "~2.6 || ^3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.7.1"
},
"autoload": {
"psr-4": {
"EzSystems\\ShareButtonsBundle\\": ""
}
},
"scripts": {
"fix-cs": "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating"
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}