<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: PHP Composer : Manage Package Dependency in PHP	</title>
	<atom:link href="https://webrewrite.com/manage-package-dependency-php-composer/feed/" rel="self" type="application/rss+xml" />
	<link>https://webrewrite.com/manage-package-dependency-php-composer/</link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Tue, 28 Feb 2017 03:59:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Anon		</title>
		<link>https://webrewrite.com/manage-package-dependency-php-composer/#comment-866</link>

		<dc:creator><![CDATA[Anon]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 00:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1200#comment-866</guid>

					<description><![CDATA[It is one of the best tutorial for PHP composer. Thanks for an awesome explanation]]></description>
			<content:encoded><![CDATA[<p>It is one of the best tutorial for PHP composer. Thanks for an awesome explanation</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raj Kumar Singh		</title>
		<link>https://webrewrite.com/manage-package-dependency-php-composer/#comment-505</link>

		<dc:creator><![CDATA[Raj Kumar Singh]]></dc:creator>
		<pubDate>Sun, 26 Jul 2015 09:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1200#comment-505</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://webrewrite.com/manage-package-dependency-php-composer/#comment-504&quot;&gt;Rafael Dohms&lt;/a&gt;.

Thanks Rafael for your tips.]]></description>
			<content:encoded><![CDATA[<p>Thanks Rafael for your tips.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rafael Dohms		</title>
		<link>https://webrewrite.com/manage-package-dependency-php-composer/#comment-504</link>

		<dc:creator><![CDATA[Rafael Dohms]]></dc:creator>
		<pubDate>Sun, 26 Jul 2015 07:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1200#comment-504</guid>

					<description><![CDATA[Just a Quick tip.
Its recommended that instead of manually editing the composer.json to add new packages, you should instead use the `composer require` command. This command bundles all necessary steps from editing the json file, to running a install and has the least side effects possible.

So your starting point there could be replaced by: `composer require slim/slim twig/twig`

Also you should use operators like `~` or `^` instead of `*` for better more semantic bindings.]]></description>
			<content:encoded><![CDATA[<p>Just a Quick tip.<br />
Its recommended that instead of manually editing the composer.json to add new packages, you should instead use the <code>composer require</code> command. This command bundles all necessary steps from editing the json file, to running a install and has the least side effects possible.</p>
<p>So your starting point there could be replaced by: <code>composer require slim/slim twig/twig</code></p>
<p>Also you should use operators like <code>~</code> or <code>^</code> instead of <code>*</code> for better more semantic bindings.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
