Skip to content

Commit

Permalink
Laravel 10 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy authored Feb 24, 2023
1 parent 252edfe commit febff6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"php": "^8.0",
"illuminate/notifications": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"sailthru/sailthru-php5-client": "^1.2"
},
"require-dev": {
Expand Down

0 comments on commit febff6a

Please sign in to comment.