Skip to content

Commit bb6964b

Browse files
authored
Add entities for Composer/Packagist, and new install.composer chapter (#147)
1 parent df44b2d commit bb6964b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

entities/global.ent

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!ENTITY url.cldr.locale "http://www.unicode.org/cldr/">
4646
<!ENTITY url.cloud.ec2 "http://aws.amazon.com/ec2/">
4747
<!ENTITY url.cloud.ec2.sdk "http://aws.amazon.com/sdkforphp/">
48+
<!ENTITY url.composer "https://getcomposer.org/">
4849
<!ENTITY url.comspecs "https://docs.microsoft.com/windows/desktop/com/component-object-model--com--portal">
4950
<!ENTITY url.com.visible "https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.comvisibleattribute">
5051
<!ENTITY url.connectionstrings "http://www.connectionstrings.com/">
@@ -327,6 +328,9 @@
327328
<!ENTITY url.oracle.taf.dbmsservice "https://www.oracle.com/pls/topic/lookup?ctx=dblatest&amp;id=GUID-C11449DC-EEDE-4BB8-9D2C-0A45198C1928">
328329
<!ENTITY url.oracle.taf.clientconfig "https://www.oracle.com/pls/topic/lookup?ctx=dblatest&amp;id=GUID-8F532535-C401-4B51-BE0B-04FD74BB0621">
329330
<!ENTITY url.oreilly.cjk-inf "https://resources.oreilly.com/examples/9781565922242/blob/master/doc/cjk.inf">
331+
<!ENTITY url.packagist "https://packagist.org">
332+
<!-- linking to specific packagist packages is done like so: &url.packagist.package;package_name -->
333+
<!ENTITY url.packagist.package "https://packagist.org/packages/">
330334
<!ENTITY url.password.compat "https://github.com/ircmaxell/password_compat">
331335
<!ENTITY url.pcre.changelog "http://www.pcre.org/original/changelog.txt">
332336
<!ENTITY url.pcre.man "http://www.pcre.org/pcre.txt">
@@ -558,6 +562,8 @@
558562
<!ENTITY link.superglobals '<link xmlns="http://docbook.org/ns/docbook" linkend="language.variables.predefined">superglobals</link>'>
559563
<!ENTITY link.autoload '<link xmlns="http://docbook.org/ns/docbook" linkend="language.oop5.autoload">__autoload</link>'>
560564

565+
<!ENTITY link.composer '<link xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">Composer</link>'>
566+
561567
<!ENTITY link.pecl '<link xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">PECL</link>'>
562568

563569
<!ENTITY spec.strftime 'http://www.opengroup.org/onlinepubs/007908799/xsh/strftime.html'>

manual.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
&install.cloud.index;
5858
&install.fpm.index;
5959
&install.pecl;
60+
&install.composer;
6061
&install.ini;
6162
</book>
6263

0 commit comments

Comments
 (0)