diff --git a/README.md b/README.md index 4f5f5bc..f0d85b0 100644 --- a/README.md +++ b/README.md @@ -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/talis/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/techfromsage/composer/actions/workflows/gh-pages.yml) and click on `Run workflow` button to trigger it. diff --git a/build.sh b/build.sh index 085013e..3c50662 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,6 @@ docker run --rm \ composer/satis:latest \ build --ansi -vv satis.json dist -cp talis-theme/favicon.ico dist/ +cp tfs-theme/favicon.ico dist/ echo "Done! Open dist/index.html to see the result" diff --git a/satis.json b/satis.json index 1d65a3d..5772935 100644 --- a/satis.json +++ b/satis.json @@ -1,11 +1,11 @@ { - "name": "talis/composer", - "description": "Talis Composer repository", + "name": "techfromsage/composer", + "description": "TfS Composer repository", "homepage": "https://composer.talis.io/", "abandoned": { "chrisboulton/php-resque": "resque/php-resque", - "talis/php-resque": "resque/php-resque", - "talis/simplesamlphp": "simplesamlphp/simplesamlphp" + "techfromsage/php-resque": "resque/php-resque", + "techfromsage/simplesamlphp": "simplesamlphp/simplesamlphp" }, "repositories": [ { @@ -50,79 +50,79 @@ }, { "type": "vcs", - "url": "https://github.com/talis/bling" + "url": "https://github.com/techfromsage/bling" }, { "type": "vcs", - "url": "https://github.com/talis/bootstrap-sass" + "url": "https://github.com/techfromsage/bootstrap-sass" }, { "type": "vcs", - "url": "https://github.com/talis/conneg" + "url": "https://github.com/techfromsage/conneg" }, { "type": "vcs", - "url": "https://github.com/talis/f3" + "url": "https://github.com/techfromsage/f3" }, { "type": "vcs", - "url": "https://github.com/talis/fatfree" + "url": "https://github.com/techfromsage/fatfree" }, { "type": "vcs", - "url": "https://github.com/talis/LTI1x-php" + "url": "https://github.com/techfromsage/LTI1x-php" }, { "type": "vcs", - "url": "https://github.com/talis/lti-1-3-php-library" + "url": "https://github.com/techfromsage/lti-1-3-php-library" }, { "type": "vcs", - "url": "https://github.com/talis/php-niso-openurl" + "url": "https://github.com/techfromsage/php-niso-openurl" }, { "type": "vcs", - "url": "https://github.com/talis/php-resque" + "url": "https://github.com/techfromsage/php-resque" }, { "type": "vcs", - "url": "https://github.com/talis/resque-multiple-failure-queues" + "url": "https://github.com/techfromsage/resque-multiple-failure-queues" }, { "type": "vcs", - "url": "https://github.com/talis/selenium-server-standalone" + "url": "https://github.com/techfromsage/selenium-server-standalone" }, { "type": "vcs", - "url": "https://github.com/talis/sierra-api-php-client" + "url": "https://github.com/techfromsage/sierra-api-php-client" }, { "type": "vcs", - "url": "https://github.com/talis/simplesamlphp" + "url": "https://github.com/techfromsage/simplesamlphp" }, { "type": "vcs", - "url": "https://github.com/talis/SRUClient-php" + "url": "https://github.com/techfromsage/SRUClient-php" }, { "type": "vcs", - "url": "https://github.com/talis/talis-php" + "url": "https://github.com/techfromsage/talis-php" }, { "type": "vcs", - "url": "https://github.com/talis/tripod-php" + "url": "https://github.com/techfromsage/tripod-php" }, { "type": "vcs", - "url": "https://github.com/talis/php-cloud-files" + "url": "https://github.com/techfromsage/php-cloud-files" }, { "type": "vcs", - "url": "https://github.com/talis/aws-sdk-php" + "url": "https://github.com/techfromsage/aws-sdk-php" } ], "require-all": true, "require-dependencies": true, "require-dev-dependencies": false, - "twig-template": "talis-theme/index.html.twig" + "twig-template": "tfs-theme/index.html.twig" } diff --git a/talis-theme/favicon.ico b/talis-theme/favicon.ico deleted file mode 100644 index e3f8aea..0000000 Binary files a/talis-theme/favicon.ico and /dev/null differ diff --git a/talis-theme/index.html.twig b/talis-theme/index.html.twig deleted file mode 100644 index 9654420..0000000 --- a/talis-theme/index.html.twig +++ /dev/null @@ -1,108 +0,0 @@ - - - -
- - - - -{{ description|raw }}
- {% endif %} -
- This is a private Composer repository.
- To use it, you have to add this repository to your composer.json
file.
-
- Add this Composer
- repository to your project's composer.json
- file, then you can require these private packages just like you would with
- one from Packagist.
-
{ - "repositories": [ - { - "type": "composer", - "url": "{{ url }}" - } - ] -}-
Read more on how to handle composer private packages.
-This Composer repository is powered by Satis {{ constant('Composer\\Satis\\Satis::VERSION') }}
-{{ description|raw }}
+ {% endif %} +
+ This is a private Composer repository.
+ To use it, you have to add this repository to your composer.json
file.
+
+ Add this Composer
+ repository to your project's composer.json
+ file, then you can require these private packages just like you would with
+ one from Packagist.
+
{ + "repositories": [ + { + "type": "composer", + "url": "{{ url }}" + } + ] +}+
Read more on how to handle composer private packages.
+This Composer repository is powered by Satis {{ constant('Composer\\Satis\\Satis::VERSION') }}
+{{ package.replacement }}
instead.
+ Use {{ package.replacement }}
instead.
{% else %}
No replacement was suggested.
{% endif %}