Skip to content

Commit 1bf9ada

Browse files
committed
update
1 parent ca0d723 commit 1bf9ada

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [7.3, 7.4, 8.0, 8.1]
12-
laravel: [8.*, 9.*, 10.*]
11+
php: [8.0, 8.1, 8.2]
12+
laravel: [9.*, 10.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - L${{ matrix.laravel }} - S${{ matrix.stability }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `laravel-twig` will be documented in this file
44

5+
## 3.0.0 - 2023-02-14
6+
7+
- Happy Valentine Day 💖
8+
- Support Laravel 10.x
9+
- Add type-hints
10+
- Remove Support Laravel 6.x, 7.x, 8.x
11+
- Remove un-used codes
12+
513
## 2.0.0 - 2022-01-18
614

715
- Support Laravel 9.x

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Dinh Quoc Han <contact@dinhquochan.com>
3+
Copyright (c) 2023 Dinh Quoc Han <dqh@dinhquochan.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)