We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24f7c3b + dd32779 commit 5bad7beCopy full SHA for 5bad7be
1 file changed
composer.json
@@ -0,0 +1,13 @@
1
+{
2
+ "name": "silverstripe/dataobject_manager",
3
+ "description": "Enhanced dataobjct editing for SilverStripe 2.x.",
4
+ "type": "silverstripe-module",
5
+ "keywords": ["silverstripe", "cms"],
6
+ "authors": [{
7
+ "name": "unclecheese"
8
+ }],
9
+ "require": {
10
+ "silverstripe/framework": "~2.4",
11
+ "silverstripe/cms": "~2.4"
12
+ }
13
+}
0 commit comments