-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
59 lines (59 loc) · 1.68 KB
/
composer.json
File metadata and controls
59 lines (59 loc) · 1.68 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "previousnext/ds-mixtape",
"type": "library",
"minimum-stability": "beta",
"require": {
"php": ">=8.2",
"previousnext/ds-common": "*@dev"
},
"require-dev": {
"brianium/paratest": "^7.8",
"drupal/pinto": "0.5.1",
"drupal/pinto_block": "0.2.0",
"mockery/mockery": "^1.6.12",
"phpspec/prophecy-phpunit": "^2.4",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.1.22",
"phpstan/phpstan-deprecation-rules": "^2.0.3",
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0.6",
"phpunit/php-file-iterator": "6.0.0 as 5.1.0",
"phpunit/phpunit": "^11.5.34",
"previousnext/ids-tools": "*@dev"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"config": {
"sort-packages": true,
"allow-plugins": {
"drupal/core-composer-scaffold": false,
"phpstan/extension-installer": true,
"symfony/runtime": true
}
},
"authors": [
{
"name": "dpi",
"email": "pro@danielph.in"
}
],
"autoload": {
"psr-4": {
"PreviousNext\\Ds\\Mixtape\\Atom\\": "Atom",
"PreviousNext\\Ds\\Mixtape\\Component\\": "Component",
"PreviousNext\\Ds\\Mixtape\\Layout\\": "Layout",
"PreviousNext\\Ds\\Mixtape\\List\\": "List",
"PreviousNext\\Ds\\Mixtape\\Utility\\": "Utility"
}
},
"autoload-dev": {
"files": [
"bootstrap.php"
]
},
"license": "proprietary"
}