Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 23, 2021
1 parent b903855 commit a2a757e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log

## v2.0.0-alpha1 - 2021-07-23
### Added
* Type declarations have been added everywhere to support PHPStan level 8

### Changed
* Minimum supported PHP version is now 7.2
* Installer::getInstallPath() now returns absolute paths instead of relative ones previously (#307)

### Removed
* Removed support for Kirby
* Removed support for Symfony1
* Removed support for Joomla
* Removed support for TYPO3 CMS
* Removed support for Craft
* Removed support for Pimcore

## v1.11.0 - 2021-04-28
### Added
* Added installer for TastyIgniter extensions and themes [#478](https://github.com/composer/installers/pull/478).
Expand Down
9 changes: 2 additions & 7 deletions README.md
Expand Up @@ -16,14 +16,9 @@ custom installer to handle it](https://getcomposer.org/doc/articles/custom-insta

**Natively Supported Frameworks**:

The following frameworks natively work with Composer and will be
Most frameworks these days natively work with Composer and will be
installed to the default `vendor` directory. `composer/installers`
is not needed to install packages with these frameworks:

* Aura
* Symfony2
* Yii
* Yii2
is **not needed** to install packages with these frameworks.

## Current Supported Package Types

Expand Down

0 comments on commit a2a757e

Please sign in to comment.