-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 951 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
31
32
33
34
35
36
37
38
39
40
{
"name": "netgen/toolbar",
"description": "Netgen Toolbar Bundle is an Ibexa bundle that implements a handy toolbar on your site with functions most used by the editors.",
"license": "GPL-2.0-only",
"type": "ibexa-bundle",
"keywords": [
"ibexa",
"netgen",
"toolbar"
],
"homepage": "https://github.com/netgen/toolbar",
"authors": [
{
"name": "Netgen",
"homepage": "https://netgen.io"
}
],
"require": {
"php": "^8.1",
"ibexa/core": "^4.0"
},
"require-dev": {
"php-cs-fixer/shim": "^3.50"
},
"config": {
"allow-plugins": false
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Netgen\\Bundle\\ToolbarBundle\\": "bundle/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}