Skip to content

Commit

Permalink
Laravel 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pboese committed Feb 16, 2023
1 parent ae50231 commit 3947a31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"wiki": "https://github.com/Laravelium/laravel-sitemap/wiki"
},
"require": {
"php": ">=7.3",
"illuminate/support": "^8.0",
"illuminate/filesystem": "^8.0"
"php": "^8.0",
"illuminate/support": "^9.0",
"illuminate/filesystem": "^9.0"
},
"require-dev": {
"laravel/framework": "^8.0",
"laravel/framework": "^9.0",
"phpunit/phpunit": "^9.3",
"orchestra/testbench-core": "^6.0",
"php-coveralls/php-coveralls" : "^2.2"
Expand Down

0 comments on commit 3947a31

Please sign in to comment.