Skip to content

Commit 74abba2

Browse files
Merge pull request #90 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents d9692d7 + 3e0fb24 commit 74abba2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
php: [8.0, 8.1]
14-
laravel: [8.*, 9.*]
14+
laravel: [8.*, 9.*, 10.*]
1515
stability: [prefer-lowest, prefer-stable]
1616
include:
17+
- laravel: 10.*
18+
testbench: 8.*
1719
- laravel: 9.*
1820
testbench: 7.*
1921
- laravel: 8.*

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
],
1414
"require": {
1515
"php": "^8.0",
16-
"abraham/twitteroauth": "^4.0.0",
17-
"illuminate/notifications": "^8.0|^9.0",
18-
"illuminate/support": "^8.0|^9.0",
19-
"kylewm/brevity": "^0.2.9"
16+
"abraham/twitteroauth": "^4.0.0|^5.0",
17+
"illuminate/notifications": "^8.0|^9.0|^10.0",
18+
"illuminate/support": "^8.0|^9.0|^10.0",
19+
"kylewm/brevity": "^0.2.9|^0.2"
2020
},
21-
2221
"require-dev": {
2322
"mockery/mockery": "^1.3.1",
2423
"phpunit/phpunit": "^9.3",
25-
"orchestra/testbench": "^7.0"
24+
"orchestra/testbench": "^7.0|^8.0"
2625
},
2726
"autoload": {
2827
"psr-4": {

0 commit comments

Comments
 (0)