diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c719f..551ae83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2020-10-20 + +### Fixed +- Improved compatibility when both wireframe-framework/processwire-composer-installer and hari/pw-module are enabled. + ## [1.0.2] - 2019-07-11 ### Added diff --git a/composer.json b/composer.json index 04c1a1f..0d5183c 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,9 @@ "hari/pw-module": "^1.0.0" }, "autoload": { + "psr-0": { + "PW\\Composer\\": "src/" + }, "psr-4": { "wireframe\\": "src/" } diff --git a/src/PW/Composer/SystemInstaller.php b/src/PW/Composer/SystemInstaller.php new file mode 100644 index 0000000..3c21034 --- /dev/null +++ b/src/PW/Composer/SystemInstaller.php @@ -0,0 +1,12 @@ +