We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a21c5 commit a8b3719Copy full SHA for a8b3719
CHANGELOG.md
@@ -16,6 +16,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
16
### Removed
17
18
- drop support for PHP 7.3 has ended 6th December 2021.
19
+- drop support for Composer v1
20
21
## [1.3.0] - 2022-01-09
22
composer.json
@@ -6,6 +6,7 @@
6
"require": {
7
"php": "^7.4|^8.0",
8
"ext-json": "*",
9
+ "composer-runtime-api": "^2.0",
10
"doctrine/collections": "^1.6.5",
11
"symfony/config": "^4.4|^5.0",
12
"symfony/console": "^4.4|^5.0",
0 commit comments