Skip to content

Commit 1968011

Browse files
authored
Merge pull request #88 from kutia-software-company/laravel-13-support
Laravel 13 support
2 parents f5b13d6 + dea2c03 commit 1968011

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
]
1919
},
2020
"require": {
21-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
22-
"illuminate/notifications": "^8.0|^9.0|^10.0|^11.0|^12.0"
21+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
22+
"illuminate/notifications": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0"
2323
},
2424
"config": {
2525
"sort-packages": true

0 commit comments

Comments
 (0)