Created
January 15, 2015 19:20
-
-
Save franz-josef-kaiser/165146c1bb0942a8913d to your computer and use it in GitHub Desktop.
Load wordpress.org SVN repository l18n tools via Composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "require-dev" : { | |
| "wporg/i18n" : "~4.1" | |
| }, | |
| "repositories": [ | |
| { | |
| "type" : "package", | |
| "package" : { | |
| "name" : "wporg/i18n", | |
| "version" : "4.1", | |
| "source" : { | |
| "url" : "http://develop.svn.wordpress.org", | |
| "reference" : "tags/4.1/tools/i18n/", | |
| "package-path" : "tools/i18n/", | |
| "trunk-path" : "trunk", | |
| "branches-path" : "branches", | |
| "tags-path" : "tags", | |
| "type" : "svn" | |
| }, | |
| "autoload" : { | |
| "classmap" : [ "" ] | |
| } | |
| } | |
| } | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
versionpart doesn't seem to work smoothly. Therefore hard coded version number inreferencedirname()and such...