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",
|
"type": "project",
|
||||||
"description": "The Laravel Framework.",
|
"description": "Bingo game for the heritage wow guild",
|
||||||
"keywords": ["framework", "laravel"],
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3|^8.0",
|
"php": "^7.3|^8.0",
|
||||||
|
|
@ -25,12 +24,6 @@
|
||||||
"nunomaduro/collision": "^5.0",
|
"nunomaduro/collision": "^5.0",
|
||||||
"phpunit/phpunit": "^9.3.3"
|
"phpunit/phpunit": "^9.3.3"
|
||||||
},
|
},
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/pnx/laravel-ignite"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "app/",
|
"App\\": "app/",
|
||||||
|
|
|
||||||
Reference in a new issue