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

Fix Laravel 12 version constraint

This commit is contained in:
Samuel Štancl 2025-02-25 12:58:16 +01:00
parent 2af701a530
commit 485d6f9f55

View file

@ -20,7 +20,7 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^10.0|^11.0|^11.0"
"illuminate/support": "^10.0|^11.0|^12.0"
},
"require-dev": {
"orchestra/testbench": "^8.0|^9.0|^10.0",