41
41
"colymba/gridfield-bulk-editing-tools" : " 4.x-dev" ,
42
42
"tractorcow/silverstripe-fluent" : " 7.x-dev" ,
43
43
"silverstripe/dynamodb" : " 5.x-dev" ,
44
- "silverstripe/linkfield" : " 4.x-dev"
45
- },
46
- "require-dev" : {
47
- "silverstripe/frameworktest" : " ^1" ,
44
+ "silverstripe/linkfield" : " 4.x-dev" ,
45
+ "silverstripe/frameworktest" : " 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
+ "silverstripe/framework" : " dev-pulls/5/logicexception as 5.x-dev" ,
50
+ "silverstripe/behat-extension" : " dev-pulls/5/locale as 5.x-dev"
51
51
},
52
52
"extra" : {
53
53
"project-files" : [
63
63
"allow-plugins" : {
64
64
"composer/installers" : true ,
65
65
"silverstripe/recipe-plugin" : true ,
66
- "silverstripe/vendor-plugin" : true
66
+ "silverstripe/vendor-plugin" : true ,
67
+ "dealerdirect/phpcodesniffer-composer-installer" : true
68
+ },
69
+ "platform" : {
70
+ "php" : " 8.1"
67
71
}
68
72
},
69
73
"prefer-stable" : true ,
70
- "minimum-stability" : " dev"
71
- }
74
+ "minimum-stability" : " dev" ,
75
+ "repositories" : {
76
+ "x0" : {
77
+ "type" : " vcs" ,
78
+ "url" :
" [email protected] :creative-commoners/silverstripe-framework"
79
+ },
80
+ "x1" : {
81
+ "type" : " vcs" ,
82
+ "url" :
" [email protected] :creative-commoners/silverstripe-behat-extension"
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
+ }
92
+ }
0 commit comments