-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Milestone
Description
In composer.json it has the line
"composer/semver": "~1.3.0",
and in composer.lock
"name": "composer/semver",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/df4463baa9f44fe6cf0a6da4fde2934d4c0a2747",
"reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
This commit Added support for php8 indicated it was introduced with verison3.3.2.
Expected Behavior
Should be able to composer install when using using PHP 8.
Current Behavior
semver is is flagged as incompatible.
Possible Solution
Update composer.json
"composer/semver": ">=3.3.2",
Steps to Reproduce (for Bugs)
Context
Your Environment
- Matomo Version:
- PHP Version: 8.1
- Server Operating System:
- Additionally installed plugins:
- Browser:
- Operating System: