Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Sep 14, 2016
1 parent 7fe005d commit a4219f4
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 287 deletions.
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,42 @@
]
},
"require": {
"php": ">=5.3.9",
"authorizenet/authorizenet": "*",
"crevillo/payum-redsys": "*",
"php": ">=5.5",
"authorizenet/authorizenet": "^1.8",
"crevillo/payum-redsys": "^1",
"doctrine/doctrine-bundle": "~1.4",
"doctrine/mongodb-odm": "*",
"doctrine/mongodb-odm-bundle": "*",
"doctrine/orm": "^2.4.8",
"fp/klarna-invoice": "*",
"doctrine/mongodb-odm": "^1",
"doctrine/mongodb-odm-bundle": "^3",
"doctrine/orm": "^2.5",
"fp/klarna-invoice": "^0.1",
"incenteev/composer-parameter-handler": "~2.0",
"klarna/checkout": "*",
"jms/payment-paypal-bundle": "*",
"omnipay/stripe": "*",
"omnipay/paypal": "*",
"paypal/rest-api-sdk-php": "*",
"payum/omnipay-bridge": "*",
"payum/payum-bundle": "*",
"payum/payum": "1.3.6",
"klarna/checkout": "^2",
"jms/payment-paypal-bundle": "^1",
"omnipay/stripe": "^2",
"omnipay/paypal": "^2",
"paypal/rest-api-sdk-php": "^1",
"payum/omnipay-bridge": "^1",
"payum/payum-bundle": "^2",
"payum/payum": "^1.3",
"payum/jms-payment-bridge": "^1",
"php-http/guzzle6-adapter": "*",
"phpxmlrpc/phpxmlrpc": "*",
"php-http/guzzle6-adapter": "^1",
"phpxmlrpc/phpxmlrpc": "^3",
"sensio/distribution-bundle": "~5.0",
"sensio/framework-extra-bundle": "^3.0.2",
"sofort/sofortlib-php": "*",
"sonata-project/doctrine-orm-admin-bundle": "*",
"stripe/stripe-php": "*",
"sofort/sofortlib-php": "^3",
"sonata-project/doctrine-orm-admin-bundle": "^2.3",
"stripe/stripe-php": "^2",
"symfony/assetic-bundle": "^2.3",
"symfony/monolog-bundle": "~2.4",
"symfony/symfony": "2.8.*",
"symfony/symfony": "^2.8",
"symfony/swiftmailer-bundle": "~2.3",
"twig/extensions": "~1.0"
"twig/extensions": "^1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"sensio/generator-bundle": "~3.0",
"symfony/phpunit-bridge": "~2.7",
"phpunit/phpunit": "*"
"phpunit/phpunit": "^5"
},
"scripts": {
"symfony-scripts": [
Expand Down
Loading

0 comments on commit a4219f4

Please sign in to comment.