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:
parent
7a8135f1c6
commit
8b793e0cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue