README file name update and content fixes for URLs

This commit is contained in:
Clemens Schwaighofer
2026-05-12 10:00:25 +09:00
parent 46e39fa85d
commit 22806d6add
2 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@ Run `publish/publish.sh` script to create composer packages.
This will automatically run all commands to create the packages
### composer.egplusww.jp web host
### composer.omnicomproduction.jp web host
For the local composer package host.
@@ -30,7 +30,7 @@ The entry is a copy of the `composer.json` with the following new entries:
"version": "X.Y.Z",
...
"dist": {
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All/archive/vX.Y.Z.zip",
"url": "https://packages.omnicomproduction.jp/Composer/CoreLibs-Composer-All/archive/vX.Y.Z.zip",
"type": "zip"
},
...
View File