1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2026-03-22 07:34:05 +00:00

Bump dependencies for Laravel 13

This commit is contained in:
Shift 2026-03-05 16:03:09 +00:00
parent 4a8f566a5e
commit 454c59e46a
No known key found for this signature in database
GPG key ID: 5A96F038425C5A1C

View file

@ -20,10 +20,10 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^10.0|^11.0|^12.0"
"illuminate/support": "^10.0|^11.0|^12.0|^13.0"
},
"require-dev": {
"orchestra/testbench": "^8.0|^9.0|^10.0",
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
"spatie/valuestore": "^1.2",
"ext-redis": "*"
},