Skip to content

Commit f545326

Browse files
authored
feat: support laravel 13 (#4)
1 parent f538f78 commit f545326

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php:
16-
- 8.1
1716
- 8.2
1817
- 8.3
1918
- 8.4
19+
- 8.5
2020

2121
steps:
2222
- name: Checkout

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "MPL-2.0",
66

77
"require": {
8-
"php": "^8.1",
9-
"illuminate/support": "^10.0|^11.0|^12.0"
8+
"php": "^8.2",
9+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0"
1010
},
1111
"require-dev": {
12-
"friendsofphp/php-cs-fixer": "^3.84",
13-
"orchestra/testbench": "^8.0|^9.0|^10.0"
12+
"friendsofphp/php-cs-fixer": "^3.94",
13+
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)