36 Commits

Author SHA1 Message Date
maik
c8c8abe1e2 Web service for Security Advisories Checker is discontinued 2021-01-19 18:08:46 +01:00
Meindert-Jan Kroese
6b73e05a93 Security advisories checker url has moved
since sensiolabs/security-checker v5
see https://github.com/sensiolabs/security-checker/issues/149
2019-07-30 15:40:45 +02:00
Martin F
6c6e79578f Replace VersionEye with libraries.io
Fixes #796
2018-10-31 11:59:09 +01:00
Josh Lockhart
e28e6a9171 Update examples in Composer usage section 2018-06-19 13:30:52 -04:00
Josh Lockhart
ae37a768d0 Update Composer install section, let links use https 2018-06-19 13:28:42 -04:00
Phil Sturgeon
8fdb569bc1 Merge branch 'gh-pages' of https://github.com/mkyaw/php-the-right-way into gh-pages 2016-11-12 15:30:39 -05:00
William Turrell
60c2720bec Warn about composer update on production
Also, greater encouragement to check composer.lock is staged in repositories.
Rephrased for (imho) improved clarity.
2016-10-28 11:10:36 +01:00
Martin Hujer
e4fa12422c Fix headers capitalization
If the title is not explicitly stated, it is generated from the filename.
It does not work fine for: "and", "or", "the" which should not be capitalized.
2016-10-19 10:31:16 +02:00
William Turrell
ed5686f8f0 Em-dash to hyphen, clarify composer command 2016-09-29 15:49:22 +01:00
William Turrell
09083ac641 Composer - safer download, installation
- The official instructions are less risky than what we have now as they include an SHA check.
- Encourage people a little more strongly to install globally.
- Improved explanation of .phar archives.
2016-09-28 21:44:08 +01:00
Myo T Kyaw
14e80864d5 Update with minor grammar fixes 2016-09-16 18:40:43 -07:00
Turdaliev Nursultan
6fbe573f48 Small fix. 2016-02-02 13:45:22 +01:00
Phil Sturgeon
420e0f8e61 That'll break book stuff 2016-01-07 16:01:09 -05:00
Jonathan Klein
dd2e745cb6 Adding some context about Composer for people from other ecosystems 2015-10-27 22:25:08 +01:00
Alina Mackenzie
199a6b6083 Clarify local vs. global Composer installation
Since global installion is assumed in later sections, show commands for
global installation of Composer. Include note about using `sudo`, if
needed.
2015-08-30 15:59:39 -05:00
Phil Sturgeon
d621ed0e41 Updated wording on Composer / PEAR stuff. 2015-01-02 11:57:33 -05:00
jrfnl
185120cf6f Minor style fixes
- use `()` when referencing functions
2014-12-08 22:05:28 +01:00
jrfnl
80148bdc44 Jekyll header spacing consistency 2014-12-08 22:03:53 +01:00
jrfnl
2b11ae9c94 Spacing 2014-12-08 22:03:51 +01:00
jrfnl
82ee7ad76a Fix line wrapping consistency - round 1
Comply with the 'wrap at 120 chars' style rule stated in the contributing.md document
2014-12-08 22:03:47 +01:00
jrfnl
7d19feaf98 Fix highlighter consistency
- in some places php would not be highlighted as the `<?php` tag was missing
- in one place there was a duplicate `<?php` tage
- replaced `bash` with `console` for better highlighting
- ensured all console snippets are wrapped within highlighting code
- wrapped ini examples in highlighting code
2014-12-08 19:32:03 +01:00
Frank Perez
903b5b39c3 Update text vendors to vendor on How to Define and Install Dependencies section. 2014-12-08 10:01:03 -05:00
Bocharsky Victor
6249a37633 Highlight composer versions 2014-12-04 10:59:58 +02:00
Maxime Fabre
779932b272 Reword DM to use Composer as global PM 2014-10-21 19:57:26 +02:00
johnstevenson
e9a27625f2 Add Windows installer 2014-03-26 17:34:43 +00:00
John Stevenson
df00f7ef0b Trim install instructions, add Windows installer 2014-03-26 17:05:13 +00:00
Eric Martel
7df82049e8 Redid anchor changes to be sure each doc was updated properly 2014-03-14 23:13:39 -04:00
Antonio Spinelli
5752975586 Composer and Pakagist, fix typo 2014-01-17 10:42:14 -02:00
Phil Sturgeon
371e113a91 Added a note about VersionEye for Composer 2014-01-08 23:12:03 -05:00
Matt Robinson
a22c77cb8d Fix incorrect links 2013-04-21 13:47:18 +02:00
Matt Robinson
5f467ed7e3 Update Composer advice
Notable changes:
* Use composer itself to create `composer.json` file.
* Brief mention of flexible versioning
* Brief mention of the security advisory checker
* Brief mention of how to update
2013-03-10 21:07:05 +00:00
Andrew Berry
d39c1922b1 Use HTTPS when downloading composer to prevent MITM attacks. 2012-11-05 15:34:17 -05:00
andrea
d5d5d0725b Fixed w3c validator errors for "Duplicate ID" 2012-08-20 16:20:00 +02:00
Phil Sturgeon
58a92de0c8 Fixed Twig example. 2012-07-10 13:55:51 +01:00
Phil Sturgeon
9c8020fc88 Merge branch 'gh-pages' of github.com:codeguy/php-the-right-way into gh-pages 2012-07-10 11:14:20 +01:00
Kris Jordan
dc1857b8fa Moving to Post structure.
Lots of changes breaking out subsections into posts and programmatically generating ToC, main page content, and Back to Top links.
2012-07-10 00:33:25 -04:00