Skip to content

Commit

Permalink
Fix broken travis build because of change in Mollie_Api_Client
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Stuursma committed Jan 25, 2017
1 parent d95abc7 commit 6b74fbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/contracts": "5.0.* || 5.1.* || 5.2.* || 5.3.*",
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.*",
"mollie/mollie-api-php": "~1.0"
"illuminate/contracts": "^5.0",
"illuminate/support": "^5.0",
"mollie/mollie-api-php": "^1.9"
},
"require-dev": {
"graham-campbell/testbench": "^3.1",
Expand Down
4 changes: 2 additions & 2 deletions config/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

'keys' => [

'live' => env('MOLLIE_KEY_LIVE', 'live_xxx'),
'test' => env('MOLLIE_KEY_TEST', 'test_xxx'),
'live' => env('MOLLIE_KEY_LIVE', 'live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'),
'test' => env('MOLLIE_KEY_TEST', 'test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'),

],

Expand Down

0 comments on commit 6b74fbc

Please sign in to comment.