Skip to content

Commit

Permalink
change some more urls to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Mar 8, 2016
1 parent 66648d3 commit f23b72c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/MakeAModuleInstallableWithComposer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ To make a Magento module installable with composer, this is how to set up the ``
```


If you would like to publish your module on http://packages.firegento.com/, please fork
If you would like to publish your module on https://packages.firegento.com/, please fork
https://github.com/magento-hackathon/composer-repository, add your module to the [satis.json](https://github.com/magento-hackathon/composer-repository/blob/master/satis.json) on the master branch and
open a pull request.

If you want to install your module without publishing it on http://packages.firegento.com/, you can add your repository
If you want to install your module without publishing it on https://packages.firegento.com/, you can add your repository
to your projects composer.json directly and it will install, too.

```json
Expand Down
2 changes: 1 addition & 1 deletion doc/Mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As long as one of these mappings can be found, Magento modules are installable.
The package files are symlinked into the Magento instance by default. You can also use a copy or hardlink deploy strategy
by configuring it in the root composer.json (see below).

A repository of composer ready Magento modules can be found on http://packages.firegento.com/
A repository of composer ready Magento modules can be found on https://packages.firegento.com/

The Magento root directory must be specified in the ```composer.json``` under ```extra.magento-root-dir```.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testIncludeRootPackageNotSet()
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
"url": "https://packages.firegento.com"
},
{
"type": "artifact",
Expand Down Expand Up @@ -110,7 +110,7 @@ public function testIncludeRootPackageIsFalse()
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
"url": "https://packages.firegento.com"
},
{
"type": "artifact",
Expand Down Expand Up @@ -152,7 +152,7 @@ public function testIncludeRootPackageIsTrue()
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
"url": "https://packages.firegento.com"
},
{
"type": "artifact",
Expand Down

0 comments on commit f23b72c

Please sign in to comment.