You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from the root of my application, same folder as artisan, I did a composer require invoiceninja/sdk-php from my application root which installed 1.1.0, then did composer u and the above happened
Hi,
I installed this SDK and via compose and it installed v1.1.0. I then updated it via compose and the following happened:
composer update
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 4 updates, 1 removal
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 4 updates, 1 removal
The update to v1.2.0 forced the removal of symfony/clock and downgraded symfony/translation (v7.2.2 => v6.4.13) and nesbot/carbon (3.8.4 => 2.72.6).
Can the dependencies for the SDK be updated to accommodate the later versions and prevent code regression?
The text was updated successfully, but these errors were encountered: