1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 18:44:04 +00:00

Bump dependencies for Laravel 12

This commit is contained in:
Shift 2025-02-17 05:05:24 +00:00
parent d17ee430dd
commit 4e347fb22f
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": "^9.0|^10.0|^11.0"
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"spatie/valuestore": "^1.2",
"ext-redis": "*"
},