Skip to content

Commit

Permalink
Bump dependencies for Laravel 9 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 4, 2022
1 parent d41a6a8 commit d15e510
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "barryvdh/laravel-omnipay",
"description": "Omnipay Service Provider for Laravel",
"keywords": ["laravel", "omnipay"],
"keywords": [
"laravel",
"omnipay"
],
"license": "MIT",
"authors": [
{
Expand All @@ -10,7 +13,7 @@
}
],
"require": {
"illuminate/support": "^5|^6|^7|^8",
"illuminate/support": "^5|^6|^7|^8|^9.0",
"league/omnipay": "~3.0"
},
"autoload": {
Expand Down

0 comments on commit d15e510

Please sign in to comment.