mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-12 12:14:02 +00:00
fix composer.json syntax
This commit is contained in:
parent
4b247f1c92
commit
a2005d5964
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"illuminate/support": "^10.0|^11.0",
|
"illuminate/support": "^10.0|^11.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^8.0|^9.0",
|
"orchestra/testbench": "^8.0|^9.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue