Skip to content

Commit ff31756

Browse files
committed
build: laravel 10 deps
1 parent 4b31304 commit ff31756

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [8.0, 8.1]
17+
php: [8.1, 8.2]
1818
stability: [prefer-stable]
1919

2020
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=8.0.2",
18+
"php": "^8.1",
1919
"yajra/laravel-datatables-oracle": "^10.0",
2020
"league/fractal": "^0.20.1"
2121
},
2222
"require-dev": {
23-
"nunomaduro/larastan": "^2.1",
24-
"orchestra/testbench": "^7.3"
23+
"nunomaduro/larastan": "^2.4",
24+
"orchestra/testbench": "^7.21"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "9.0-dev"
38+
"dev-master": "10.0-dev"
3939
},
4040
"laravel": {
4141
"providers": [

0 commit comments

Comments
 (0)