Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Flattened directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar committed Nov 28, 2016
1 parent ed878b2 commit 30c118d
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 125 deletions.
File renamed without changes.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# Application
web/app/plugins/*
!web/app/plugins/.gitkeep
web/app/mu-plugins/*/
web/app/upgrade
web/app/uploads/*
!web/app/uploads/.gitkeep

# WordPress
web/wp
web/.htaccess

# WP-CLI
db-sync
sql-dump-*.sql

# Dotenv
.env
.env.*
!.env.example

# Vendor (e.g. Composer)
vendor/*
!vendor/.gitkeep

# Editors
/.idea
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Cooperative Technologists

## Requirements

* PHP >= 5.4
* Composer - [Install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
31 changes: 0 additions & 31 deletions bedrock/.gitignore

This file was deleted.

91 changes: 0 additions & 91 deletions bedrock/README.md

This file was deleted.

9 changes: 6 additions & 3 deletions bedrock/composer.json → composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"forum": "https://discourse.roots.io/category/bedrock"
},
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"platform": {
"php": "5.4.45"
}
},
"repositories": [
{
Expand All @@ -33,10 +36,10 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=5.4",
"composer/installers": "~1.0.12",
"vlucas/phpdotenv": "^2.0.1",
"johnpbloch/wordpress": "4.6.1",
"johnpbloch/wordpress": "4.5.3",
"oscarotero/env": "^1.0",
"roots/wp-password-bcrypt": "1.0.0"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 30c118d

Please sign in to comment.