Skip to content

Commit

Permalink
Merge pull request #52 from PurpleBabar/composer-update
Browse files Browse the repository at this point in the history
Changing composer json to allow clean install
  • Loading branch information
PurpleBabar authored Mar 23, 2017
2 parents eae8e6e + ac9557c commit a0aeee2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"require": {
"php": ">=5.3.0",
"symfony/symfony": "2.3.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/doctrine-bundle": "1.2.*",
"symfony/symfony": "2.8.*",
"doctrine/orm": "2.4.*",
"doctrine/doctrine-bundle": "1.5.*",
"twig/extensions": "1.0.*",
"symfony/assetic-bundle": "2.6.*",
"symfony/swiftmailer-bundle": "2.3.*",
Expand All @@ -21,17 +21,15 @@
"jms/security-extra-bundle": "dev-master",
"stof/doctrine-extensions-bundle": "~1.1@dev",
"symfony-cmf/routing-bundle": "1.1.*",
"google/apiclient": "dev-master",
"facebook/php-sdk": "dev-master",
"google/apiclient": "2.1.*",
"abraham/twitteroauth": "0.5.0",
"fp/lightopenid": "dev-master",
"doctrine/migrations" : "dev-master",
"doctrine/doctrine-migrations-bundle": "dev-master",
"friendsofsymfony/elastica-bundle": "3.0.4",
"friendsofsymfony/elastica-bundle": "3.2.*",
"knplabs/knp-paginator-bundle": "dev-master",
"jms/serializer-bundle": "@stable",
"friendsofsymfony/rest-bundle": "@stable",
"guzzlehttp/guzzle": "~4.0",
"guzzlehttp/guzzle": "~5.2",
"majes/social-bundle": "1.20.*",
"majes/core-bundle": "1.20.*",
"majes/media-bundle": "1.20.*",
Expand Down

0 comments on commit a0aeee2

Please sign in to comment.