Skip to content

Commit 8060d66

Browse files
committed
feat: support laravel 13
1 parent b13632a commit 8060d66

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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
@@ -4,12 +4,12 @@
44
"description": "Lightweight package that enables easy display and management of your application's version information.",
55
"license": "MPL-2.0",
66
"require": {
7-
"php": "^8.1",
8-
"illuminate/support": "^10.0|^11.0|^12.0"
7+
"php": "^8.2",
8+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0"
99
},
1010
"require-dev": {
11-
"friendsofphp/php-cs-fixer": "^3.84",
12-
"orchestra/testbench": "^8.0|^9.0|^10.0"
11+
"friendsofphp/php-cs-fixer": "^3.94",
12+
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)