Skip to content

Commit b122d36

Browse files
Added Laravel 10 support
1 parent 6eff86c commit b122d36

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ "8.0", "8.1", "8.2" ]
13-
laravel: [ "7.0", "8.0", "9.0" ]
13+
laravel: [ "7.0", "8.0", "9.0", "10.0" ]
1414
prefer: [ "stable", "lowest" ]
1515
exclude:
1616
- laravel: "7.0"

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@
4646
"php": "^8.0.2",
4747
"composer-runtime-api": "^2.2",
4848
"doctrine/dbal": "^2.13 || ^3.4",
49-
"dragon-code/laravel-support": "^3.4",
49+
"dragon-code/laravel-support": "^3.5",
5050
"dragon-code/simple-dto": "^2.5.1",
5151
"dragon-code/support": "^6.6",
52-
"illuminate/console": "^7.30.6 || ^8.75 || ^9.0",
53-
"illuminate/container": "^7.30.6 || ^8.75 || ^9.0",
54-
"illuminate/database": "^7.30.6 || ^8.75 || ^9.0",
55-
"illuminate/support": "^7.30.6 || ^8.75 || ^9.0",
52+
"illuminate/console": "^7.30.6 || ^8.75 || ^9.0 || ^10.0",
53+
"illuminate/container": "^7.30.6 || ^8.75 || ^9.0 || ^10.0",
54+
"illuminate/database": "^7.30.6 || ^8.75 || ^9.0 || ^10.0",
55+
"illuminate/support": "^7.30.6 || ^8.75 || ^9.0 || ^10.0",
5656
"symfony/console": "^5.3 || ^6.0"
5757
},
5858
"require-dev": {
5959
"mockery/mockery": "^1.3.1",
6060
"nesbot/carbon": "^2.62.1",
61-
"orchestra/testbench": "^5.20 || ^6.25 || ^7.9",
62-
"phpunit/phpunit": "^9.5",
61+
"orchestra/testbench": "^5.20 || ^6.25 || ^7.9 || ^8.0",
62+
"phpunit/phpunit": "^9.6",
6363
"ramsey/uuid": "^3.7 || ^4.0"
6464
},
6565
"conflict": {

0 commit comments

Comments
 (0)