-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 949 Bytes
/
composer.json
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
{
"name": "mateuszbieniek/ezplatform-page-builder-multisite-siteaccess-picker",
"license": "MIT",
"type": "ezplatform-bundle",
"description": "The bundle provides an alternative way of selecting SiteAccess for PageBuilder when Landing Page is edited by clicking on the \"Edit\" button",
"repositories": [
{
"type": "composer",
"url": "https://updates.ez.no/ttl"
}
],
"autoload": {
"psr-4": {
"MateuszBieniek\\EzPlatformPageBuilderMultisiteSiteaccessPickerBundle\\": "src/bundle/",
"MateuszBieniek\\EzPlatformPageBuilderMultisiteSiteaccessPicker\\": "src/lib/"
}
},
"require": {
"php": ">=7.1",
"ezsystems/ezpublish-kernel": "^7.5",
"ezsystems/ezplatform-page-builder": "^1.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.7.*",
"phpunit/phpunit": "~7.0"
},
"scripts": {
"fix-cs": "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating"
}
}