Skip to content

Commit

Permalink
Merge branch 'release/5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Nov 10, 2013
2 parents 708190a + 607b86c commit 74709b4
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -15,6 +15,7 @@ Thumbs.db
# Ignore unwanted WP files #
############################

wp/
content/upgrade/
content/plugins/

Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule "wp"]
path = wp
url = git://github.com/WordPress/WordPress.git
28 changes: 26 additions & 2 deletions composer.json
Expand Up @@ -10,7 +10,9 @@
"require": {
"wpackagist/advanced-custom-fields": "4.2.x",
"wpackagist/posts-to-posts": "1.6.x",
"wpackagist/members": "0.2.x"
"wpackagist/members": "0.2.x",
"wordpress": "3.7.1",
"fancyguy/webroot-installer": "1.0.0"
},
"require-dev": {
"wpackagist/debug-bar": "0.8.x"
Expand All @@ -19,11 +21,33 @@
{
"type":"composer",
"url":"http://wpackagist.org"
},
{
"type" : "package",
"package": {
"name" : "wordpress",
"type" : "webroot",
"version": "3.7.1",
"dist" : {
"url" : "http://wordpress.org/wordpress-3.7.1.zip",
"type": "zip"
},
"source" : {
"url" : "https://github.com/WordPress/WordPress",
"type" : "git",
"reference": "3.7.1"
},
"require" : {
"fancyguy/webroot-installer": "1.0.0"
}
}
}
],
"extra": {
"installer-paths": {
"content/plugins/{$name}/": ["type:wordpress-plugin"]
}
},
"webroot-dir": "wp",
"webroot-package": "wordpress"
}
}
63 changes: 62 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion wp
Submodule wp deleted from a75473

0 comments on commit 74709b4

Please sign in to comment.