Skip to content

Commit d15e510

Browse files
Bump dependencies for Laravel 9 (#40)
1 parent d41a6a8 commit d15e510

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "barryvdh/laravel-omnipay",
33
"description": "Omnipay Service Provider for Laravel",
4-
"keywords": ["laravel", "omnipay"],
4+
"keywords": [
5+
"laravel",
6+
"omnipay"
7+
],
58
"license": "MIT",
69
"authors": [
710
{
@@ -10,7 +13,7 @@
1013
}
1114
],
1215
"require": {
13-
"illuminate/support": "^5|^6|^7|^8",
16+
"illuminate/support": "^5|^6|^7|^8|^9.0",
1417
"league/omnipay": "~3.0"
1518
},
1619
"autoload": {

0 commit comments

Comments
 (0)