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

Fix composer.json syntax

This commit is contained in:
Samuel Štancl 2024-01-27 23:02:10 +01:00
parent 7a8135f1c6
commit 8b793e0cf2

View file

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