Skip to content

Commit 8d58a84

Browse files
committed
Publish GridFS subsplit
1 parent 1d7f31a commit 8d58a84

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
/src/PathPrefixing export-ignore
3434
/src/Local export-ignore
3535
/src/ReadOnly export-ignore
36+
/src/GridFS export-ignore
3637
/.gitattributes export-ignore
3738
/.gitignore export-ignore
3839
/bin/ export-ignore

config.subsplit-publish.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
"name": "adapter-test-utilities",
7070
"directory": "src/AdapterTestUtilities",
7171
"target": "[email protected]:thephpleague/flysystem-adapter-test-utilities.git"
72+
},
73+
{
74+
"name": "gridfs",
75+
"directory": "src/GridFS",
76+
"target": "[email protected]:thephpleague/flysystem-gridfs.git"
7277
}
7378
]
7479
}

0 commit comments

Comments
 (0)