-
Notifications
You must be signed in to change notification settings - Fork 81
/
composer.json
executable file
·42 lines (42 loc) · 1.08 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "brizy/brizy",
"description": "A free drag & drop framework that comes with a bunch of built in extensions that will help you develop premium themes fast & easy.",
"minimum-stability": "dev",
"license": "GPL2+",
"authors": [
{
"name": "Brizy.io"
}
],
"require": {
"php": ">=5.6",
"knplabs/gaufrette": "0.7",
"bagrinsergiu/brizy-migration-utils": "^1.4",
"bagrinsergiu/brizy-merge-page-assets": "dev-master",
"bagrinsergiu/content-placeholder": "^3.0",
"enshrined/svg-sanitize": "^0.13",
"select2/select2": "^4.0",
"symfony/dotenv": "^3",
"tburry/pquery": "dev-master"
},
"config": {
"platform-check": false
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/bagrinsergiu/brizy-migration-utils.git"
},
{
"type": "vcs",
"url": "https://github.com/bagrinsergiu/brizy-merge-page-assets.git"
},
{
"type": "vcs",
"url": "https://github.com/bagrinsergiu/brizy-content-placeholder.git"
}
],
"scripts": {
"phpcs": "phpcs --standard=phpcs.xml"
}
}