Skip to content

Commit

Permalink
Bump Laravel support
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Feb 15, 2023
1 parent d6ff3d9 commit e2d38d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"ext-json": "*",
"ext-curl": "*",
"geoip2/geoip2": "^2.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"pestphp/pest": "^1.21",
"mockery/mockery": "~0.9|^1.0",
"orchestra/testbench": "~3.2|~4.0|^6.0|^7.0"
"orchestra/testbench": "~3.2|~4.0|^6.0|^7.0|^8.0"
},
"archive": {
"exclude": [
Expand Down

0 comments on commit e2d38d0

Please sign in to comment.