File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
"type" : " project" ,
4
4
"description" : " Application that eases release management in the Laminas organisation through GitHub actions" ,
5
5
"license" : " BSD-3-Clause" ,
6
- "autoload" : {
7
- "psr-4" : {
8
- "Laminas\\ AutomaticReleases\\ " : " src"
9
- }
10
- },
11
6
"require" : {
12
7
"php" : " ^8.0.0" ,
13
8
"azjezz/psl" : " ^1.7.1" ,
25
20
"psr/log" : " ^1.1.3" ,
26
21
"symfony/console" : " ^5.2.3"
27
22
},
28
- "autoload-dev" : {
29
- "psr-4" : {
30
- "Laminas\\ AutomaticReleases\\ Test\\ Unit\\ " : " test/unit"
31
- }
32
- },
33
23
"require-dev" : {
34
24
"doctrine/coding-standard" : " ^9.0.0" ,
35
25
"php-standard-library/psalm-plugin" : " ^1.1.1" ,
41
31
},
42
32
"config" : {
43
33
"sort-packages" : true
34
+ },
35
+ "autoload" : {
36
+ "psr-4" : {
37
+ "Laminas\\ AutomaticReleases\\ " : " src"
38
+ }
39
+ },
40
+ "autoload-dev" : {
41
+ "psr-4" : {
42
+ "Laminas\\ AutomaticReleases\\ Test\\ Unit\\ " : " test/unit"
43
+ }
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments