You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@ from 'svn' to 'svn-export'.
48
48
}
49
49
```
50
50
### 2. Add a SvnExport repository
51
-
A repository of type 'svn' or 'composer' can be added as a SvnExport repository
52
-
via the extras section. All packages of type 'svn' in the composer repository will automatically be
53
-
converted to type 'svn-export'. **Note:** If you add a repository as and SvnExport repository _do NOT
51
+
A repository of type 'svn' or 'composer' can be used as a SvnExport repository
52
+
via the extras section. Note: All packages of type 'svn' in a composer repository will automatically be
53
+
converted to type 'svn-export'. **Warning:** If you add a repository as a SvnExport repository _do NOT
54
54
also add_ it as a standard repository or you will have problems.
55
55
##### composer.json
56
56
```json
@@ -100,4 +100,4 @@ Found a problem or would like a feature submit it via [GitHub](https://github.co
100
100
### License
101
101
SvnExport is license under the GPLv3 License - see the `LICENSE` file for details
102
102
### Acknowledgements
103
-
François Pluchino's [composer-asset-plugin](https://github.com/francoispluchino/composer-asset-plugin) design was used as a foundation for this plugin.
103
+
François Pluchino's [composer-asset-plugin](https://github.com/francoispluchino/composer-asset-plugin) design was used as a foundation for this plugin.
0 commit comments