composer.json: minor fixups.
This commit is contained in:
parent
38262d3470
commit
707177933d
1 changed files with 2 additions and 9 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"name": "laravel/laravel",
|
||||
"name": "pnx/heritage-bingo",
|
||||
"type": "project",
|
||||
"description": "The Laravel Framework.",
|
||||
"keywords": ["framework", "laravel"],
|
||||
"description": "Bingo game for the heritage wow guild",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^7.3|^8.0",
|
||||
|
|
@ -25,12 +24,6 @@
|
|||
"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