Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
keithbrink authored Jan 30, 2023
2 parents 95b9e08 + 7984244 commit 5666e1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"php": ">=7.3",
"ext-curl": "*",
"symfony/http-kernel": "^5.0|^6.0",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"illuminate/http": "^9.0",
"illuminate/routing": "^9.0",
"illuminate/view": "^9.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^9.0",
"vlucas/phpdotenv": "^5.0"
Expand All @@ -42,4 +42,4 @@
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 5666e1a

Please sign in to comment.