File tree 2 files changed +18
-7
lines changed
2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
19
## v1.11.0 - 2021-04-28
4
20
### Added
5
21
* Added installer for TastyIgniter extensions and themes [ #478 ] ( https://github.com/composer/installers/pull/478 ) .
Original file line number Diff line number Diff line change @@ -16,14 +16,9 @@ custom installer to handle it](https://getcomposer.org/doc/articles/custom-insta
16
16
17
17
** Natively Supported Frameworks** :
18
18
19
- The following frameworks natively work with Composer and will be
19
+ Most frameworks these days natively work with Composer and will be
20
20
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.
27
22
28
23
## Current Supported Package Types
29
24
You can’t perform that action at this time.
0 commit comments