Skip to content

Commit

Permalink
updated package versions for laravel9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Soban Mahmod committed Jun 20, 2022
1 parent 67debe1 commit 7e113df
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 @@ -17,13 +17,13 @@
"homepage": "https://github.com/ipinfo/ipinfolaravel",
"keywords": ["Laravel", "ipinfolaravel"],
"require": {
"illuminate/support": ">=5, <9",
"illuminate/support": ">=5, <10",
"ipinfo/ipinfo": "^2.1.1"
},
"require-dev": {
"phpunit/phpunit": ">=8 <10",
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^6.4.0",
"orchestra/testbench": "^7.0.1",
"sempro/phpunit-pretty-print": "^1.3.0",
"squizlabs/php_codesniffer": "^3.5.8"
},
Expand Down

0 comments on commit 7e113df

Please sign in to comment.