add laravel 13 support

This commit is contained in:
2026-05-01 15:37:33 +03:30
parent 7ddb14448f
commit 864a01df1e
21 changed files with 1772 additions and 0 deletions

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: php
php:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'
before_script: composer install