|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
{% block content %}
|
|
{% block content %}
|
|
<h2 class="title">What is Packagist?</h2>
|
|
<h2 class="title">What is Packagist?</h2>
|
|
- <p>Packagist is the default Composer package repository. It lets you find packages and lets Composer know where to get the code from. You can use Composer to manage your project or libraries' dependencies - read more about it on the <a href="http://getcomposer.org/">Composer website</a>.</p>
|
|
|
|
|
|
+ <p>Packagist is the default Composer package repository. It lets you find packages and lets Composer know where to get the code from. You can use Composer to manage your project or libraries' dependencies - read more about it on the <a href="https://getcomposer.org/">Composer website</a>.</p>
|
|
<p>You can find the packagist.org source on <a href="https://github.com/composer/packagist">GitHub</a>.</p>
|
|
<p>You can find the packagist.org source on <a href="https://github.com/composer/packagist">GitHub</a>.</p>
|
|
|
|
|
|
<section class="row">
|
|
<section class="row">
|
|
@@ -50,7 +50,7 @@ acme/email</code></pre>
|
|
"type": "library",
|
|
"type": "library",
|
|
"description": "Logging for PHP 5.3",
|
|
"description": "Logging for PHP 5.3",
|
|
"keywords": ["log","logging"],
|
|
"keywords": ["log","logging"],
|
|
- "homepage": "http://github.com/Seldaek/monolog",
|
|
|
|
|
|
+ "homepage": "https://github.com/Seldaek/monolog",
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"authors": [
|
|
"authors": [
|
|
{
|
|
{
|