Update to PHP 8.3 #3985
-
Hi, a want to update my project to PHP 8.3 but phpoffice/phpspreadsheet php: is php ^8.0 Can you update it to 8.3 ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
`E:\code\php\composer>composer require phpoffice/phpspreadsheet Problem 1 You can also try re-running composer require with an explicit version constraint, e.g. "composer require phpoffice/phpspreadsheet:*" to figure out if any version is installable, or "composer require phpoffice/phpspreadsheet:^2.1" if you know which you need. Installation failed, reverting ./composer.json and ./composer.lock to their original content.` |
Beta Was this translation helpful? Give feedback.
^8.0
includes PHP 8.3.^8.0
means >=8.0 and <9.0.See Composer Documentation for an explanation of the Composer
^
symbol in version constraints