Skip to content

Commit 7cb6e36

Browse files
committed
Laravel 12 support added.
1 parent 13f6db8 commit 7cb6e36

File tree

5 files changed

+1567
-948
lines changed

5 files changed

+1567
-948
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Composer template
22
composer.phar
33
.idea/*
4+
Zone.Identifier
45
/vendor/
56

67
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ext-zip": "*",
3535
"ext-xml": "*",
3636
"ext-gd": "*",
37-
"symfony/process": "^6.4.3",
37+
"symfony/process": "^7.2.0",
3838
"phpoffice/phpspreadsheet": "^1.23",
3939
"phpoffice/phpword": "^0.18",
4040
"laravel/framework": "^12.0",

0 commit comments

Comments
 (0)