Skip to content

Commit

Permalink
Merge branch 'mollie:master' into feature/laravel-http-client-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullbock authored Oct 17, 2022
2 parents 36cc70d + f582cc2 commit d723389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update
composer update --prefer-dist --no-interaction --no-progress --ignore-platform-reqs
composer update --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit --verbose
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"php": "^7.3|^8.0",
"illuminate/support": "^8.0|^9.0",
"mollie/mollie-api-php": "^2.40",
"ext-json": "*",
"symfony/finder": "^5.0|6.0"
"ext-json": "*"
},
"require-dev": {
"graham-campbell/testbench": "^5.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.0",
"laravel/socialite": "^5.0",
"laravel/pint": "^1.1"
"laravel/pint": "^1.1",
"symfony/finder": "^5.0|^6.0"
},
"suggest": {
"laravel/socialite": "Use Mollie Connect (OAuth) to authenticate via Laravel Socialite with the Mollie API. This is needed for some endpoints."
Expand Down

0 comments on commit d723389

Please sign in to comment.