1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 13:24:03 +00:00
This commit is contained in:
Abrar Ahmad 2022-01-20 23:36:14 +05:00
parent 8127048dd3
commit 3a0d8d5c2b
2 changed files with 11 additions and 5 deletions

View file

@ -21,10 +21,10 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24"
"illuminate/support": "^8.24|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.9",
"orchestra/testbench": "^6.9|^7.0",
"nunomaduro/larastan": "^0.6.10",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"
@ -35,5 +35,7 @@
"ArchTech\\REPLACE\\PackageServiceProvider"
]
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}