Open rgasch opened 2 months ago
Hey @rgasch,
Thanks for pointing this out. I'll try and reproduce it and work on a fix.
Cheers, Ed
Hey @rgasch,
I was unfortunately unable to reproduce this:
Installing laravel/laravel (v11.3.1)
- Downloading laravel/laravel (v11.3.1)
- Installing laravel/laravel (v11.3.1): Extracting archive
Created project in ...
> @php -r "file_exists('.env') || copy('.env.example', '.env');"
...
composer require "ekmungai/eloquent-ifrs"
Using version ^5.0 for ekmungai/eloquent-ifrs
./composer.json has been created
Running composer update ekmungai/eloquent-ifrs
Loading composer repositories with package information
Updating dependencies
Lock file operations: 70 installs, 0 updates, 0 removals
...
- Installing ekmungai/eloquent-ifrs (v5.0.3): Extracting archive
24 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
40 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
php -v
PHP 8.3.12 (cli) (built: Sep 24 2024 20:22:14) (NTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.3.12, Copyright (c) Zend Technologies
Maybe you could let the package manager determine the best version to install?
Regards, Ed
First of all, I had to use
to get the latest version. But even this version fails to install (my guess is, due to outdated doctrine//dbal dependencies).