41
41
"colymba/gridfield-bulk-editing-tools" : " 4.1.x-dev" ,
42
42
"tractorcow/silverstripe-fluent" : " 7.2.x-dev" ,
43
43
"silverstripe/dynamodb" : " 5.0.x-dev" ,
44
- "silverstripe/linkfield" : " 4.1.x-dev"
45
- },
46
- "require-dev" : {
47
- "silverstripe/frameworktest" : " ^1" ,
44
+ "silverstripe/linkfield" : " 4.1.x-dev" ,
45
+ "silverstripe/frameworktest" : " dev-pulls/1/new-element as 1.x-dev" ,
48
46
"silverstripe/graphql-devtools" : " 1.x-dev" ,
49
47
"silverstripe/recipe-testing" : " ^3" ,
50
- "mikey179/vfsstream" : " ^1.6"
48
+ "mikey179/vfsstream" : " ^1.6.10" ,
49
+ "dnadesign/silverstripe-elemental" : " dev-pulls/5.3/publish-noninline-block as 5.3.x-dev"
51
50
},
52
51
"extra" : {
53
52
"project-files" : [
63
62
"allow-plugins" : {
64
63
"composer/installers" : true ,
65
64
"silverstripe/recipe-plugin" : true ,
66
- "silverstripe/vendor-plugin" : true
65
+ "silverstripe/vendor-plugin" : true ,
66
+ "dealerdirect/phpcodesniffer-composer-installer" : true
67
+ },
68
+ "platform" : {
69
+ "php" : " 8.1"
67
70
}
68
71
},
69
72
"prefer-stable" : true ,
70
- "minimum-stability" : " dev"
73
+ "minimum-stability" : " dev" ,
74
+ "repositories" : {
75
+ "x0" : {
76
+ "type" : " vcs" ,
77
+ "url" :
" [email protected] :creative-commoners/silverstripe-elemental"
78
+ },
79
+ "x1" : {
80
+ "type" : " vcs" ,
81
+ "url" :
" [email protected] :creative-commoners/silverstripe-frameworktest"
82
+ }
83
+ },
84
+ "conflict" : {
85
+ "symfony/cache-contracts" : " 3.2.1" ,
86
+ "symfony/deprecation-contracts" : " 3.2.1" ,
87
+ "symfony/event-dispatcher-contracts" : " 3.2.1" ,
88
+ "symfony/service-contracts" : " 3.2.1" ,
89
+ "symfony/translation-contracts" : " 3.2.1"
90
+ }
71
91
}
0 commit comments