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/versioned" : " dev-pulls/3.0/remove-changeset as 3.0.x-dev"
46
45
},
47
46
"extra" : {
48
47
"project-files" : [
58
57
"allow-plugins" : {
59
58
"composer/installers" : true ,
60
59
"silverstripe/recipe-plugin" : true ,
61
- "silverstripe/vendor-plugin" : true
60
+ "silverstripe/vendor-plugin" : true ,
61
+ "dealerdirect/phpcodesniffer-composer-installer" : true
62
+ },
63
+ "platform" : {
64
+ "php" : " 8.3"
62
65
}
63
66
},
64
67
"prefer-stable" : true ,
65
- "minimum-stability" : " dev"
68
+ "minimum-stability" : " dev" ,
69
+ "repositories" : {
70
+ "x0" : {
71
+ "type" : " vcs" ,
72
+ "url" :
" [email protected] :creative-commoners/silverstripe-versioned"
73
+ }
74
+ },
75
+ "conflict" : {
76
+ "symfony/cache-contracts" : " 3.2.1" ,
77
+ "symfony/deprecation-contracts" : " 3.2.1" ,
78
+ "symfony/event-dispatcher-contracts" : " 3.2.1" ,
79
+ "symfony/service-contracts" : " 3.2.1" ,
80
+ "symfony/translation-contracts" : " 3.2.1"
81
+ }
66
82
}
0 commit comments