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
this library does not longer work with laravel due to a requiment in composer json file with "illuminate/support": "~5.0".
laravel 8 composer is not able to install this package due to conflicts with illuminate/support package.
Problem 1 - Root composer.json requires freshworkstudio/khipu-laravel ^1.0 -> satisfiable by freshworkstudio/khipu-laravel[1.0, 1.0.1, 1.0.2, 1.0.3]. - freshworkstudio/khipu-laravel[1.0, ..., 1.0.3] require illuminate/support ~5.0 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
The text was updated successfully, but these errors were encountered:
this library does not longer work with laravel due to a requiment in composer json file with "illuminate/support": "~5.0".
laravel 8 composer is not able to install this package due to conflicts with illuminate/support package.
Problem 1 - Root composer.json requires freshworkstudio/khipu-laravel ^1.0 -> satisfiable by freshworkstudio/khipu-laravel[1.0, 1.0.1, 1.0.2, 1.0.3]. - freshworkstudio/khipu-laravel[1.0, ..., 1.0.3] require illuminate/support ~5.0 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
The text was updated successfully, but these errors were encountered: