Updates
We're constantly working on improving PSD2PHP to make it easier to integrate your application with your bank information.
Note: We don't recommend that you change the source code yourself if you want to modify how a bank works. If you want to do so you can easily do it by following this guide
Check for a new version
To check if there is a new version available you can easily do so by running the following command:
composer outdated
If a new version of PSD2PHP is available it will be listed in the response you're getting from composer.
Upgrade PSD2PHP
To upgrade PSD2PHP you can run the following command:
composer upgrade
Note: Please check the release notes here before upgrading PSD2PHP to ensure that you're not upgrading to a version with breaking changes. We're trying to make everything backwards compatible, but we cannot guarantee that something will not be removed.