Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Head over to https://composer.talis.io/ to browse available packages.

In case a new version of a package has been tagged, you should update the repository so you can use that new version.

Go to [Actions 🡪 Workflows 🡪 Publish to GitHub pages](https://github.com/techfromsage/composer/actions/workflows/gh-pages.yml) and click on `Run workflow` button to trigger it.
Go to [Actions 🡪 Workflows 🡪 Publish to GitHub pages](https://github.com/talis/composer/actions/workflows/gh-pages.yml) and click on `Run workflow` button to trigger it.
28 changes: 14 additions & 14 deletions satis.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "techfromsage/composer",
"name": "talis/composer",
"description": "Talis Composer repository",
"homepage": "https://composer.talis.io/",
"repositories": [
Expand All @@ -13,55 +13,55 @@
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/bootstrap-sass"
"url": "https://github.com/talis/bootstrap-sass"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/conneg"
"url": "https://github.com/talis/conneg"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/f3"
"url": "https://github.com/talis/f3"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/fatfree"
"url": "https://github.com/talis/fatfree"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/LTI1x-php"
"url": "https://github.com/talis/LTI1x-php"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/lti-1-3-php-library"
"url": "https://github.com/talis/lti-1-3-php-library"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/php-niso-openurl"
"url": "https://github.com/talis/php-niso-openurl"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/resque-multiple-failure-queues"
"url": "https://github.com/talis/resque-multiple-failure-queues"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/selenium-server-standalone"
"url": "https://github.com/talis/selenium-server-standalone"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/sierra-api-php-client"
"url": "https://github.com/talis/sierra-api-php-client"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/SRUClient-php"
"url": "https://github.com/talis/SRUClient-php"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/talis-php"
"url": "https://github.com/talis/talis-php"
},
{
"type": "vcs",
"url": "https://github.com/techfromsage/tripod-php"
"url": "https://github.com/talis/tripod-php"
}
],
"require-all": true,
Expand Down
Loading