Skip to content

Commit b1e076d

Browse files
Merge pull request #304 from TheDragonCode/andrey-helldar-patch-2
Added Laravel 13 compatibility
2 parents 4379722 + fdcddf3 commit b1e076d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ "8.1", "8.2", "8.3", "8.4" ]
14+
php: [ "8.1", "8.2", "8.3", "8.4", "8.5" ]
1515

1616
name: PHP ${{ matrix.php }}
1717

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"voku/portable-ascii": "^1.4.8 || ^2.0.1"
5151
},
5252
"require-dev": {
53-
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0",
53+
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
5454
"phpunit/phpunit": "^9.6 || ^11.0 || ^12.0",
5555
"symfony/var-dumper": "^6.0 || ^7.0"
5656
},
@@ -93,4 +93,4 @@
9393
}
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)