Skip to content

Commit

Permalink
Merge pull request #345 from rexxars/update-deps
Browse files Browse the repository at this point in the history
Maintenance: Update dependencies
  • Loading branch information
rexxars committed Aug 14, 2015
2 parents 7702b1e + f3938b2 commit 4e3f750
Show file tree
Hide file tree
Showing 4 changed files with 635 additions and 390 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ end
desc "Install dependencies"
task :installdep do
Rake::Task["install_composer"].invoke
system "php -d \"apc.enable_cli=0\" composer.phar -n install --dev --prefer-source"
system "php -d \"apc.enable_cli=0\" composer.phar -n install --prefer-source"
end

desc "Update dependencies"
task :updatedep do
Rake::Task["install_composer"].invoke
system "php -d \"apc.enable_cli=0\" composer.phar -n update --dev --prefer-source"
system "php -d \"apc.enable_cli=0\" composer.phar -n update --prefer-source"
end

desc "Install/update composer itself"
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"require": {
"php": ">=5.4.0",
"ext-imagick": ">=3.0.1",
"symfony/http-foundation": "~2.4.0",
"symfony/event-dispatcher": "~2.4.0",
"symfony/console": "~2.4.0"
"symfony/http-foundation": "~2.7.3",
"symfony/event-dispatcher": "~2.7.3",
"symfony/console": "~2.7.3"
},
"require-dev": {
"mikey179/vfsStream": "~1.0",
"phpunit/phpunit": "~4.3",
"mikey179/vfsStream": "~1.5.0",
"phpunit/phpunit": "~4.8",
"behat/behat": "~2.0",
"guzzle/guzzle": "~3.8.1",
"doctrine/dbal": "~2.0",
"guzzle/guzzle": "~3.9.3",
"doctrine/dbal": "~2.5.1",
"aws/aws-sdk-php": "~2.8"
},
"suggest": {
Expand Down

0 comments on commit 4e3f750

Please sign in to comment.