Skip to content

Commit

Permalink
Laravel 10 dependencies (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Feb 21, 2023
1 parent baea38f commit d520b24
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 @@ -12,12 +12,12 @@
"homepage": "https://github.com/sparors/laravel-ussd",
"keywords": ["Laravel", "Ussd"],
"require": {
"illuminate/support": "~5|~6|~7|~8|~9"
"illuminate/support": "~5|~6|~7|~8|~9|~10"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3|~4|~5|~6|~7",
"orchestra/testbench": "~3|~4|~5|~6|~7|~8",
"sempro/phpunit-pretty-print": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit d520b24

Please sign in to comment.