Skip to content

Commit

Permalink
Merge pull request #3 from mankowitz/master
Browse files Browse the repository at this point in the history
Update for L10
  • Loading branch information
Kyle Milloy authored Oct 2, 2023
2 parents fb7de92 + eca0768 commit 0893b4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ php:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'

env:
matrix:
- LARAVEL=5.8.*
- LARAVEL=^6.0
- LARAVEL=^7.0
- LARAVEL=^8.0
- LARAVEL=^9.0
- LARAVEL=^10.0

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minimum-stability": "dev",
"require": {
"php": "^7.1.3|^8.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"aws/aws-sdk-php": "^3.110"
},
"require-dev": {
Expand Down

0 comments on commit 0893b4d

Please sign in to comment.