35
35
"silverstripe/graphql" : " 6.0.x-dev" ,
36
36
"silverstripe/subsites" : " 4.0.x-dev" ,
37
37
"silverstripe/blog" : " 5.0.x-dev" ,
38
- "silverstripe/crontask" : " 4.0.x-dev"
39
- },
40
- "require-dev" : {
41
- "silverstripe/frameworktest" : " ^2" ,
38
+ "silverstripe/crontask" : " 4.0.x-dev" ,
39
+ "silverstripe/frameworktest" : " 2.x-dev" ,
42
40
"silverstripe/graphql-devtools" : " 2.x-dev" ,
43
41
"silverstripe/recipe-testing" : " ^4" ,
44
42
"silverstripe/webauthn-authenticator" : " 6.x-dev" ,
45
- "mikey179/vfsstream" : " ^1.6"
43
+ "mikey179/vfsstream" : " ^1.6.10" ,
44
+ "silverstripe/admin" : " dev-pulls/3.0/paginator as 3.0.x-dev" ,
45
+ "silverstripe/asset-admin" : " dev-pulls/3.0/react-table as 3.0.x-dev" ,
46
+ "silverstripe/versioned-admin" : " dev-pulls/3.0/react-table as 3.0.x-dev"
46
47
},
47
48
"extra" : {
48
49
"project-files" : [
58
59
"allow-plugins" : {
59
60
"composer/installers" : true ,
60
61
"silverstripe/recipe-plugin" : true ,
61
- "silverstripe/vendor-plugin" : true
62
+ "silverstripe/vendor-plugin" : true ,
63
+ "dealerdirect/phpcodesniffer-composer-installer" : true
64
+ },
65
+ "platform" : {
66
+ "php" : " 8.3"
62
67
}
63
68
},
64
69
"prefer-stable" : true ,
65
- "minimum-stability" : " dev"
70
+ "minimum-stability" : " dev" ,
71
+ "repositories" : {
72
+ "x0" : {
73
+ "type" : " vcs" ,
74
+ "url" :
" [email protected] :creative-commoners/silverstripe-admin"
75
+ },
76
+ "x1" : {
77
+ "type" : " vcs" ,
78
+ "url" :
" [email protected] :creative-commoners/silverstripe-asset-admin"
79
+ },
80
+ "x2" : {
81
+ "type" : " vcs" ,
82
+ "url" :
" [email protected] :creative-commoners/silverstripe-versioned-admin"
83
+ }
84
+ },
85
+ "conflict" : {
86
+ "symfony/cache-contracts" : " 3.2.1" ,
87
+ "symfony/deprecation-contracts" : " 3.2.1" ,
88
+ "symfony/event-dispatcher-contracts" : " 3.2.1" ,
89
+ "symfony/service-contracts" : " 3.2.1" ,
90
+ "symfony/translation-contracts" : " 3.2.1"
91
+ }
66
92
}
0 commit comments