Skip to content

Commit 5068648

Browse files
committed
Silverstripe v6 support
1 parent 73c689b commit 5068648

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"issues": "https://github.com/chrispenny/silverstripe-dataobject-to-fixture/issues"
1717
},
1818
"require": {
19-
"php": "^8.1",
20-
"silverstripe/framework": "^5",
21-
"silverstripe/cms": "^5"
19+
"php": "^8.3",
20+
"silverstripe/framework": "^6",
21+
"silverstripe/cms": "^6"
2222
},
2323
"require-dev": {
24-
"silverstripe/recipe-testing": "^3",
24+
"silverstripe/recipe-testing": "^4",
2525
"slevomat/coding-standard": "^8"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)