Skip to content

Commit c84e986

Browse files
committed
Preparing 4.0.0
1 parent 9f1e170 commit c84e986

File tree

1 file changed

+11
-51
lines changed

1 file changed

+11
-51
lines changed

deptrac.yaml

+11-51
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,32 @@ parameters:
22
paths:
33
- './src'
44
layers:
5-
- name: 'Core'
5+
- name: 'Library'
66
collectors:
7-
- { type: className, regex: '^Jose\\Component\\Core\\' }
8-
- name: 'Checker'
7+
- { type: className, regex: '^Jose\\Component\\' }
8+
- name: 'Experimental'
99
collectors:
10-
- { type: className, regex: '^Jose\\Component\\Checker\\' }
11-
- name: 'Console'
12-
collectors:
13-
- { type: className, regex: '^Jose\\Component\\Console\\' }
14-
- name: 'KeyManagement'
15-
collectors:
16-
- { type: className, regex: '^Jose\\Component\\KeyManagement\\' }
17-
- name: 'NestedToken'
18-
collectors:
19-
- { type: className, regex: '^Jose\\Component\\NestedToken\\' }
20-
- name: 'Encryption'
21-
collectors:
22-
- { type: className, regex: '^Jose\\Component\\Encryption\\' }
23-
- name: 'Signature'
24-
collectors:
25-
- { type: className, regex: '^Jose\\Component\\Signature\\' }
10+
- { type: className, regex: '^Jose\\Experimental\\' }
2611
- name: 'Bundle'
2712
collectors:
28-
- { type: className, regex: '^Jose\\Bundle\\JoseFramework\\' }
13+
- { type: className, regex: '^Jose\\Bundle\\' }
2914
- name: 'Vendors'
3015
collectors:
3116
- { type: className, regex: '^Symfony\\' }
3217
- { type: className, regex: '^SpomkyLabs\\Pki\\' }
3318
- { type: className, regex: '^ParagonIE\\' }
3419
- { type: className, regex: '^Psr\\EventDispatcher\\' }
35-
- { type: className, regex: '^Psr\\Http\\' }
20+
- { type: className, regex: '^Psr\\Clock\\' }
3621
- { type: className, regex: '^Brick\\Math\\' }
3722
- { type: className, regex: '^AESKW\\' }
3823
- { type: className, regex: '^ZxcvbnPhp\\' }
3924
ruleset:
40-
Core:
41-
- 'Vendors'
42-
Checker:
43-
- 'Core'
44-
- 'Vendors'
45-
Console:
46-
- 'Core'
47-
- 'KeyManagement'
48-
- 'Vendors'
49-
KeyManagement:
50-
- 'Core'
51-
- 'Vendors'
52-
Encryption:
53-
- 'Core'
54-
- 'Checker'
55-
- 'Vendors'
56-
Signature:
57-
- 'Core'
58-
- 'Checker'
25+
Library:
5926
- 'Vendors'
60-
NestedToken:
61-
- 'Core'
62-
- 'Encryption'
63-
- 'Signature'
27+
Experimental:
28+
- 'Library'
6429
- 'Vendors'
6530
Bundle:
66-
- 'Core'
67-
- 'Checker'
68-
- 'Console'
69-
- 'KeyManagement'
70-
- 'Encryption'
71-
- 'Signature'
72-
- 'NestedToken'
31+
- 'Library'
32+
- 'Experimental'
7333
- 'Vendors'

0 commit comments

Comments
 (0)