Skip to content

Commit

Permalink
Merge pull request #25 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
dwightwatson authored Feb 9, 2023
2 parents cff1fce + dd6de19 commit f1b4b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.0, 7.4, 7.3, 7.2 ]
laravel: [ 9.*, 8.*, 7.*, 6.*, ~5.5 ]
laravel: [ 9.*, 8.*, 7.*, 6.*, ~5.5 , 10.*]
dependency-version: [ prefer-lowest, prefer-stable ]
exclude:
# Laravel 9 Supports PHP 8.0 - 8.1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"php": ">=7.2",
"aws/aws-sdk-php": "^3.69.11",
"guzzlehttp/guzzle": "^6.2.1 || ^7.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"
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0"
},
"require-dev": {
"mockery/mockery": "^1.3.5",
"phpunit/phpunit": "^8.5.23"
"phpunit/phpunit": "^8.5.23|^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f1b4b7b

Please sign in to comment.