Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 59dd6c4

Browse files
committed
WIP
1 parent 7c11ca6 commit 59dd6c4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
php-version:
10-
- "8.0"
10+
- "8.1"
1111
node-version:
1212
- 16
1313

app/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^8.0.2",
11+
"php": "^8.1",
1212
"guzzlehttp/guzzle": "^7.2",
1313
"inertiajs/inertia-laravel": "^0.6.3",
1414
"laravel/breeze": "^1.9",
1515
"laravel/dusk": "^6.24",
16-
"laravel/framework": "^9.19.0",
16+
"laravel/framework": "^9.37",
1717
"laravel/sanctum": "^2.8",
1818
"laravel/tinker": "^2.7",
1919
"protonemedia/inertiajs-tables-laravel-query-builder": "@dev",
@@ -73,4 +73,4 @@
7373
},
7474
"minimum-stability": "dev",
7575
"prefer-stable": true
76-
}
76+
}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4|^8.0|^8.1",
15-
"illuminate/support": "^8.67|^v9.0.0-beta.4|^10.0"
14+
"php": "^8.1|^8.2",
15+
"illuminate/support": "^9.37|^10.0"
1616
},
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "^3.8",
19-
"inertiajs/inertia-laravel": "^0.5|^0.6",
20-
"orchestra/testbench": "^6.23|^7.0|^8.0",
21-
"phpunit/phpunit": "^9.4"
19+
"inertiajs/inertia-laravel": "^0.5",
20+
"orchestra/testbench": "^7.0|^8.0",
21+
"phpunit/phpunit": "^9.5"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -47,4 +47,4 @@
4747
]
4848
}
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)