composer: require pnx/laravel-ignite
This commit is contained in:
parent
a1e262602f
commit
43c22ded66
2 changed files with 57 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"laravel/framework": "^8.54",
|
||||
"laravel/tinker": "^2.5",
|
||||
"livewire/livewire": "^2.5",
|
||||
"pnx/laravel-ignite": "9999999-dev",
|
||||
"vinkla/hashids": "^9.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -23,6 +24,12 @@
|
|||
"nunomaduro/collision": "^5.0",
|
||||
"phpunit/phpunit": "^9.3.3"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/pnx/laravel-ignite"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue