Last active
August 29, 2015 14:05
-
-
Save wwwpro/3a3366d055725a1b41f4 to your computer and use it in GitHub Desktop.
Revisions
-
wwwpro revised this gist
Aug 17, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ { "require": { "aws/aws-sdk-php": "2.*", "symfony/debug": "2.6.*@dev", "symfony/http-kernel": "2.6.*@dev", "doctrine/cache": "1.*", "monolog/monolog": "1.*", "symfony/yaml": "2.6.*@dev" -
wwwpro revised this gist
Aug 17, 2014 . 1 changed file with 5 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,9 @@ { "require": { "aws/aws-sdk-php": "2.*", "symfony/http-kernel": "2.6.*@dev" "doctrine/cache": "1.*", "monolog/monolog": "1.*", "symfony/yaml": "2.6.*@dev" } } -
wwwpro revised this gist
Aug 17, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,7 @@ "symfony/yaml": "2.*", "doctrine/cache": "1.*", "monolog/monolog": "1.*", "symfony/debug": "2.6.*@dev", "symfony/http-kernel": "2.6.*@dev" } } -
wwwpro revised this gist
Aug 17, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ { "require": { "aws/aws-sdk-php": "2.*", "symfony/dependency-injection": "2.6.*", "symfony/yaml": "2.*", "doctrine/cache": "1.*", "monolog/monolog": "1.*", "symfony/http-kernel": "2.6.*@dev" } } -
wwwpro created this gist
Aug 17, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ { "require": { "aws/aws-sdk-php": "2.*", "symfony/dependency-injection": "2.*", "symfony/yaml": "2.*", "doctrine/cache": "1.*", "monolog/monolog": "1.*", "symfony/http-kernel": "dev-master" } }