1
0
Fork 0

composer.json: minor fixups.

This commit is contained in:
Henrik Hautakoski 2022-03-13 21:25:31 +01:00
parent 38262d3470
commit 707177933d

View file

@ -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/",