Add a notice in readme about the DI being disabled

This commit is contained in:
Nestor Soriano 2020-08-19 11:31:02 +02:00
parent 82df4b3303
commit 4058371b07
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# WooCommerce `src` files
## Important note
The dependency injection container is disabled for now due to conflicts with plugins that use the same container package. Therefore all the content about registering and resolving classes, and interacting with legacy code, doesn't apply yet. It will be enabled at a later time.
## Table of contents
* [Installing Composer](#installing-composer)