Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed May 29, 2024
1 parent 117fa9c commit 0f8613e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@
"autoload": {
"psr-4": {
"Boxuk\\BoxWpEditorTools\\": [
"wp-content/plugins/editor-tools/src/",
"plugins/editor-tools/src/",
"packages/editor-tools/src/",
"packages/wp-editor-tools/src/"
"./wp-content/plugins/editor-tools/src/",
"./plugins/editor-tools/src/",
"./packages/editor-tools/src/"
]
}
},
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@ services:
- ./docker/wordpress/mu-plugins/:/var/www/html/wp-content/mu-plugins/
- ./docker/wordpress/themes:/var/www/html/wp-content/themes
- ./packages:/var/www/html/wp-content/plugins
- database:/var/www/html/wp-content/database
environment:
SQLITE_MAIN_FILE: /var/www/html/wp-content/main.sqlite

volumes:
database:

0 comments on commit 0f8613e

Please sign in to comment.