Skip to content

Commit f1b4b7b

Browse files
authored
Merge pull request #25 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents cff1fce + dd6de19 commit f1b4b7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ ubuntu-latest ]
1616
php: [ 8.1, 8.0, 7.4, 7.3, 7.2 ]
17-
laravel: [ 9.*, 8.*, 7.*, 6.*, ~5.5 ]
17+
laravel: [ 9.*, 8.*, 7.*, 6.*, ~5.5 , 10.*]
1818
dependency-version: [ prefer-lowest, prefer-stable ]
1919
exclude:
2020
# Laravel 9 Supports PHP 8.0 - 8.1

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"php": ">=7.2",
1616
"aws/aws-sdk-php": "^3.69.11",
1717
"guzzlehttp/guzzle": "^6.2.1 || ^7.0",
18-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
19-
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
18+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
19+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^1.3.5",
23-
"phpunit/phpunit": "^8.5.23"
23+
"phpunit/phpunit": "^8.5.23|^9.5.10"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)