Skip to content

Commit a2a757e

Browse files
committed
Update changelog
1 parent b903855 commit a2a757e

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## v2.0.0-alpha1 - 2021-07-23
4+
### Added
5+
* Type declarations have been added everywhere to support PHPStan level 8
6+
7+
### Changed
8+
* Minimum supported PHP version is now 7.2
9+
* Installer::getInstallPath() now returns absolute paths instead of relative ones previously (#307)
10+
11+
### Removed
12+
* Removed support for Kirby
13+
* Removed support for Symfony1
14+
* Removed support for Joomla
15+
* Removed support for TYPO3 CMS
16+
* Removed support for Craft
17+
* Removed support for Pimcore
18+
319
## v1.11.0 - 2021-04-28
420
### Added
521
* Added installer for TastyIgniter extensions and themes [#478](https://github.com/composer/installers/pull/478).

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@ custom installer to handle it](https://getcomposer.org/doc/articles/custom-insta
1616

1717
**Natively Supported Frameworks**:
1818

19-
The following frameworks natively work with Composer and will be
19+
Most frameworks these days natively work with Composer and will be
2020
installed to the default `vendor` directory. `composer/installers`
21-
is not needed to install packages with these frameworks:
22-
23-
* Aura
24-
* Symfony2
25-
* Yii
26-
* Yii2
21+
is **not needed** to install packages with these frameworks.
2722

2823
## Current Supported Package Types
2924

0 commit comments

Comments
 (0)