I found a problem with my web site. "Blog" and "Turkish Language Pack" extension is still old version and "composer update" is not upgrading.
If i remove and reinstall , i can update extension like this:
**I tryed update my old flarum-lang/turkish extension
--> flarum-lang/turkish version is 1.2.0.2.
--> running composer update/upgrade
teteosnet@pilux [~/www]$ composer upgrade
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
155 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--> flarum-lang/turkish version is still 1.2.0.2. BUT WHY??
--> running composer update flarum-lang/turkish
teteosnet@pilux [~/www]$ composer update flarum-lang/turkish
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Generating autoload files
155 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--> flarum-lang/turkish version is still 1.2.0.2.
--> now i removing and reinstalling this extension.
teteosnet@pilux [~/www]$ composer remove flarum-lang/turkish
Lock file operations: 0 installs, 0 updates, 1 removal
- Removing flarum-lang/turkish (1.2.0.2)
./composer.json has been updated
Running composer update flarum-lang/turkish
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 0 updates, 1 removal
- Removing flarum-lang/turkish (1.2.0.2)
Generating autoload files
154 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
teteosnet@pilux [~/www]$ composer require flarum-lang/turkish:*
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update flarum-lang/turkish
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Lock file operations: 1 install, 0 updates, 0 removals
- Locking flarum-lang/turkish (1.7.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Downloading flarum-lang/turkish (1.7.0)
- Installing flarum-lang/turkish (1.7.0): Extracting archive
Generating autoload files
155 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--> flarum-lang/turkish version is now 1.7.0 (latest version.)
But i cannot update all extensions manually like this. Whats problem? Why "composer update" not upgrading?