File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
+ "php" : " ^8.2" ,
14
+ "ext-dom" : " *" ,
15
+ "ext-xml" : " *" ,
13
16
"composer-plugin-api" : " ^2.0" ,
14
17
"ergebnis/json-printer" : " ^3.5" ,
15
18
"eta-orionis/composer-json-manipulator" : " ^1.0" ,
16
- "ext-dom" : " *" ,
17
- "ext-xml" : " *" ,
18
19
"nette/utils" : " ^4.0" ,
19
- "php" : " ^8.2" ,
20
20
"sebastian/diff" : " ^5.0" ,
21
21
"symfony/config" : " ^6.4 || ^7.0" ,
22
22
"symfony/console" : " ^6.4 || ^7.0" ,
69
69
}
70
70
},
71
71
"autoload-dev" : {
72
- "classmap" : [
73
- " packages/fractor-doc-generator/stubs"
74
- ],
75
72
"psr-4" : {
76
73
"a9f\\ FractorComposerJson\\ Tests\\ " : " packages/fractor-composer-json/tests/" ,
77
74
"a9f\\ FractorDocGenerator\\ Tests\\ " : " packages/fractor-doc-generator/tests/" ,
80
77
"a9f\\ FractorYaml\\ Tests\\ " : " packages/fractor-yaml/tests/" ,
81
78
"a9f\\ Fractor\\ Tests\\ " : " packages/fractor/tests/" ,
82
79
"a9f\\ Typo3Fractor\\ Tests\\ " : " packages/typo3-fractor/tests/"
83
- }
80
+ },
81
+ "classmap" : [
82
+ " packages/fractor-doc-generator/stubs"
83
+ ]
84
84
},
85
85
"config" : {
86
86
"allow-plugins" : {
You can’t perform that action at this time.
0 commit comments