Skip to content

Commit 9ac23a9

Browse files
committed
added support for "illuminate/*" 12.0
1 parent cd135ea commit 9ac23a9

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| Q | A
1010
| ------------------------- | ---
1111
| This Package Version | 1.?.?
12-
| Laravel Framework Version | 11.?.?
12+
| Laravel Framework Version | 12.?.?
1313
| Yii Framework Version | 2.0.?
1414
| PHP version |
1515
| Operating system |

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: ['8.0', '8.1', '8.2', '8.3']
13+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1414

1515
steps:
1616
- name: Checkout

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Yii2 to Laravel Migration Package Change Log
22
============================================
33

4+
1.3.2 Under Development
5+
-----------------------
6+
7+
- Enh #15: Added support for "illuminate/*" 12.0 (klimov-paul)
8+
9+
410
1.3.1, March 25, 2024
511
---------------------
612

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"require": {
1818
"php": ">= 8.0",
1919
"yiisoft/yii2": "~2.0.14",
20-
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
21-
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
22-
"illuminatech/array-factory": "^1.2.4"
20+
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
21+
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
22+
"illuminatech/array-factory": "^1.2.6"
2323
},
2424
"require-dev": {
2525
"illuminate/auth": "*",

0 commit comments

Comments
 (0)