Commit a6871dc 1 parent e7e29d1 commit a6871dc Copy full SHA for a6871dc
File tree 2 files changed +16
-16
lines changed
2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 23
23
"phpunit/phpunit" : " ^10.5" ,
24
24
"symplify/easy-coding-standard" : " ^12.1"
25
25
},
26
+ "repositories" : {
27
+ "fractor" : {
28
+ "type" : " path" ,
29
+ "url" : " ../*"
30
+ }
31
+ },
26
32
"autoload" : {
27
33
"psr-4" : {
28
34
"a9f\\ FractorXml\\ " : " src/"
33
39
"a9f\\ FractorXml\\ Tests\\ " : " tests/"
34
40
}
35
41
},
36
- "repositories" : {
37
- "fractor" : {
38
- "type" : " path" ,
39
- "url" : " ../*"
40
- }
41
- },
42
42
"config" : {
43
43
"allow-plugins" : {
44
- "ergebnis/composer-normalize " : true ,
45
- "a9f/fractor-extension-installer " : true
44
+ "a9f/fractor-extension-installer " : true ,
45
+ "ergebnis/composer-normalize " : true
46
46
},
47
47
"sort-packages" : true
48
48
},
Original file line number Diff line number Diff line change 22
22
"phpunit/phpunit" : " ^10.5" ,
23
23
"symplify/easy-coding-standard" : " ^12.1"
24
24
},
25
+ "repositories" : {
26
+ "fractor" : {
27
+ "type" : " path" ,
28
+ "url" : " ../*"
29
+ }
30
+ },
25
31
"autoload" : {
26
32
"psr-4" : {
27
33
"a9f\\ Typo3Fractor\\ " : " src/"
32
38
"a9f\\ Typo3Fractor\\ Tests\\ " : " tests/"
33
39
}
34
40
},
35
- "repositories" : {
36
- "fractor" : {
37
- "type" : " path" ,
38
- "url" : " ../*"
39
- }
40
- },
41
41
"config" : {
42
42
"allow-plugins" : {
43
- "ergebnis/composer-normalize " : true ,
44
- "a9f/fractor-extension-installer " : true
43
+ "a9f/fractor-extension-installer " : true ,
44
+ "ergebnis/composer-normalize " : true
45
45
},
46
46
"sort-packages" : true
47
47
},
You can’t perform that action at this time.
0 commit comments