uasoft-indonesia/badaso

New project installed with version 2.9.4 and not the last one 2.9.8

Dri372 opened this issue · 10 comments

Dri372 commented

I installed a fresh new badaso project and got the version 2.9.4 but saw that the last version is 2.9.8.
My php version is the last one 8.2.8.

Not confident with my composer knowledge I asked for help on so that confirms a problem

https://stackoverflow.com/questions/76849216/how-to-upgrade-to-the-last-version-of-a-package/76851328#76851328

when i try to create new project with badaso, i find my badaso version is 2.9.8 or latest version
I tried using "composer require badaso/core -W"

Dri372 commented

Does not work on my host (Ubuntu 22 - Php 8.2.8)

composer create-project badaso/starter test
cd test
cat composer.lock | grep -A1 badaso/core

"name": "badaso/core",
"version": "2.9.4",

composer require badaso/core -W
cat composer.lock | grep -A1 badaso/core

"name": "badaso/core",
"version": "2.9.4",

For now, you can install badaso with curl -s "https://badaso-starter.uatech.co.id/your-project-name" | bash

Dri372 commented

Thank for your reply, for now I don't need the very last version, this issue is for your information, but if I use the previous command I get the following error :

...
Migrated:  2019_12_14_000001_create_personal_access_tokens_table (10.03ms)

   Illuminate\Contracts\Container\BindingResolutionException 

  Target class [Database\Seeders\Badaso\BadasoSeeder] does not exist.

  at vendor/laravel/framework/src/Illuminate/Container/Container.php:879
...
stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

hazbu commented

Same here, Cannot install the latest version

Dri372 commented

@hasbullah-mughniy

What version? Now it works for me with version 2.9.10

Dri372 commented

It works for me with version 2.9.10

hazbu commented

It works for me with version 2.9.10

It works but installed with laravel version 8, not 9

Dri372 commented

Same for me, that's I open the #1046