Migrate from GitHub to Gitea

- Update all repository URLs to git.marketally.com
- Remove GitHub Actions workflows (not compatible with Gitea)
- Update documentation links in README, CONTRIBUTING, and CHANGELOG
This commit is contained in:
User
2025-12-28 17:25:50 +00:00
parent c28d85d526
commit c00ecd095e
8 changed files with 10 additions and 141 deletions

View File

@@ -13,7 +13,7 @@
"performance",
"big-data"
],
"homepage": "https://github.com/sqrtspace/spacetime-php",
"homepage": "https://git.marketally.com/sqrtspace/sqrtspace-php",
"license": "Apache-2.0",
"authors": [
{
@@ -85,11 +85,5 @@
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://nuget.pkg.github.com/sqrtspace/index.json"
}
]
"prefer-stable": true
}